Changes for page Armbian OS instruction
Last modified by Edwin Chen on 2025/02/26 08:18
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.Xiao ling1 +XWiki.Xiaoye - Content
-
... ... @@ -14,9 +14,6 @@ 14 14 * HP0C 15 15 * LPS8v2 16 16 17 - 18 - 19 - 20 20 = 2. Development Guide = 21 21 22 22 ... ... @@ -113,6 +113,23 @@ 113 113 == 2.3 How to flash SD card to eMMC == 114 114 115 115 113 + //**Preparations:**// 114 + 115 +~1. Prepare an SD card and a// card reader device// 116 + 117 +2. Formatting the SD card (//Make sure the SD card is empty//) 118 + 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]]** )// 120 + 121 +4. //A Flash software tool ( Such as **[[balenaEtcher>>url:https://www.balena.io/etcher/]]** )// 122 + 123 +5. //Open the LPS8-V2 shell, and put the SD card into the card slot// 124 + 125 +6. Power on the device and access the gateway's CLI via the serial port. 126 + 127 +7. Login and run the below command to flash. 128 + 129 + 116 116 (% style="color:red" %)**Run command:** 117 117 118 118 (% class="box infomessage" %) ... ... @@ -147,5 +147,15 @@ 147 147 (% style="color:red" %)**Note: After the flash is complete, power off the device and then remove the SD card.** 148 148 149 149 164 +Init the new Os 150 150 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 + 151 151