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)
-
Attachments (0 modified, 3 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.Xiao ling1 +XWiki.Xiaoye - Content
-
... ... @@ -15,9 +15,6 @@ 15 15 * LPS8v2 16 16 * MS20 17 17 18 - 19 - 20 - 21 21 = 2. Development Guide = 22 22 23 23 ... ... @@ -51,7 +51,6 @@ 51 51 52 52 **After cloning is complete, Run the command starts compiling:** 53 53 54 - 55 55 (% style="background-color:yellow; color:green" %)**Compile HP0C/HP0A fwd: ./hp0z-make-deb.sh c** 56 56 57 57 ... ... @@ -113,7 +113,7 @@ 113 113 114 114 2. Formatting the SD card (//Make sure the SD card is empty//) 115 115 116 -3. //Download the OS image from **[[release.image>>url:http://repo.dragino.com/release/hp0c-image/]]**: ( File format **dragino-lps8v2-1.7.img** )// 112 +3. //Download the OS image from the **[[release.image>>url:http://repo.dragino.com/release/hp0c-image/]]**: ( File format **dragino-lps8v2-1.7.img** )// 117 117 118 118 4. //A Flash software tool ( Such as v1.7.9 from **[[balenaEtcher>>url:https://www.balena.io/etcher/]]** )// 119 119 ... ... @@ -142,9 +142,11 @@ 142 142 143 143 [[image:image-20220602112058-2.png||height="292" width="646"]] 144 144 141 + 145 145 [[image:image-20220602112106-3.png||height="301" width="643"]] 146 146 147 147 145 + 148 148 Select the (% style="color:red" %)**"1 ext4"** 149 149 150 150 [[image:image-20220602112113-4.png||height="271" width="642"]] ... ... @@ -155,8 +155,10 @@ 155 155 156 156 [[image:image-20220602112119-5.png||height="309" width="641"]] 157 157 156 + 158 158 [[image:image-20220602112125-6.png||height="281" width="640"]] 159 159 159 + 160 160 [[image:image-20220602112131-7.png||height="241" width="638"]] 161 161 162 162 ... ... @@ -164,6 +164,64 @@ 164 164 165 165 166 166 167 +== 2.4 Default Built Version == 168 + 169 + 170 +[[image:image-20220902155621-1.png]] 171 + 172 + 173 + 174 +== 2.5: How to upgrade the nodejs version to the latest. == 175 + 176 + 177 +By default, the nodejs uses the pre-install version v12 which is due to Debian the ultra-stable via ultra-old. 178 + 179 +[[image:image-20221112145029-2.png]] 180 + 181 +**If you want to upgrade the nodejs to the latest, please follow to use these commands on the gateway CIL.** 182 + 183 + 184 +#install n, which is an Interactively Manage Your Node.js Versions 185 + 186 + 187 +(% class="box infomessage" %) 188 +((( 189 +**npm install -g n** 190 +))) 191 + 192 + 193 +#Install the latest LTS Node.js release (downloading if necessary) 194 + 195 +(% class="box infomessage" %) 196 +((( 197 +**n lts** 198 +))) 199 + 200 + 201 +#Remove all downloaded versions except the installed version 202 + 203 + 204 +(% class="box infomessage" %) 205 +((( 206 +**n prune** 207 +))) 208 + 209 + 210 +(% class="box infomessage" %) 211 +((( 212 +**apt remove nodejs -y && apt autoremove -y** 213 +))) 214 + 215 + 216 +Check the current version 217 + 218 + 219 +(% class="box infomessage" %) 220 +((( 221 +**node -v** 222 +))) 223 + 224 + 167 167 = 3. Package Maintain Note = 168 168 169 169 ... ... @@ -181,7 +181,6 @@ 181 181 * Devices will check for updates for every boot. 182 182 * Devices will check for updates on every day midnight. 183 183 184 - 185 185 (% style="color:blue" %)**What packages will be checked for updates**? 186 186 187 187 dragino-httpd ~-~- Main Web UI http configuration ... ... @@ -195,12 +195,12 @@ 195 195 draginoups ~-~- Miscellaneous between different versions 196 196 197 197 255 + 198 198 (% style="color:blue" %)**Location and changelog for packages**: 199 199 200 200 * Location: http:~/~/repo.dragino.com/release/tool/ 201 201 * Changelog: [[http:~~/~~/repo.dragino.com/release/tool/Readme_HP0.txt>>http://repo.dragino.com/release/tool/Readme_HP0.txt]] 202 202 203 - 204 204 (% style="color:blue" %)**How to view auto-updated log** 205 205 206 206 You can view the log on the page of (% style="color:#037691" %)**System ~-~-> Package Management.** ... ... @@ -321,7 +321,7 @@ 321 321 === 3.2.6 Generate Release file === 322 322 323 323 324 -==== (% style="color:blue" %)Create the generated script:(%%) ==== 381 +==== (% style="color:blue" %)**Create the generated script:**(%%) ==== 325 325 326 326 327 327 (% style="background-color:yellow; color:green" %)**cd /var/www/html/debian/release/dists/stable** ... ... @@ -352,7 +352,7 @@ 352 352 (% style="background-color:yellow; color:green" %)**gpg -gen-key** 353 353 354 354 355 - **((% style="color:red" %)Note: Fill in the content as required and remember the name and email address)(%%)**412 +(% style="color:red" %)**Note: Fill in the content as required and remember the name and email address.** 356 356 357 357 358 358 ... ... @@ -447,5 +447,3 @@ 447 447 448 448 449 449 [[image:1661306487761-768.png]] 450 - 451 -
- image-20220902155621-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Edwin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +27.7 KB - Content
- image-20221112145017-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.9 KB - Content
- image-20221112145029-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +3.3 KB - Content