<
From version < 71.1 >
edited by Edwin Chen
on 2022/09/02 15:56
To version < 70.6 >
edited by Xiaoling
on 2022/08/24 10:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -16,8 +16,6 @@
16 16  * MS20
17 17  
18 18  
19 -
20 -
21 21  = 2.  Development Guide =
22 22  
23 23  
... ... @@ -51,6 +51,7 @@
51 51  
52 52  **After cloning is complete, Run the command starts compiling:**
53 53  
52 +
54 54  (% style="background-color:yellow; color:green" %)**Compile HP0C/HP0A fwd:  ./hp0z-make-deb.sh c**
55 55  
56 56  
... ... @@ -136,20 +136,18 @@
136 136  [[image:image-20220602112051-1.png]]
137 137  
138 138  
138 +Select the "Boot from eMMC - system on eMMC"
139 139  
140 -Select the (% style="color:red" %)**"Boot from eMMC - system on eMMC".**
141 -
142 142  [[image:image-20220602112058-2.png||height="292" width="646"]]
143 143  
144 144  [[image:image-20220602112106-3.png||height="301" width="643"]]
145 145  
146 146  
147 -Select the (% style="color:red" %)**"1  ext4"**
145 +Select the "1  ext4"
148 148  
149 149  [[image:image-20220602112113-4.png||height="271" width="642"]]
150 150  
151 151  
152 -
153 153  It takes 4-5 minutes to burn from SD card to eMMC
154 154  
155 155  [[image:image-20220602112119-5.png||height="309" width="641"]]
... ... @@ -180,8 +180,6 @@
180 180  * Devices will check for updates for every boot.
181 181  * Devices will check for updates on every day midnight.
182 182  
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,14 +195,11 @@
195 195  draginoups   ~-~- Miscellaneous between different versions
196 196  
197 197  
198 -
199 199  (% style="color:blue" %)**Location and changelog for packages**:
200 200  
201 201  * Location: http:~/~/repo.dragino.com/release/tool/
202 202  * Changelog: [[http:~~/~~/repo.dragino.com/release/tool/Readme_HP0.txt>>http://repo.dragino.com/release/tool/Readme_HP0.txt]]
203 203  
204 -
205 -
206 206  (% style="color:blue" %)**How to view auto-updated log**
207 207  
208 208  You can view the log on the page of (% style="color:#037691" %)**System ~-~-> Package Management.**
... ... @@ -211,10 +211,9 @@
211 211  [[image:1661305025451-220.png]]
212 212  
213 213  
214 -
215 215  (% style="color:blue" %)**Can I disable package-auto-update?**
216 216  
217 -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.
218 218  
219 219  
220 220  [[image:1661305258501-636.png]]
... ... @@ -224,7 +224,7 @@
224 224  === 3.1.2 How to manually update core packages? ===
225 225  
226 226  
227 -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.
228 228  
229 229  
230 230  [[image:1661305328295-218.png]]
... ... @@ -323,7 +323,7 @@
323 323  === 3.2.6 Generate Release file ===
324 324  
325 325  
326 -==== (% style="color:blue" %)**Create the generated script:**(%%) ====
317 +==== (% style="color:blue" %)Create the generated script:(%%) ====
327 327  
328 328  
329 329  (% style="background-color:yellow; color:green" %)**cd /var/www/html/debian/release/dists/stable**
... ... @@ -341,7 +341,7 @@
341 341  
342 342  
343 343  
344 -==== (% style="color:blue" %)**Make sure auto-update server has gnupg**(%%) ====
335 +==== (% style="color:blue" %)Make sure auto-update server has gnupg(%%) ====
345 345  
346 346  
347 347  (% style="background-color:yellow; color:green" %)**apt install gnupg**
... ... @@ -348,17 +348,17 @@
348 348  
349 349  
350 350  
351 -==== (% style="color:blue" %)**generate gpg key**(%%) ====
342 +==== (% style="color:blue" %)generate gpg key(%%) ====
352 352  
353 353  
354 354  (% style="background-color:yellow; color:green" %)**gpg -gen-key**
355 355  
356 356  
357 -(% 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)(%%)**
358 358  
359 359  
360 360  
361 -==== (% style="color:blue" %)**Check the gen-key**(%%) ====
352 +==== (% style="color:blue" %)Check the gen-key(%%) ====
362 362  
363 363  
364 364  (% style="background-color:yellow; color:green" %)**gen -list-key**
... ... @@ -365,7 +365,7 @@
365 365  
366 366  
367 367  
368 -==== (% style="color:blue" %)**Generate the release.gpg**(%%) ====
359 +==== (% style="color:blue" %)Generate the release.gpg(%%) ====
369 369  
370 370  
371 371  (% style="background-color:yellow; color:green" %)**cd /var/www/html/debian/release/dists/stable**
... ... @@ -377,7 +377,7 @@
377 377  
378 378  
379 379  
380 -==== (% style="color:blue" %)**Generate the public key**(%%) ====
371 +==== (% style="color:blue" %)Generate the public key(%%) ====
381 381  
382 382  
383 383  (% style="background-color:yellow; color:green" %)**gpg ~-~-armor ~-~-output <name>.asc ~-~-export <email address>**
... ... @@ -391,17 +391,16 @@
391 391  
392 392  
393 393  
394 -==== (% style="color:blue" %)**Add the public key**(%%) ====
385 +==== (% style="color:blue" %)Add the public key(%%) ====
395 395  
396 396  
397 397  (% style="background-color:yellow; color:green" %)**cp xiao.asc /etc/apt/trusted.gpg.d/**
398 398  
399 -
400 400  (% style="color:red" %)**Note: First need to transfer the public key from auto-update server to device.**
401 401  
402 402  
403 403  
404 -==== (% style="color:blue" %)**Add the apt source list**(%%) ====
394 +==== (% style="color:blue" %)Add the apt source list(%%) ====
405 405  
406 406  
407 407  Add the apt source list url and name this as test_server.list
... ... @@ -410,7 +410,7 @@
410 410  
411 411  
412 412  
413 -==== (% style="color:blue" %)**Validate the apt repository**(%%) ====
403 +==== (% style="color:blue" %)Validate the apt repository(%%) ====
414 414  
415 415  
416 416  Get and install the testing package (download testing-0808.deb and test)
... ... @@ -427,7 +427,7 @@
427 427  === 3.2.9 Configure the gateway's auto-upgrade rules ===
428 428  
429 429  
430 -==== (% style="color:blue" %)**Remove dragino apt source**(%%) ====
420 +==== (% style="color:blue" %)Remove dragino apt source(%%) ====
431 431  
432 432  
433 433  (% style="background-color:yellow; color:green" %)**/etc/apt/sources.list**
... ... @@ -437,7 +437,7 @@
437 437  
438 438  
439 439  
440 -==== (% style="color:blue" %)**Set up automatic updates**(%%) ====
430 +==== (% style="color:blue" %)Set up automatic updates(%%) ====
441 441  
442 442  
443 443  (% style="background-color:yellow; color:green" %)**Path : /usr/lib/dragino/dragino-apt-updates**
image-20220902155621-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -27.7 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0