Skip to content

Commit 0042ba5

Browse files
General refactor of Hardware Specifications, Serial and heading - Leox (#111)
Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
1 parent f851c7e commit 0042ba5

5 files changed

Lines changed: 109 additions & 145 deletions

File tree

_ont/ont-leox-lxt-010g-d.md

Lines changed: 24 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,27 @@ parent: Leox
77

88
# Hardware Specifications
99

10-
| | |
11-
| ----------- | ------------------------------------ |
12-
| Vendor | Leox |
13-
| Model | LXT-010G-D |
14-
| Chipset | |
15-
| Flash | |
16-
| RAM | |
17-
| System | Linux (Luna SDK ) |
18-
| 2.5GBaseT | No |
19-
| Optics | |
20-
| IP address | 192.168.100.1/24 |
21-
| Web Gui | |
22-
| Telnet | ✅ user `leox`, password `leolabs_7` |
23-
| Form Factor | ONT |
24-
25-
26-
## List of software versions
27-
## List of partitions
28-
## List of firmwares and files
29-
30-
# Useful Commands
31-
32-
## Getting/Setting the ONT's S/N
33-
```sh
34-
# /etc/scripts/flash get GPON_SN
35-
GPON_SN=TMBB00000000
36-
# /etc/scripts/flash set GPON_SN TMBB0A1B2C3D
37-
```
38-
39-
## Getting/Setting the ONT's PLOAM password
40-
41-
{% include alert.html content="The PLOAM password is stored in ASCII format" 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
47-
```
48-
49-
# Known Bugs
50-
# Miscellaneous Links
51-
52-
10+
| | |
11+
| --------------- | ------------------------------------ |
12+
| Vendor/Brand | LEOX |
13+
| Model | LXT-010G-D |
14+
| Chipset | Realtek RTL9601D |
15+
| Flash | SPI NOR 16MB |
16+
| RAM | 32MB |
17+
| System | Linux 3.18 (Luna SDK 3.3) |
18+
| 2.5GBaseT | No |
19+
| Optics | Bosa on Board (BoB) |
20+
| IP address | 192.168.100.1/24 |
21+
| Web Gui | yes |
22+
| SSH | |
23+
| Telnet | ✅ user `leox`, password `leolabs_7` |
24+
| Serial ||
25+
| Serial baud | 115200 |
26+
| Serial encoding | 8-N-1 |
27+
| Form Factor | ONT |
28+
29+
# Serial
30+
31+
The ONT has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be accessed from the top surface.
32+
33+
{% include_relative ont-leox-userful-command.md %}

_ont/ont-leox-lxt-010h-d.md

Lines changed: 25 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,28 @@ parent: Leox
77

88
# Hardware Specifications
99

10-
| | |
11-
| ----------- | ------------------------------------ |
12-
| Vendor | Leox |
13-
| Model | LXT-010H-D |
14-
| Chipset | RTL9601D |
15-
| Flash | SPI NOR 16MB |
16-
| RAM | 32MB |
17-
| System | Linux 3.18 (Luna SDK 3.3) |
18-
| 2.5GBaseT | Yes |
19-
| Optics | Bosa on Board (BoB) |
20-
| IP address | 192.168.100.1/24 |
21-
| Web Gui | yes |
22-
| Telnet | ✅ user `leox`, password `leolabs_7` |
23-
| Form Factor | ONT |
24-
25-
26-
## List of software versions
27-
## List of partitions
28-
## List of firmwares and files
29-
30-
# Useful Commands
31-
32-
## Getting/Setting the ONT's S/N
33-
```sh
34-
# /etc/scripts/flash get GPON_SN
35-
GPON_SN=TMBB00000000
36-
# /etc/scripts/flash set GPON_SN TMBB0A1B2C3D
37-
```
38-
39-
## Getting/Setting the ONT's PLOAM password
40-
41-
{% 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
47-
```
48-
49-
# Known Bugs
50-
# Miscellaneous Links
51-
52-
10+
| | |
11+
| --------------- | ------------------------------------ |
12+
| Vendor/Brand | LEOX |
13+
| Model | LXT-010H-D |
14+
| Chipset | Realtek RTL9601D |
15+
| Flash | SPI NOR 16MB |
16+
| RAM | 32MB |
17+
| System | Linux 3.18 (Luna SDK 3.3) |
18+
| 2.5GBaseT | Yes |
19+
| PHY Ethernet | RTL8221B |
20+
| Optics | Bosa on Board (BoB) |
21+
| IP address | 192.168.100.1/24 |
22+
| Web Gui | yes |
23+
| SSH | |
24+
| Telnet | ✅ user `leox`, password `leolabs_7` |
25+
| Serial ||
26+
| Serial baud | 115200 |
27+
| Serial encoding | 8-N-1 |
28+
| Form Factor | ONT |
29+
30+
# Serial
31+
32+
The ONT has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be accessed from the top surface.
33+
34+
{% include_relative ont-leox-userful-command.md %}

_ont/ont-leox-lxt-010s-h.md

Lines changed: 34 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
---
2-
title: Leox LXT-010S-H
2+
title: LEOX LXT-010S-H
33
has_children: false
44
layout: default
5-
parent: Leox
5+
parent: LEOX
66
---
77

88
# Hardware Specifications
99

10-
| | |
11-
| ----------- | ------------------------------------ |
12-
| Vendor | Leox |
13-
| Model | LXT-010S-H |
14-
| Chipset | RTL9601CI |
15-
| Flash | 128MB |
16-
| RAM | 32MB |
17-
| Manufacter | Hisense LTE3415-SH+ |
18-
| System | Linux 3.18 (Luna SDK 3.3) |
19-
| HSGMII | Yes |
20-
| Optics | SC/UPC |
21-
| IP address | 192.168.100.1/24 |
22-
| Web Gui ||
23-
| Telnet | ✅ user `leox`, password `leolabs_7` |
24-
| Form Factor | miniONT SFP |
25-
26-
27-
## List of software versions
10+
| | |
11+
| ---------------- | --------------------------------------- |
12+
| Vendor/Brand | LEOX |
13+
| Model | LXT-010S-H |
14+
| ODM Manufacturer | Hisense |
15+
| ODM Product Code | [LTE3415-SH+](/ont-hisense-lte3415-sh+) |
16+
| Chipset | Realtek RTL9601CI |
17+
| Flash | 128MB |
18+
| RAM | 32MB |
19+
| System | Linux 3.18 (Luna SDK 3.3) |
20+
| HSGMII | Yes |
21+
| Optics | SC/UPC |
22+
| IP address | 192.168.100.1/24 |
23+
| Web Gui ||
24+
| SSH | |
25+
| Telnet | ✅ user `leox`, password `leolabs_7` |
26+
| Serial ||
27+
| Serial baud | 115200 |
28+
| Serial encoding | 8-N-1 |
29+
| Form Factor | miniONT SFP |
30+
31+
2832
## List of partitions
2933

3034
| dev | size | erasesize | name |
@@ -48,53 +52,30 @@ This stick supports dual boot.
4852

4953
`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.
5054

51-
## Serial Console
52-
55+
## Serial
5356

5457
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:
5558

5659
{% include image.html file="ont-leox-lxt-010s-h_ttl.jpg" alt="Leox LXT-010S-H TTL Pinout" caption="Leox LXT-010S-H TTL Pinout" %}
5760

61+
{% 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+
5863
## List firmware version
5964

6065
{% include alert.html content="There is a new firmware avaliable from LeoLabs that fixes the 2.5GbE" alert="Note" icon="svg-info" color="blue" %}
6166

6267
- V3.3.4L3
6368
- V3.3.4L4rc1 (Fix 2.5GbE HiSGMII)
6469

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
89-
```
70+
{% include_relative ont-leox-userful-command.md %}
9071

9172
## LAN SDS Mode (with firmware V3.3.4L4rc1):
9273

93-
| mode | description |
94-
| -------------------- | ------------------------------------ |
95-
| LAN_SDS_MODE = 1 | 1GbE with auto-neg on |
96-
| LAN_SDS_MODE = 7 | 1GbE with auto-neg off |
97-
| LAN_SDS_MODE = 8 | 2.5GbE with auto-neg off |
74+
| mode | description |
75+
| ---------------- | ------------------------ |
76+
| LAN_SDS_MODE = 1 | 1GbE with auto-neg on |
77+
| LAN_SDS_MODE = 7 | 1GbE with auto-neg off |
78+
| LAN_SDS_MODE = 8 | 2.5GbE with auto-neg off |
9879

9980
If you try to use any mode not listed here, stick will default to mode 1.
10081

@@ -108,9 +89,4 @@ LAN_SDS_MODE=1
10889

10990
# Known Bugs
11091

111-
The stock firmware doesn't work @ 2.5GbE. There is a new firmware avaliable from LeoLabs that fixes this issue.
112-
113-
114-
# Miscellaneous Links
115-
116-
92+
The stock firmware doesn't work @ 2.5GbE. There is a new firmware avaliable from LeoLabs that fixes this issue.

_ont/ont-leox-userful-command.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# General Settings and Useful Commands
2+
3+
## Change IP address
4+
```sh
5+
# /etc/scripts/flash get LAN_IP_ADDR
6+
LAN_IP_ADDR=192.168.2.1
7+
# /etc/scripts/flash set LAN_IP_ADDR 192.168.1.1
8+
```
9+
10+
## Getting/Setting the ONT's S/N
11+
```sh
12+
# /etc/scripts/flash get GPON_SN
13+
GPON_SN=LEOX00000000
14+
# /etc/scripts/flash set GPON_SN TMBB0A1B2C3D
15+
```
16+
17+
## Getting/Setting the ONT's PLOAM password
18+
19+
{% include alert.html content="The PLOAM password is stored in ASCII format" alert="Info" icon="svg-info" color="blue" %}
20+
21+
```sh
22+
# /etc/scripts/flash get GPON_PLOAM_PASSWD
23+
GPON_PLOAM_PASSWD=AAAAAAAAAA
24+
# /etc/scripts/flash set GPON_PLOAM_PASSWD AAAAAAAAAA
25+
```

_ont/ont-leox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Leox
2+
title: LEOX
33
has_children: true
44
layout: default
55
---

0 commit comments

Comments
 (0)