diff --git a/_ont/ont-adtran-sdx-611.md b/_ont/ont-adtran-sdx-611.md index 383454f0..532a89d3 100644 --- a/_ont/ont-adtran-sdx-611.md +++ b/_ont/ont-adtran-sdx-611.md @@ -7,22 +7,59 @@ parent: Adtran # Hardware Specifications -| | | -| ------------ | ------- | -| Vendor/Brand | Adtran | -| Model | SDX 611 | -| Chipset | | -| Flash | | -| RAM | | -| System | | -| 2.5GbaseT | No | -| Optics | SC/APC | -| IP address | | -| Web Gui | | -| SSH | | -| Telnet | | -| Serial | | -| Form Factor | ONT | +| | | +| --------------- | ---------------------------------------- | +| Vendor/Brand | Adtran | +| Model | SDX 611 (Adtran-611-V2 REV1.0) | +| Chipset | Realtek RTL9601D | +| Flash | 16 MB (Winbond W25Q128JVSQ) | +| RAM | | +| System | | +| Optics | SC/APC (U&T UTG24P05) | +| 2.5GbaseT | No | +| IP address | | +| Web Gui | | +| SSH | | +| Telnet | | +| Serial | ✅ | +| Serial baud | 115200 | +| Serial encoding | 8-N-1 | +| Form Factor | ONT | + +## Disassembly + +1. Remove the two screws hidden under the rubber feet on the back of the unit +2. Use a plastic pry tool to separate the rear cover, as it is held in place by a snap fit + +{% include alert.html content="Be careful when prying the rear cover off, the snap fit clips can break easily." alert="Note" icon="svg-warning" color="yellow" %} + +{% include image.html file="sdx611-teardown-1.jpg" alt="Adtran SDX 611 Teardown" caption="Adtran SDX 611: Teardown" %} +{% include image.html file="sdx611-teardown-2.jpg" alt="Adtran SDX 611 Board" caption="Adtran SDX 611: Board" %} +{% include image.html file="sdx611-board-rev.jpg" alt="Adtran SDX 611 Board Revision" caption="Adtran SDX 611: Board revision (Adtran-611-V2 REV1.0)" %} + +## Serial + +The board has GND, TX and RX headers already soldered. A USB UART adapter such as a CH340G can be used to access the serial console. + +| USB TTL(UART) Adapter | Board header | +| --------------------- | ------------ | +| GND | GND | +| TX | RX | +| RX | TX | + +{% 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" %} + +## Chip identification + +| Chip | Function | +| ---------------------- | ------------------ | +| Realtek RTL9601D | GPON SoC | +| U&T UTG24P05 | Optical transceiver (BOSA) | +| Winbond W25Q128JVSQ | 128Mbit (16MB) SPI NOR Flash | + +{% include image.html file="sdx611-rtl9601d.jpg" alt="Realtek RTL9601D" caption="Realtek RTL9601D GPON SoC" %} +{% include image.html file="sdx611-utg24p05.jpg" alt="U&T UTG24P05" caption="U&T UTG24P05 Optical Transceiver" %} +{% include image.html file="sdx611-w25q128jvsq.jpg" alt="Winbond W25Q128JVSQ" caption="Winbond W25Q128JVSQ 16MB SPI NOR Flash" %} # Miscellaneous Links diff --git a/assets/img/sdx611-board-rev.jpg b/assets/img/sdx611-board-rev.jpg new file mode 100644 index 00000000..1d217fd9 Binary files /dev/null and b/assets/img/sdx611-board-rev.jpg differ diff --git a/assets/img/sdx611-rtl9601d.jpg b/assets/img/sdx611-rtl9601d.jpg new file mode 100644 index 00000000..d27a5e97 Binary files /dev/null and b/assets/img/sdx611-rtl9601d.jpg differ diff --git a/assets/img/sdx611-teardown-1.jpg b/assets/img/sdx611-teardown-1.jpg new file mode 100644 index 00000000..c1b29f03 Binary files /dev/null and b/assets/img/sdx611-teardown-1.jpg differ diff --git a/assets/img/sdx611-teardown-2.jpg b/assets/img/sdx611-teardown-2.jpg new file mode 100644 index 00000000..5d129e2e Binary files /dev/null and b/assets/img/sdx611-teardown-2.jpg differ diff --git a/assets/img/sdx611-utg24p05.jpg b/assets/img/sdx611-utg24p05.jpg new file mode 100644 index 00000000..f20c730c Binary files /dev/null and b/assets/img/sdx611-utg24p05.jpg differ diff --git a/assets/img/sdx611-w25q128jvsq.jpg b/assets/img/sdx611-w25q128jvsq.jpg new file mode 100644 index 00000000..27e5ef65 Binary files /dev/null and b/assets/img/sdx611-w25q128jvsq.jpg differ