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, 0 added, 7 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.Xiao ye1 +XWiki.Xiaoling - Content
-
... ... @@ -15,6 +15,7 @@ 15 15 * LPS8v2 16 16 * MS20 17 17 18 + 18 18 = 2. Development Guide = 19 19 20 20 ... ... @@ -48,6 +48,7 @@ 48 48 49 49 **After cloning is complete, Run the command starts compiling:** 50 50 52 + 51 51 (% style="background-color:yellow; color:green" %)**Compile HP0C/HP0A fwd: ./hp0z-make-deb.sh c** 52 52 53 53 ... ... @@ -109,7 +109,7 @@ 109 109 110 110 2. Formatting the SD card (//Make sure the SD card is empty//) 111 111 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** )//114 +3. //Download the OS image from **[[release.image>>url:http://repo.dragino.com/release/hp0c-image/]]**: ( File format **dragino-lps8v2-1.7.img** )// 113 113 114 114 4. //A Flash software tool ( Such as v1.7.9 from **[[balenaEtcher>>url:https://www.balena.io/etcher/]]** )// 115 115 ... ... @@ -133,30 +133,24 @@ 133 133 [[image:image-20220602112051-1.png]] 134 134 135 135 138 +Select the "Boot from eMMC - system on eMMC" 136 136 137 -Select the (% style="color:red" %)**"Boot from eMMC - system on eMMC".** 138 - 139 139 [[image:image-20220602112058-2.png||height="292" width="646"]] 140 140 141 - 142 142 [[image:image-20220602112106-3.png||height="301" width="643"]] 143 143 144 144 145 +Select the "1 ext4" 145 145 146 -Select the (% style="color:red" %)**"1 ext4"** 147 - 148 148 [[image:image-20220602112113-4.png||height="271" width="642"]] 149 149 150 150 151 - 152 152 It takes 4-5 minutes to burn from SD card to eMMC 153 153 154 154 [[image:image-20220602112119-5.png||height="309" width="641"]] 155 155 156 - 157 157 [[image:image-20220602112125-6.png||height="281" width="640"]] 158 158 159 - 160 160 [[image:image-20220602112131-7.png||height="241" width="638"]] 161 161 162 162 ... ... @@ -164,131 +164,6 @@ 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 -[[image:image-20221112154230-3.png||height="89" width="689"]] 187 - 188 -(% class="box infomessage" %) 189 -((( 190 -**npm install -g n** 191 -))) 192 - 193 - 194 -#Install the latest LTS Node.js release (downloading if necessary) 195 - 196 -[[image:image-20221112154418-4.png||height="184" width="893"]] 197 - 198 -(% class="box infomessage" %) 199 -((( 200 -**n lts** 201 -))) 202 - 203 - 204 -#Remove all downloaded versions except the installed version 205 - 206 -[[image:image-20221112154456-5.png||height="139" width="899"]] 207 - 208 -(% class="box infomessage" %) 209 -((( 210 -**n prune** 211 -))) 212 - 213 - 214 -(% class="box infomessage" %) 215 -((( 216 -**apt remove nodejs -y && apt autoremove -y && reboot** 217 -))) 218 - 219 - 220 -Check the current version 221 - 222 -[[image:image-20221112154724-6.png]] 223 - 224 -(% class="box infomessage" %) 225 -((( 226 -**node -v** 227 -))) 228 - 229 - 230 - 231 -== 2.6 How to install Grafana and influxdb == 232 - 233 - 234 -=== **Grafana:** === 235 - 236 - 237 -(% class="box infomessage" %) 238 -((( 239 -curl https:~/~/packages.grafana.com/gpg.key | gpg ~-~-dearmor | sudo tee /usr/share/keyrings/grafana-archive-keyrings.gpg >/dev/null 240 -echo "deb [signed-by=/usr/share/keyrings/grafana-archive-keyrings.gpg] https:~/~/packages.grafana.com/oss/deb stable main" | sudo tee /etc/apt/sources.list.d/grafana.list 241 -apt update && apt install grafana 242 -))) 243 - 244 - 245 -Check the running status: 246 - 247 - 248 -(% class="box infomessage" %) 249 -((( 250 -systemctl status grafana-server 251 -))) 252 - 253 - 254 -configuration path: 255 - 256 - 257 -(% class="box infomessage" %) 258 -((( 259 -/etc/grafana/grafana.ini 260 -))) 261 - 262 - 263 -=== **Influxdb:** === 264 - 265 - 266 -(% class="box infomessage" %) 267 -((( 268 -curl https:~/~/repos.influxdata.com/influxdb.key | gpg ~-~-dearmor | sudo tee /usr/share/keyrings/influxdb-archive-keyring.gpg >/dev/null 269 -echo "deb [signed-by=/usr/share/keyrings/influxdb-archive-keyring.gpg] https:~/~/repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list 270 -apt update && apt install influxdb 271 -))) 272 - 273 - 274 -Check the running status: 275 - 276 - 277 -(% class="box infomessage" %) 278 -((( 279 -systemctl status influxdb 280 -))) 281 - 282 - 283 -configuration path: 284 - 285 - 286 -(% class="box infomessage" %) 287 -((( 288 -/etc/influxdb/influxdb.conf 289 -))) 290 - 291 - 292 292 = 3. Package Maintain Note = 293 293 294 294 ... ... @@ -319,7 +319,6 @@ 319 319 draginoups ~-~- Miscellaneous between different versions 320 320 321 321 322 - 323 323 (% style="color:blue" %)**Location and changelog for packages**: 324 324 325 325 * Location: http:~/~/repo.dragino.com/release/tool/ ... ... @@ -333,10 +333,9 @@ 333 333 [[image:1661305025451-220.png]] 334 334 335 335 336 - 337 337 (% style="color:blue" %)**Can I disable package-auto-update?** 338 338 339 -You can check the checkbox and click the(% style="color: red" %)** ‘SAVE’ **(%%)button to enable or disable the auto-update.208 +You can check the checkbox and click the(% style="color:#037691" %)** ‘SAVE’ **(%%)button to enable or disable the auto-update. 340 340 341 341 342 342 [[image:1661305258501-636.png]] ... ... @@ -346,7 +346,7 @@ 346 346 === 3.1.2 How to manually update core packages? === 347 347 348 348 349 -You can click the (% style="color: red" %)**‘Manual Update’**(%%) to update the dragino's packages.218 +You can click the (% style="color:#037691" %)**‘Manual Update’**(%%) to update the dragino's packages. 350 350 351 351 352 352 [[image:1661305328295-218.png]] ... ... @@ -445,7 +445,7 @@ 445 445 === 3.2.6 Generate Release file === 446 446 447 447 448 -==== (% style="color:blue" %) **Create the generated script:**(%%) ====317 +==== (% style="color:blue" %)Create the generated script:(%%) ==== 449 449 450 450 451 451 (% style="background-color:yellow; color:green" %)**cd /var/www/html/debian/release/dists/stable** ... ... @@ -463,7 +463,7 @@ 463 463 464 464 465 465 466 -==== (% style="color:blue" %) **Make sure auto-update server has gnupg**(%%) ====335 +==== (% style="color:blue" %)Make sure auto-update server has gnupg(%%) ==== 467 467 468 468 469 469 (% style="background-color:yellow; color:green" %)**apt install gnupg** ... ... @@ -470,17 +470,17 @@ 470 470 471 471 472 472 473 -==== (% style="color:blue" %) **generate gpg key**(%%) ====342 +==== (% style="color:blue" %)generate gpg key(%%) ==== 474 474 475 475 476 476 (% style="background-color:yellow; color:green" %)**gpg -gen-key** 477 477 478 478 479 -(% style="color:red" %) **Note: Fill in the content as required and remember the name and email address.**348 +**((% style="color:red" %)Note: Fill in the content as required and remember the name and email address)(%%)** 480 480 481 481 482 482 483 -==== (% style="color:blue" %) **Check the gen-key**(%%) ====352 +==== (% style="color:blue" %)Check the gen-key(%%) ==== 484 484 485 485 486 486 (% style="background-color:yellow; color:green" %)**gen -list-key** ... ... @@ -487,7 +487,7 @@ 487 487 488 488 489 489 490 -==== (% style="color:blue" %) **Generate the release.gpg**(%%) ====359 +==== (% style="color:blue" %)Generate the release.gpg(%%) ==== 491 491 492 492 493 493 (% style="background-color:yellow; color:green" %)**cd /var/www/html/debian/release/dists/stable** ... ... @@ -499,7 +499,7 @@ 499 499 500 500 501 501 502 -==== (% style="color:blue" %) **Generate the public key**(%%) ====371 +==== (% style="color:blue" %)Generate the public key(%%) ==== 503 503 504 504 505 505 (% style="background-color:yellow; color:green" %)**gpg ~-~-armor ~-~-output <name>.asc ~-~-export <email address>** ... ... @@ -513,17 +513,16 @@ 513 513 514 514 515 515 516 -==== (% style="color:blue" %) **Add the public key**(%%) ====385 +==== (% style="color:blue" %)Add the public key(%%) ==== 517 517 518 518 519 519 (% style="background-color:yellow; color:green" %)**cp xiao.asc /etc/apt/trusted.gpg.d/** 520 520 521 - 522 522 (% style="color:red" %)**Note: First need to transfer the public key from auto-update server to device.** 523 523 524 524 525 525 526 -==== (% style="color:blue" %) **Add the apt source list**(%%) ====394 +==== (% style="color:blue" %)Add the apt source list(%%) ==== 527 527 528 528 529 529 Add the apt source list url and name this as test_server.list ... ... @@ -532,7 +532,7 @@ 532 532 533 533 534 534 535 -==== (% style="color:blue" %) **Validate the apt repository**(%%) ====403 +==== (% style="color:blue" %)Validate the apt repository(%%) ==== 536 536 537 537 538 538 Get and install the testing package (download testing-0808.deb and test) ... ... @@ -549,7 +549,7 @@ 549 549 === 3.2.9 Configure the gateway's auto-upgrade rules === 550 550 551 551 552 -==== (% style="color:blue" %) **Remove dragino apt source**(%%) ====420 +==== (% style="color:blue" %)Remove dragino apt source(%%) ==== 553 553 554 554 555 555 (% style="background-color:yellow; color:green" %)**/etc/apt/sources.list** ... ... @@ -559,7 +559,7 @@ 559 559 560 560 561 561 562 -==== (% style="color:blue" %) **Set up automatic updates**(%%) ====430 +==== (% style="color:blue" %)Set up automatic updates(%%) ==== 563 563 564 564 565 565 (% style="background-color:yellow; color:green" %)**Path : /usr/lib/dragino/dragino-apt-updates** ... ... @@ -571,3 +571,5 @@ 571 571 572 572 573 573 [[image:1661306487761-768.png]] 442 + 443 +
- image-20220902155621-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Edwin - Size
-
... ... @@ -1,1 +1,0 @@ 1 -27.7 KB - Content
- image-20221112145017-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -1.9 KB - Content
- image-20221112145029-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -3.3 KB - Content
- image-20221112154230-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -5.2 KB - Content
- image-20221112154418-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -18.2 KB - Content
- image-20221112154456-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -14.6 KB - Content
- image-20221112154724-6.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -3.2 KB - Content