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
-
... ... @@ -15,7 +15,6 @@ 15 15 * LPS8v2 16 16 * MS20 17 17 18 - 19 19 = 2. Development Guide = 20 20 21 21 ... ... @@ -135,18 +135,20 @@ 135 135 [[image:image-20220602112051-1.png]] 136 136 137 137 138 -Select the "Boot from eMMC - system on eMMC" 139 139 138 +Select the (% style="color:red" %)**"Boot from eMMC - system on eMMC".** 139 + 140 140 [[image:image-20220602112058-2.png||height="292" width="646"]] 141 141 142 142 [[image:image-20220602112106-3.png||height="301" width="643"]] 143 143 144 144 145 -Select the "1 ext4" 145 +Select the (% style="color:red" %)**"1 ext4"** 146 146 147 147 [[image:image-20220602112113-4.png||height="271" width="642"]] 148 148 149 149 150 + 150 150 It takes 4-5 minutes to burn from SD card to eMMC 151 151 152 152 [[image:image-20220602112119-5.png||height="309" width="641"]] ... ... @@ -177,6 +177,8 @@ 177 177 * Devices will check for updates for every boot. 178 178 * Devices will check for updates on every day midnight. 179 179 181 + 182 + 180 180 (% style="color:blue" %)**What packages will be checked for updates**? 181 181 182 182 dragino-httpd ~-~- Main Web UI http configuration ... ... @@ -195,6 +195,8 @@ 195 195 * Location: http:~/~/repo.dragino.com/release/tool/ 196 196 * Changelog: [[http:~~/~~/repo.dragino.com/release/tool/Readme_HP0.txt>>http://repo.dragino.com/release/tool/Readme_HP0.txt]] 197 197 201 + 202 + 198 198 (% style="color:blue" %)**How to view auto-updated log** 199 199 200 200 You can view the log on the page of (% style="color:#037691" %)**System ~-~-> Package Management.** ... ... @@ -203,6 +203,7 @@ 203 203 [[image:1661305025451-220.png]] 204 204 205 205 211 + 206 206 (% style="color:blue" %)**Can I disable package-auto-update?** 207 207 208 208 You can check the checkbox and click the(% style="color:#037691" %)** ‘SAVE’ **(%%)button to enable or disable the auto-update. ... ... @@ -332,7 +332,7 @@ 332 332 333 333 334 334 335 -==== (% style="color:blue" %)Make sure auto-update server has gnupg(%%) ==== 341 +==== (% style="color:blue" %)**Make sure auto-update server has gnupg**(%%) ==== 336 336 337 337 338 338 (% style="background-color:yellow; color:green" %)**apt install gnupg** ... ... @@ -339,7 +339,7 @@ 339 339 340 340 341 341 342 -==== (% style="color:blue" %)generate gpg key(%%) ==== 348 +==== (% style="color:blue" %)**generate gpg key**(%%) ==== 343 343 344 344 345 345 (% style="background-color:yellow; color:green" %)**gpg -gen-key** ... ... @@ -349,7 +349,7 @@ 349 349 350 350 351 351 352 -==== (% style="color:blue" %)Check the gen-key(%%) ==== 358 +==== (% style="color:blue" %)**Check the gen-key**(%%) ==== 353 353 354 354 355 355 (% style="background-color:yellow; color:green" %)**gen -list-key** ... ... @@ -356,7 +356,7 @@ 356 356 357 357 358 358 359 -==== (% style="color:blue" %)Generate the release.gpg(%%) ==== 365 +==== (% style="color:blue" %)**Generate the release.gpg**(%%) ==== 360 360 361 361 362 362 (% style="background-color:yellow; color:green" %)**cd /var/www/html/debian/release/dists/stable** ... ... @@ -368,7 +368,7 @@ 368 368 369 369 370 370 371 -==== (% style="color:blue" %)Generate the public key(%%) ==== 377 +==== (% style="color:blue" %)**Generate the public key**(%%) ==== 372 372 373 373 374 374 (% style="background-color:yellow; color:green" %)**gpg ~-~-armor ~-~-output <name>.asc ~-~-export <email address>** ... ... @@ -382,16 +382,17 @@ 382 382 383 383 384 384 385 -==== (% style="color:blue" %)Add the public key(%%) ==== 391 +==== (% style="color:blue" %)**Add the public key**(%%) ==== 386 386 387 387 388 388 (% style="background-color:yellow; color:green" %)**cp xiao.asc /etc/apt/trusted.gpg.d/** 389 389 396 + 390 390 (% style="color:red" %)**Note: First need to transfer the public key from auto-update server to device.** 391 391 392 392 393 393 394 -==== (% style="color:blue" %)Add the apt source list(%%) ==== 401 +==== (% style="color:blue" %)**Add the apt source list**(%%) ==== 395 395 396 396 397 397 Add the apt source list url and name this as test_server.list ... ... @@ -400,7 +400,7 @@ 400 400 401 401 402 402 403 -==== (% style="color:blue" %)Validate the apt repository(%%) ==== 410 +==== (% style="color:blue" %)**Validate the apt repository**(%%) ==== 404 404 405 405 406 406 Get and install the testing package (download testing-0808.deb and test) ... ... @@ -417,7 +417,7 @@ 417 417 === 3.2.9 Configure the gateway's auto-upgrade rules === 418 418 419 419 420 -==== (% style="color:blue" %)Remove dragino apt source(%%) ==== 427 +==== (% style="color:blue" %)**Remove dragino apt source**(%%) ==== 421 421 422 422 423 423 (% style="background-color:yellow; color:green" %)**/etc/apt/sources.list** ... ... @@ -427,7 +427,7 @@ 427 427 428 428 429 429 430 -==== (% style="color:blue" %)Set up automatic updates(%%) ==== 437 +==== (% style="color:blue" %)**Set up automatic updates**(%%) ==== 431 431 432 432 433 433 (% style="background-color:yellow; color:green" %)**Path : /usr/lib/dragino/dragino-apt-updates**