diff --git a/_ont/ont-yotc-m2-2050-g40.md b/_ont/ont-yotc-m2-2050-g40.md index 7d854627..6961f6a2 100644 --- a/_ont/ont-yotc-m2-2050-g40.md +++ b/_ont/ont-yotc-m2-2050-g40.md @@ -28,13 +28,15 @@ parent: YOTC | Form Factor | ONT | -# External Media - {% include image.html file="yotc-m2-2050-g40-top.jpg" alt="YOTC M2-2050-G40 Top" caption="YOTC M2-2050-G40 Top" %} {% include image.html file="yotc-m2-2050-g40-bottom.jpg" alt="YOTC M2-2050-G40 Bottom" caption="YOTC M2-2050-G40 Bottom" %} {% include image.html file="yotc-m2-2050-g40-pcb-top.jpg" alt="YOTC M2-2050-G40 PCB Top" caption="YOTC M2-2050-G40 PCB Top" %} {% include image.html file="yotc-m2-2050-g40-pcb.jpg" alt="YOTC M2-2050-G40 PCB Bottom" caption="YOTC M2-2050-G40 PCB Bottom" %} +# Serial + +{% include image.html file="yotc-m2-2050-g40-ttl.jpg" alt="Serial Pinout (dont connect vcc)" caption="Serial Pinout (dont connect vcc)" %} + ## List of partitions (MTD) | dev | size | erasesize | name | @@ -67,6 +69,24 @@ This ONT supports dual boot. Volumes `ubi_k0` and `ubi_r0` respectively contain kernel and rootfs of the first image, while `ubi_k1` and `ubi_r1` contain kernel and rootfs of the second one. +# Useful files and binaries + +## Useful files + +User Configuration: +``` +/var/config/config.xml +``` + +Custom Default Configuration: +``` +/var/config/config_custom_default.xml +``` + +Hardware Configuration: +``` +/var/config/config_hs.xml +``` # GPON/OMCI settings @@ -162,11 +182,6 @@ mib set LAN_IP_ADDR 192.168.8.1 reboot ``` -## Delete the ISP Default Configuration (it is recommended to back it up first) -``` -rm /var/config/config_custom_default.xml -``` - ## Enable Ethernet Ports ``` mib set SW_PORT_TBL.0.Enable 1 diff --git a/assets/img/yotc-m2-2050-g40-bottom.jpg b/assets/img/yotc-m2-2050-g40-bottom.jpg index 831c6a97..a885f173 100644 Binary files a/assets/img/yotc-m2-2050-g40-bottom.jpg and b/assets/img/yotc-m2-2050-g40-bottom.jpg differ diff --git a/assets/img/yotc-m2-2050-g40-pcb-top.jpg b/assets/img/yotc-m2-2050-g40-pcb-top.jpg index 72cd3e8f..bdf4c620 100644 Binary files a/assets/img/yotc-m2-2050-g40-pcb-top.jpg and b/assets/img/yotc-m2-2050-g40-pcb-top.jpg differ diff --git a/assets/img/yotc-m2-2050-g40-pcb.jpg b/assets/img/yotc-m2-2050-g40-pcb.jpg index 6179a700..3b0c6934 100644 Binary files a/assets/img/yotc-m2-2050-g40-pcb.jpg and b/assets/img/yotc-m2-2050-g40-pcb.jpg differ diff --git a/assets/img/yotc-m2-2050-g40-top.jpg b/assets/img/yotc-m2-2050-g40-top.jpg index 64aa48f4..6e0d5642 100644 Binary files a/assets/img/yotc-m2-2050-g40-top.jpg and b/assets/img/yotc-m2-2050-g40-top.jpg differ diff --git a/assets/img/yotc-m2-2050-g40-ttl.jpg b/assets/img/yotc-m2-2050-g40-ttl.jpg new file mode 100644 index 00000000..d411077a Binary files /dev/null and b/assets/img/yotc-m2-2050-g40-ttl.jpg differ