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
-
... ... @@ -16,8 +16,6 @@ 16 16 * MS20 17 17 18 18 19 - 20 - 21 21 = 2. Development Guide = 22 22 23 23 ... ... @@ -131,26 +131,25 @@ 131 131 132 132 **Run command:** 133 133 134 -(% style="background-color:yellow; color:green" %)**nand-sata-install** 132 +(% style="background-color:yellow;color:green" %) 133 +nand-sata-install 135 135 136 136 137 137 [[image:image-20220602112051-1.png]] 138 138 139 139 139 +Select the "Boot from eMMC - system on eMMC" 140 140 141 -Select the (% style="color:red" %)**"Boot from eMMC - system on eMMC".** 142 - 143 143 [[image:image-20220602112058-2.png||height="292" width="646"]] 144 144 145 145 [[image:image-20220602112106-3.png||height="301" width="643"]] 146 146 147 147 148 -Select the (% style="color:red" %)**"1 ext4"**146 +Select the "1 ext4" 149 149 150 150 [[image:image-20220602112113-4.png||height="271" width="642"]] 151 151 152 152 153 - 154 154 It takes 4-5 minutes to burn from SD card to eMMC 155 155 156 156 [[image:image-20220602112119-5.png||height="309" width="641"]] ... ... @@ -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 ... ... @@ -200,7 +200,6 @@ 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.** ... ... @@ -209,10 +209,9 @@ 209 209 [[image:1661305025451-220.png]] 210 210 211 211 212 - 213 213 (% style="color:blue" %)**Can I disable package-auto-update?** 214 214 215 -You can check the checkbox and click the(% style="color: red" %)** ‘SAVE’ **(%%)button to enable or disable the auto-update.209 +You can check the checkbox and click the(% style="color:#037691" %)** ‘SAVE’ **(%%)button to enable or disable the auto-update. 216 216 217 217 218 218 [[image:1661305258501-636.png]] ... ... @@ -222,7 +222,7 @@ 222 222 === 3.1.2 How to manually update core packages? === 223 223 224 224 225 -You can click the (% style="color: red" %)**‘Manual Update’**(%%) to update the dragino's packages.219 +You can click the (% style="color:#037691" %)**‘Manual Update’**(%%) to update the dragino's packages. 226 226 227 227 228 228 [[image:1661305328295-218.png]] ... ... @@ -339,7 +339,7 @@ 339 339 340 340 341 341 342 -==== (% style="color:blue" %) **Make sure auto-update server has gnupg**(%%) ====336 +==== (% style="color:blue" %)Make sure auto-update server has gnupg(%%) ==== 343 343 344 344 345 345 (% style="background-color:yellow; color:green" %)**apt install gnupg** ... ... @@ -346,7 +346,7 @@ 346 346 347 347 348 348 349 -==== (% style="color:blue" %) **generate gpg key**(%%) ====343 +==== (% style="color:blue" %)generate gpg key(%%) ==== 350 350 351 351 352 352 (% style="background-color:yellow; color:green" %)**gpg -gen-key** ... ... @@ -356,7 +356,7 @@ 356 356 357 357 358 358 359 -==== (% style="color:blue" %) **Check the gen-key**(%%) ====353 +==== (% style="color:blue" %)Check the gen-key(%%) ==== 360 360 361 361 362 362 (% style="background-color:yellow; color:green" %)**gen -list-key** ... ... @@ -363,7 +363,7 @@ 363 363 364 364 365 365 366 -==== (% style="color:blue" %) **Generate the release.gpg**(%%) ====360 +==== (% style="color:blue" %)Generate the release.gpg(%%) ==== 367 367 368 368 369 369 (% style="background-color:yellow; color:green" %)**cd /var/www/html/debian/release/dists/stable** ... ... @@ -375,7 +375,7 @@ 375 375 376 376 377 377 378 -==== (% style="color:blue" %) **Generate the public key**(%%) ====372 +==== (% style="color:blue" %)Generate the public key(%%) ==== 379 379 380 380 381 381 (% style="background-color:yellow; color:green" %)**gpg ~-~-armor ~-~-output <name>.asc ~-~-export <email address>** ... ... @@ -389,17 +389,16 @@ 389 389 390 390 391 391 392 -==== (% style="color:blue" %) **Add the public key**(%%) ====386 +==== (% style="color:blue" %)Add the public key(%%) ==== 393 393 394 394 395 395 (% style="background-color:yellow; color:green" %)**cp xiao.asc /etc/apt/trusted.gpg.d/** 396 396 397 - 398 398 (% style="color:red" %)**Note: First need to transfer the public key from auto-update server to device.** 399 399 400 400 401 401 402 -==== (% style="color:blue" %) **Add the apt source list**(%%) ====395 +==== (% style="color:blue" %)Add the apt source list(%%) ==== 403 403 404 404 405 405 Add the apt source list url and name this as test_server.list ... ... @@ -408,7 +408,7 @@ 408 408 409 409 410 410 411 -==== (% style="color:blue" %) **Validate the apt repository**(%%) ====404 +==== (% style="color:blue" %)Validate the apt repository(%%) ==== 412 412 413 413 414 414 Get and install the testing package (download testing-0808.deb and test) ... ... @@ -425,7 +425,7 @@ 425 425 === 3.2.9 Configure the gateway's auto-upgrade rules === 426 426 427 427 428 -==== (% style="color:blue" %) **Remove dragino apt source**(%%) ====421 +==== (% style="color:blue" %)Remove dragino apt source(%%) ==== 429 429 430 430 431 431 (% style="background-color:yellow; color:green" %)**/etc/apt/sources.list** ... ... @@ -435,7 +435,7 @@ 435 435 436 436 437 437 438 -==== (% style="color:blue" %) **Set up automatic updates**(%%) ====431 +==== (% style="color:blue" %)Set up automatic updates(%%) ==== 439 439 440 440 441 441 (% style="background-color:yellow; color:green" %)**Path : /usr/lib/dragino/dragino-apt-updates**