You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _ont/ont-zte-f6005v3.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ parent: ZTE
35
35
## List of software versions
36
36
### HW V3.0
37
37
- V3.0.10P3N2 (OpenFiber)
38
-
- V3.0.10N06, internal version is V3.0.10P2N6 (TIM Italy)
38
+
- V3.0.10N06 (TIM Italy) - Internal version is V3.0.10P2N6
39
39
40
40
## List of partitions
41
41
@@ -57,14 +57,19 @@ parent: ZTE
57
57
58
58
59
59
This ONT supports dual boot, as visible from the presence of `kernel0` and `kernel1`, which contain the rootfs (JFFS2 read-only).
60
-
The boot images can be swapped if they are the same or use the same **U-Boot** version. If you have a different **U-Boot** that was paired with the active image, do not attempt this, as it will brick the ONT.
60
+
The boot images can be swapped if they are the same or use the same **U-Boot** version. If you have a different **U-Boot** that was paired with the active image, do not attempt this, as it will brick the ONT, specially if TTL console is disabled.
61
61
62
62
```sh
63
63
upgradetest switchver X
64
64
```
65
65
66
66
Where `X` can be `0/1`, based on the image you want to boot from.
67
67
68
+
Get current installed version for each region:
69
+
70
+
```sh
71
+
upgradetest getver
72
+
```
68
73
69
74
You can also clone the currently running image into the other slot using this command:
70
75
@@ -219,7 +224,7 @@ setmac 1 2177 AABBCCDD
219
224
## Setting ONU GPON PLOAM password
220
225
221
226
{% include alert.html content="The PLOAM password is stored in the ASCII format." alert="Note" icon="svg-info" color="blue" %}
222
-
This can be done easily via the web UI. To do it via the shell use:
227
+
This can be done easily via the Web UI. To do it via the shell use:
223
228
```sh
224
229
setmac 1 2181 1234567890
225
230
setmac 1 2178 1234567890
@@ -276,7 +281,7 @@ Wait reboot.. or powercycle it
276
281
277
282
The ONT will reboot, and you can log in later using `root\Zte521` as the credentials.
278
283
279
-
**Just for OpenFiber firmware**
284
+
**Only for firmware versions with restricted admin access**
280
285
281
286
In case you want add new a admin user instead of using the embedded credentials, run these commands before rebooting the ONT:
282
287
@@ -295,7 +300,7 @@ Reboot the ONT and you can login to the WebUI using `superadmin\superadmin` as c
295
300
296
301
## Backing up ONT partitions using hardware flasher
297
302
298
-
It's possible to swap RAW dump between ONTs and enable access over telnet to modify some ONT parameters.
303
+
It's possible to swap RAW dump between ONTs and enable access over Telnet to modify some ONT parameters.
0 commit comments