This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:edge2:os-images:alpine:start [2025/10/09 23:08] hyphop [Khadas scripts] |
products:sbc:edge2:os-images:alpine:start [2025/10/10 07:25] (current) hyphop [OOWOW online installation] |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~tag> | ||
+ | |||
====== Alpine Linux - Edge2 ====== | ====== Alpine Linux - Edge2 ====== | ||
+ | |||
+ | <WRAP info > | ||
+ | Current support in **alpha stage** - tested basic function only | ||
+ | </ | ||
WIP: https:// | WIP: https:// | ||
+ | |||
===== OOWOW online installation ===== | ===== OOWOW online installation ===== | ||
+ | |||
+ | Its a simple and fast method no need any removable installation devices just online connection | ||
* boot device into [[/ | * boot device into [[/ | ||
Line 9: | Line 18: | ||
* install and reboot | * install and reboot | ||
- | login under **root** user without password. [[https:// | + | <WRAP info > |
+ | In this stage alpine-linux installation still not complete and user must complete setup system setup - storage configuration network connection etc ... | ||
+ | </ | ||
+ | |||
+ | Login under **root** user without password. [[https:// | ||
``` | ``` | ||
Line 28: | Line 42: | ||
localhost: | localhost: | ||
``` | ``` | ||
- | ==== Khadas | + | ==== Khadas |
- | Additional helpers and script | + | Its will be just two steps |
- | ```cd complete setup | + | === Copy and Prepare === |
- | cd / | + | |
- | ``` | + | |
- | === Complete | + | '' |
- | WIP: | + | === Complete setup === |
- | + | ||
- | + | ||
- | === Complete setup using LAN connection | + | |
- | + | ||
- | WIP: | + | |
- | + | ||
- | === Complete setup in offline mode === | + | |
- | + | ||
- | WIP: | + | |
+ | if we use Wi-Fi '' | ||
+ | Minimal simple setup is done, we can reboot and use Alpine linux, if we prefer much more custom setup please check next common options ... [[# | ||
Line 56: | Line 61: | ||
https:// | https:// | ||
+ | === WiFi === | ||
+ | ```sh setup wi-fi | ||
+ | apk add --quiet --no-progress iw wpa_supplicant | ||
+ | mkdir -p / | ||
+ | wpa_passphrase WIFI_SSID WIFI_PASSWORD > / | ||
+ | icant.conf | ||
+ | rc-update --quiet add wpa_supplicant boot | ||
+ | rc-service wpa_supplicant restart | ||
+ | udhcpc -i wlan0 | ||
+ | ``` | ||
===== Khadas scripts ===== | ===== Khadas scripts ===== |