<
From version < 70.9 >
edited by Xiaoling
on 2022/08/24 10:42
To version < 70.5 >
edited by Xiaoling
on 2022/08/24 10:32
>
Change comment: There is no comment for this version

Summary

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,9 +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 -
186 -
187 187  (% style="color:blue" %)**What packages will be checked for updates**?
188 188  
189 189  dragino-httpd ~-~- Main Web UI http configuration
... ... @@ -197,15 +197,11 @@
197 197  draginoups   ~-~- Miscellaneous between different versions
198 198  
199 199  
200 -
201 201  (% style="color:blue" %)**Location and changelog for packages**:
202 202  
203 203  * Location: http:~/~/repo.dragino.com/release/tool/
204 204  * Changelog: [[http:~~/~~/repo.dragino.com/release/tool/Readme_HP0.txt>>http://repo.dragino.com/release/tool/Readme_HP0.txt]]
205 205  
206 -
207 -
208 -
209 209  (% style="color:blue" %)**How to view auto-updated log**
210 210  
211 211  You can view the log on the page of (% style="color:#037691" %)**System ~-~-> Package Management.**
... ... @@ -214,10 +214,9 @@
214 214  [[image:1661305025451-220.png]]
215 215  
216 216  
217 -
218 218  (% style="color:blue" %)**Can I disable package-auto-update?**
219 219  
220 -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.
221 221  
222 222  
223 223  [[image:1661305258501-636.png]]
... ... @@ -227,7 +227,7 @@
227 227  === 3.1.2 How to manually update core packages? ===
228 228  
229 229  
230 -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.
231 231  
232 232  
233 233  [[image:1661305328295-218.png]]
... ... @@ -344,7 +344,7 @@
344 344  
345 345  
346 346  
347 -==== (% style="color:blue" %)**Make sure auto-update server has gnupg**(%%) ====
336 +==== (% style="color:blue" %)Make sure auto-update server has gnupg(%%) ====
348 348  
349 349  
350 350  (% style="background-color:yellow; color:green" %)**apt install gnupg**
... ... @@ -351,7 +351,7 @@
351 351  
352 352  
353 353  
354 -==== (% style="color:blue" %)**generate gpg key**(%%) ====
343 +==== (% style="color:blue" %)generate gpg key(%%) ====
355 355  
356 356  
357 357  (% style="background-color:yellow; color:green" %)**gpg -gen-key**
... ... @@ -361,7 +361,7 @@
361 361  
362 362  
363 363  
364 -==== (% style="color:blue" %)**Check the gen-key**(%%) ====
353 +==== (% style="color:blue" %)Check the gen-key(%%) ====
365 365  
366 366  
367 367  (% style="background-color:yellow; color:green" %)**gen -list-key**
... ... @@ -368,7 +368,7 @@
368 368  
369 369  
370 370  
371 -==== (% style="color:blue" %)**Generate the release.gpg**(%%) ====
360 +==== (% style="color:blue" %)Generate the release.gpg(%%) ====
372 372  
373 373  
374 374  (% style="background-color:yellow; color:green" %)**cd /var/www/html/debian/release/dists/stable**
... ... @@ -380,7 +380,7 @@
380 380  
381 381  
382 382  
383 -==== (% style="color:blue" %)**Generate the public key**(%%) ====
372 +==== (% style="color:blue" %)Generate the public key(%%) ====
384 384  
385 385  
386 386  (% style="background-color:yellow; color:green" %)**gpg ~-~-armor ~-~-output <name>.asc ~-~-export <email address>**
... ... @@ -394,17 +394,16 @@
394 394  
395 395  
396 396  
397 -==== (% style="color:blue" %)**Add the public key**(%%) ====
386 +==== (% style="color:blue" %)Add the public key(%%) ====
398 398  
399 399  
400 400  (% style="background-color:yellow; color:green" %)**cp xiao.asc /etc/apt/trusted.gpg.d/**
401 401  
402 -
403 403  (% style="color:red" %)**Note: First need to transfer the public key from auto-update server to device.**
404 404  
405 405  
406 406  
407 -==== (% style="color:blue" %)**Add the apt source list**(%%) ====
395 +==== (% style="color:blue" %)Add the apt source list(%%) ====
408 408  
409 409  
410 410  Add the apt source list url and name this as test_server.list
... ... @@ -413,7 +413,7 @@
413 413  
414 414  
415 415  
416 -==== (% style="color:blue" %)**Validate the apt repository**(%%) ====
404 +==== (% style="color:blue" %)Validate the apt repository(%%) ====
417 417  
418 418  
419 419  Get and install the testing package (download testing-0808.deb and test)
... ... @@ -430,7 +430,7 @@
430 430  === 3.2.9 Configure the gateway's auto-upgrade rules ===
431 431  
432 432  
433 -==== (% style="color:blue" %)**Remove dragino apt source**(%%) ====
421 +==== (% style="color:blue" %)Remove dragino apt source(%%) ====
434 434  
435 435  
436 436  (% style="background-color:yellow; color:green" %)**/etc/apt/sources.list**
... ... @@ -440,7 +440,7 @@
440 440  
441 441  
442 442  
443 -==== (% style="color:blue" %)**Set up automatic updates**(%%) ====
431 +==== (% style="color:blue" %)Set up automatic updates(%%) ====
444 444  
445 445  
446 446  (% style="background-color:yellow; color:green" %)**Path : /usr/lib/dragino/dragino-apt-updates**
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0