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
-
... ... @@ -3,6 +3,8 @@ 3 3 {{toc/}} 4 4 5 5 6 + 7 + 6 6 = 1. Overview = 7 7 8 8 ... ... @@ -108,6 +108,23 @@ 108 108 == 2.3 How to flash SD card to eMMC == 109 109 110 110 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 + 111 111 (% style="color:red" %)**Run command:** 112 112 113 113 (% class="box infomessage" %) ... ... @@ -142,5 +142,15 @@ 142 142 (% style="color:red" %)**Note: After the flash is complete, power off the device and then remove the SD card.** 143 143 144 144 164 +Init the new Os 145 145 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 + 146 146