Changes for page Armbian OS instruction
Last modified by Edwin Chen on 2025/02/26 08:18
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,8 +14,6 @@ 14 14 * HP0C 15 15 * LPS8v2 16 16 17 - 18 - 19 19 = 2. Development Guide = 20 20 21 21 ... ... @@ -118,7 +118,7 @@ 118 118 119 119 2. Formatting the SD card (//Make sure the SD card is empty//) 120 120 121 -3. //Download the OS image~: ( Such as **[[dragino hp0d-1.9img>>url:http://repo.dragino.com/release/hp0c-image/dragino-lps8v2-1.2.img]]** )//119 +3. //Download the OS image~: ( Such as **[[dragino-lps8v2-1.5img>>url:http://repo.dragino.com/release/hp0c-image/dragino-lps8v2-1.5.img]]** )// 122 122 123 123 4. //A Flash software tool ( Such as **[[balenaEtcher>>url:https://www.balena.io/etcher/]]** )// 124 124 ... ... @@ -163,5 +163,15 @@ 163 163 (% style="color:red" %)**Note: After the flash is complete, power off the device and then remove the SD card.** 164 164 165 165 164 +Init the new Os 166 166 166 + 167 +Run the command 168 + 169 + 170 +wget -P /tmp/ http:~/~/repo.dragino.com/release/hp0c-image/lps8v2_init.sh && chmod +x /tmp/lps8v2_init.sh && /tmp/lps8v2_init.sh 171 + 172 + 173 + 174 + 167 167