<
From version < 70.7 >
edited by Xiaoling
on 2022/08/24 10:39
To version < 83.1 >
edited by Xiaoye
on 2022/11/12 15:47
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Xiaoye
Content
... ... @@ -48,7 +48,6 @@
48 48  
49 49  **After cloning is complete, Run the command starts compiling:**
50 50  
51 -
52 52  (% style="background-color:yellow; color:green" %)**Compile HP0C/HP0A fwd:  ./hp0z-make-deb.sh c**
53 53  
54 54  
... ... @@ -110,7 +110,7 @@
110 110  
111 111  2. Formatting the SD card (//Make sure the SD card is empty//)
112 112  
113 -3. //Download the OS image from **[[release.image>>url:http://repo.dragino.com/release/hp0c-image/]]**: ( File format **dragino-lps8v2-1.7.img** )//
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 114  
115 115  4. //A Flash software tool ( Such as v1.7.9 from **[[balenaEtcher>>url:https://www.balena.io/etcher/]]** )//
116 116  
... ... @@ -139,9 +139,11 @@
139 139  
140 140  [[image:image-20220602112058-2.png||height="292" width="646"]]
141 141  
141 +
142 142  [[image:image-20220602112106-3.png||height="301" width="643"]]
143 143  
144 144  
145 +
145 145  Select the (% style="color:red" %)**"1  ext4"**
146 146  
147 147  [[image:image-20220602112113-4.png||height="271" width="642"]]
... ... @@ -152,8 +152,10 @@
152 152  
153 153  [[image:image-20220602112119-5.png||height="309" width="641"]]
154 154  
156 +
155 155  [[image:image-20220602112125-6.png||height="281" width="640"]]
156 156  
159 +
157 157  [[image:image-20220602112131-7.png||height="241" width="638"]]
158 158  
159 159  
... ... @@ -161,6 +161,69 @@
161 161  
162 162  
163 163  
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 +
164 164  = 3. Package Maintain Note =
165 165  
166 166  
... ... @@ -178,8 +178,6 @@
178 178  * Devices will check for updates for every boot.
179 179  * Devices will check for updates on every day midnight.
180 180  
181 -
182 -
183 183  (% style="color:blue" %)**What packages will be checked for updates**?
184 184  
185 185  dragino-httpd ~-~- Main Web UI http configuration
... ... @@ -193,13 +193,12 @@
193 193  draginoups   ~-~- Miscellaneous between different versions
194 194  
195 195  
260 +
196 196  (% style="color:blue" %)**Location and changelog for packages**:
197 197  
198 198  * Location: http:~/~/repo.dragino.com/release/tool/
199 199  * Changelog: [[http:~~/~~/repo.dragino.com/release/tool/Readme_HP0.txt>>http://repo.dragino.com/release/tool/Readme_HP0.txt]]
200 200  
201 -
202 -
203 203  (% style="color:blue" %)**How to view auto-updated log**
204 204  
205 205  You can view the log on the page of (% style="color:#037691" %)**System ~-~-> Package Management.**
... ... @@ -211,7 +211,7 @@
211 211  
212 212  (% style="color:blue" %)**Can I disable package-auto-update?**
213 213  
214 -You can check the checkbox and click the(% style="color:#037691" %)** ‘SAVE’ **(%%)button to enable or disable the auto-update.
277 +You can check the checkbox and click the(% style="color:red" %)** ‘SAVE’ **(%%)button to enable or disable the auto-update.
215 215  
216 216  
217 217  [[image:1661305258501-636.png]]
... ... @@ -221,7 +221,7 @@
221 221  === 3.1.2 How to manually update core packages? ===
222 222  
223 223  
224 -You can click the (% style="color:#037691" %)**‘Manual Update’**(%%) to update the dragino's packages.
287 +You can click the (% style="color:red" %)**‘Manual Update’**(%%) to update the dragino's packages.
225 225  
226 226  
227 227  [[image:1661305328295-218.png]]
... ... @@ -320,7 +320,7 @@
320 320  === 3.2.6 Generate Release file ===
321 321  
322 322  
323 -==== (% style="color:blue" %)Create the generated script:(%%) ====
386 +==== (% style="color:blue" %)**Create the generated script:**(%%) ====
324 324  
325 325  
326 326  (% style="background-color:yellow; color:green" %)**cd /var/www/html/debian/release/dists/stable**
... ... @@ -351,7 +351,7 @@
351 351  (% style="background-color:yellow; color:green" %)**gpg -gen-key**
352 352  
353 353  
354 -**((% style="color:red" %)Note: Fill in the content as required and remember the name and email address)(%%)**
417 +(% style="color:red" %)**Note: Fill in the content as required and remember the name and email address.**
355 355  
356 356  
357 357  
... ... @@ -446,5 +446,3 @@
446 446  
447 447  
448 448  [[image:1661306487761-768.png]]
449 -
450 -
image-20220902155621-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +27.7 KB
Content
image-20221112145017-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +1.9 KB
Content
image-20221112145029-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +3.3 KB
Content
image-20221112154230-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +5.2 KB
Content
image-20221112154418-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +18.2 KB
Content
image-20221112154456-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +14.6 KB
Content
image-20221112154724-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +3.2 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0