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
{% include alert.html content="The PLOAM password is stored in ASCII format, however if you can use hex if string starts from 0x" alert="Info" icon="svg-info" color="blue" %}
42
-
43
-
```sh
44
-
# /etc/scripts/flash get GPON_PLOAM_PASSWD
45
-
GPON_PLOAM_PASSWD=AAAAAAAAAA
46
-
# /etc/scripts/flash set GPON_PLOAM_PASSWD AAAAAAAAAA
@@ -48,53 +52,30 @@ This stick supports dual boot.
48
52
49
53
`k0` and `r0` respectively contain the kernel and firmware of the first image, while `k1` and `r1` respectively contain the kernel and the firmware of the second one.
50
54
51
-
## Serial Console
52
-
55
+
## Serial
53
56
54
57
The stick has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be accessed from the top surface. To accept TX line commands, the GND of the TTL adapter should be attached to the stick's shield:
{% include alert.html content="Some USB TTL adapters label TX and RX pins the other way around: try to swap them if the connection doesn't work." alert="Note" icon="svg-warning" color="yellow" %}
62
+
58
63
## List firmware version
59
64
60
65
{% include alert.html content="There is a new firmware avaliable from LeoLabs that fixes the 2.5GbE" alert="Note" icon="svg-info" color="blue" %}
61
66
62
67
- V3.3.4L3
63
68
- V3.3.4L4rc1 (Fix 2.5GbE HiSGMII)
64
69
65
-
# Useful Commands
66
-
67
-
## Change IP address
68
-
```sh
69
-
# /etc/scripts/flash get LAN_IP_ADDR
70
-
LAN_IP_ADDR=192.168.2.1
71
-
# /etc/scripts/flash set LAN_IP_ADDR 192.168.1.1
72
-
```
73
-
74
-
## Getting/Setting the ONT's S/N
75
-
```sh
76
-
# /etc/scripts/flash get GPON_SN
77
-
GPON_SN=LEOX00000000
78
-
# /etc/scripts/flash set GPON_SN TMBB0A1B2C3D
79
-
```
80
-
81
-
## Getting/Setting the ONT's PLOAM password
82
-
83
-
{% include alert.html content="The PLOAM password is stored in ASCII format" alert="Info" icon="svg-info" color="blue" %}
84
-
85
-
```sh
86
-
# /etc/scripts/flash get GPON_PLOAM_PASSWD
87
-
GPON_PLOAM_PASSWD=AAAAAAAAAA
88
-
# /etc/scripts/flash set GPON_PLOAM_PASSWD AAAAAAAAAA
0 commit comments