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 22:51] hyphop [OOWOW online installation] |
products:sbc:edge2:os-images:alpine:start [2025/10/10 23:07] (current) hyphop [Installation from removable media storages] |
||
|---|---|---|---|
| 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 27: | Line 41: | ||
| localhost: | localhost: | ||
| + | ``` | ||
| + | ==== Khadas simple setup ==== | ||
| + | |||
| + | 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 ... [[# | ||
| + | |||
| + | |||
| + | ==== Alpine common way ==== | ||
| + | |||
| + | 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 | ||
| + | ``` | ||
| + | |||
| + | ===== Installation from removable media storages ===== | ||
| + | |||
| + | Download images from [[dl> | ||
| + | |||
| + | WIP: | ||
| + | |||
| + | ===== Khadas scripts ===== | ||
| + | |||
| + | Just few script which can help automate some steps for use and made setup/ | ||
| + | |||
| + | |||
| + | ```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 | ||
| ``` | ``` | ||