Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:os-images:alpine:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:edge2:os-images:alpine:start [2025/10/09 22:42]
hyphop
products:sbc:edge2:os-images:alpine:start [2025/10/10 07:25] (current)
hyphop [OOWOW online installation]
Line 1: Line 1:
 +~~tag>Edge2 Alpine Linux~~
 +
 ====== Alpine Linux - Edge2 ====== ====== Alpine Linux - Edge2 ======
 +
 +<WRAP info >
 +Current support in **alpha stage** - tested basic function only
 +</WRAP>
  
 WIP: https://www.alpinelinux.org/ WIP: https://www.alpinelinux.org/
 +
  
 ===== OOWOW online installation ===== ===== OOWOW online installation =====
  
-  * boot device into oowow mode +Its a simple and fast method no need any removable installation devices just online connection  
-  * wizard - chose ''alpine/'' and select available image version for installation+ 
 +  * boot device into [[/software/oowow/user-manual#tips-to-boot-oowow|oowow mode]] 
 +  * Select [[/software/oowow/getting-started#oowow-wizard|oowow wizard]] and chose ''alpine/'' and select available image version for installation
   * install and reboot    * install and reboot 
 +
 +<WRAP info >
 +In this stage alpine-linux installation still not complete and user must complete setup system setup - storage configuration network connection etc ...
 +</WRAP>
 +
 +Login under **root** user without password. [[https://docs.alpinelinux.org/|continue setup by common alpine manuals]] or use [[#khadas-simple-setup|simple setup]] if u not very familiar with alpine linux
 +
  
 ``` ```
Line 26: Line 42:
 localhost:~#  localhost:~# 
 ``` ```
 +==== Khadas simple setup ====
 +
 +Its will be just two steps
 +
 +=== Copy and Prepare ===
 +
 +''. /media/*/alpine-setup-copy.sh''
 +
 +=== Complete setup ===
 +
 +if we use Wi-Fi ''alpine-setup-wifi.sh'' or ''alpine-setup-lan.sh'' if LAN connection preferred or ''alpine-setup-offline.sh'' if we stay offline
 +
 +Minimal simple setup is done, we can reboot and use Alpine linux, if we prefer much more custom setup please check next common options ... [[#khadas-scripts|khadas special scripts]] or [[#alpine-common-way|common alpine way]]
 +
 +
 +==== Alpine common way ====
 +
 +https://docs.alpinelinux.org/
 +
 +=== WiFi ===
 +
 +```sh setup wi-fi
 +apk add --quiet --no-progress iw wpa_supplicant
 +mkdir -p /etc/wpa_supplicant
 +wpa_passphrase WIFI_SSID WIFI_PASSWORD > /etc/wpa_supplicant/wpa_suppl
 +icant.conf
 +rc-update --quiet add wpa_supplicant boot
 +rc-service wpa_supplicant restart
 +udhcpc -i wlan0
 +```
 +
 +===== Khadas scripts =====
 +
 +Just few script which can help automate some steps for use and made setup/installation process as simple as possible
 +
 +
 +```sh ls -l1 /media/mmcblk0p1/
 +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
 +```
 +
  
Last modified: 2025/10/09 22:42 by hyphop