Skip to content

Commit 351f4b1

Browse files
authored
move m2-2050-g40 from gpon to xpon, added boot logs (#452)
* the ont is actually xpon, not gpon * Add ont-yotc.md with front matter * Delete _ont/ont-yotc-m2-2050-g40.md * Update YOTC M2-2050-G40 specifications and commands Updated chipset and CPU clock information, added software versions, and included commands for image management. * add boot log * Add serial dump includes for M2-2050-G40 Added serial dump includes for M2-2050-G40 boot dumps. * deleted everything past lines 107 * deleted everything past lines 117 * Add files via upload
1 parent 232b76e commit 351f4b1

6 files changed

Lines changed: 50 additions & 3 deletions

File tree

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ parent: YOTC
1111
| --------------- | ---------------------------------------------------------------------- |
1212
| Vendor/Brand | YOTC |
1313
| Model | M2-2050-G40 |
14-
| Chipset | Realtek RTL9607C |
14+
| Chipset | Realtek RTL9607C / RTL9607Cv2 |
1515
| Flash | SPI NAND 128MB |
1616
| RAM | 256MB |
1717
| CPU | Formosa MIPS interAptiv (multi) V2.0 |
18-
| CPU Clock | 300MHz (597.60 BogoMIPS) |
18+
| CPU Clock | 900MHz / 1150MHz |
19+
| BogoMIPS | 597.60MHz / 766.77MHz |
1920
| System | Linux 4.4.140 (GCC Realtek MSDK-4.8.5p1 Build 3068) |
2021
| Ethernet ports | 2x1G |
2122
| Optics | SC/APC |
@@ -37,6 +38,18 @@ parent: YOTC
3738

3839
{% include image.html file="yotc-m2-2050-g40-ttl.jpg" alt="Serial Pinout (dont connect vcc)" caption="Serial Pinout (dont connect vcc)" %}
3940

41+
{% include serial_dump.html file="yotcm2-2050-g40.txt" alt="M2-2050-G40 boot dump" title="M2-2050-G40 boot dump" %}
42+
43+
{% include serial_dump.html file="yotcm2-2050-g40newrevision.txt" alt="M2-2050-G40 boot dump (newer revision)" title="M2-2050-G40 boot dump (newer revision)" %}
44+
45+
46+
## List of Software versions
47+
- 518_V300R02B15 (doesn't have upg_app, wget, wget_manage)
48+
- 518_V300R02B21
49+
- 518_V300R02B22
50+
- 518_V300R02B25
51+
- 518_V300R02B31
52+
4053
## List of partitions (MTD)
4154

4255
| dev | size | erasesize | name |
@@ -83,6 +96,11 @@ Custom Default Configuration:
8396
/var/config/config_custom_default.xml
8497
```
8598

99+
Custom Configuration (on reset):
100+
```
101+
/var/config/custom_config.sh
102+
```
103+
86104
Hardware Configuration:
87105
```
88106
/var/config/config_hs.xml
@@ -177,6 +195,32 @@ mib set ELAN_MAC_ADDR 1A2B3C4D5E6F
177195
mib set LAN_IP_ADDR 192.168.8.1
178196
```
179197

198+
## Checking the currently active image
199+
```
200+
nv getenv sw_active
201+
```
202+
203+
## Booting to a different image
204+
```
205+
# Switch to image 0
206+
nv setenv sw_commit 0
207+
nv setenv sw_tryactive 0
208+
```
209+
210+
```
211+
# Switch to image 1
212+
nv setenv sw_commit 1
213+
nv setenv sw_tryactive 1
214+
```
215+
216+
## Cloning of image 0 into image 1
217+
```
218+
cp /dev/ubi0_1 /tmp/
219+
cp /dev/ubi0_2 /tmp/
220+
ubiupdatevol /dev/ubi0_3 /tmp/ubi0_1
221+
ubiupdatevol /dev/ubi0_4 /tmp/ubi0_2
222+
```
223+
180224
## Rebooting the ONU
181225
```
182226
reboot
@@ -194,3 +238,7 @@ mib set SW_PORT_TBL.3.Enable 1
194238
```
195239
mib set WLAN_MBSSIB_TBL.0.wlanDisabled 0
196240
```
241+
242+
# Teardown and other photos
243+
{% include image.html file="yotc-m2-2050-g40-pcb-top-b21.jpg" alt="YOTC M2-2050-G40 PCB Top (newer revision with RTL9607Cv2)" caption="YOTC M2-2050-G40 PCB Top (newer revision with RTL9607Cv2)" %}
244+
{% include image.html file="yotc-m2-2050-g40-pcb-b21.jpg" alt="YOTC M2-2050-G40 PCB Bottom (newer revision with RTL9607Cv2)" caption="YOTC M2-2050-G40 PCB Bottom (newer revision with RTL9607Cv2)" %}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ layout: default
55
---
66

77

8-
4.5 KB
Binary file not shown.
4.8 KB
Binary file not shown.
3.73 MB
Loading
3.4 MB
Loading

0 commit comments

Comments
 (0)