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:04] hyphop [Alpine common way] |
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 |
+ | |||
+ | === Copy and Prepare === | ||
+ | |||
+ | '' | ||
+ | |||
+ | === Complete setup === | ||
+ | |||
+ | 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 ... [[# | ||
- | ```cd complete setup | ||
- | cd / | ||
- | ``` | ||
==== Alpine common way ==== | ==== Alpine common way ==== | ||
- | WIP: 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 ===== | ||
Line 47: | Line 78: | ||
+ | ```sh ls -l1 / | ||
+ | alpine-disk-cleanup.sh | ||
+ | alpine-net-lan.sh | ||
+ | alpine-net-wifi.sh | ||
+ | alpine-net-wifi.sh.conf | ||
+ | alpine-sd-image-update.sh | ||
+ | alpine-setup-lan.sh | ||
+ | alpine-setup-lan.sh.conf | ||
+ | alpine-setup-offline.sh | ||
+ | alpine-setup-offline.sh.conf | ||
+ | alpine-setup-wifi.sh | ||
+ | alpine-setup-wifi.sh.conf | ||
+ | apks | ||
+ | boot | ||
+ | ``` | ||