diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-27 09:47:20 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:08:41 +0100 |
commit | fa26076da5ea50097baa966af86ecbfe625b0228 (patch) | |
tree | d51c66429e65f4d775fa9e38ae5210e5e1ba2928 /_ont/ont-huawei-ma5671a-root.md | |
parent | Add RTK ODI TTL Connection (diff) | |
download | hack-gpon.github.io-fa26076da5ea50097baa966af86ecbfe625b0228.tar hack-gpon.github.io-fa26076da5ea50097baa966af86ecbfe625b0228.tar.gz hack-gpon.github.io-fa26076da5ea50097baa966af86ecbfe625b0228.tar.bz2 hack-gpon.github.io-fa26076da5ea50097baa966af86ecbfe625b0228.tar.lz hack-gpon.github.io-fa26076da5ea50097baa966af86ecbfe625b0228.tar.xz hack-gpon.github.io-fa26076da5ea50097baa966af86ecbfe625b0228.tar.zst hack-gpon.github.io-fa26076da5ea50097baa966af86ecbfe625b0228.zip |
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-huawei-ma5671a-root.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/_ont/ont-huawei-ma5671a-root.md b/_ont/ont-huawei-ma5671a-root.md index 38ee822..8f86503 100644 --- a/_ont/ont-huawei-ma5671a-root.md +++ b/_ont/ont-huawei-ma5671a-root.md @@ -7,13 +7,12 @@ layout: default 1. take the SFP molex and the 4 coloured cables and solder them to the molex according to the following diagram: -``` -USB TTL(UART) Adapter ------- SFP 20pins Molex connector -3.3V ---red ------------------pin #15 and #16 -TX -----orange ---------------pin #2 -RX -----yellow ---------------pin #7 -GND ----green --------------- pin #10 -``` +| USB TTL(UART) Adapter | wire colour in picture | SFP 20pins Molex connector | +| --------------------- | ---------------------- | -------------------------- | +| 3.3V | red | pin #15 and #16 | +| TX | orange | pin #2 | +| RX | yellow | pin #7 | +| GND | green | pin #10 | {% include alert.html content="Use GND wire as ON/OFF switch, otherwise there will be a slight delay before data is displayed on the console (putty/TeraTerm)." alert="Important" icon="svg-warning" color="yellow" %} @@ -121,4 +120,5 @@ mtd -e image1 write mtd5.bin image1 - [Support MA5671A SFP GPON](https://forum.openwrt.org/t/support-ma5671a-sfp-gpon/48042) - [La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+](https://lafibre.info/remplacer-livebox/guide-de-connexion-fibre-directement-sur-un-routeur-voire-meme-en-2gbps/msg832904/#msg832904) - [Bypassing the HH3K up to 2.5Gbps using a BCM57810S NIC](https://www.dslreports.com/forum/r32230041-Internet-Bypassing-the-HH3K-up-to-2-5Gbps-using-a-BCM57810S-NIC) +- [Bypassing the HH3K up to 2.5Gbps using a BCM57810S NIC](https://www.dslreports.com/forum/r32230041-Internet-Bypassing-the-HH3K-up-to-2-5Gbps-using-a-BCM57810S-NIC) |