diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-01-02 22:46:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 22:46:34 +0100 |
commit | 0f2cee227fe6d65046ff96de1b7e56a0926aaa87 (patch) | |
tree | 12decc8cc7f50a64f1a7db0ff12a06cc9bf08651 | |
parent | fix escape (#86) (diff) | |
download | hack-gpon.github.io-0f2cee227fe6d65046ff96de1b7e56a0926aaa87.tar hack-gpon.github.io-0f2cee227fe6d65046ff96de1b7e56a0926aaa87.tar.gz hack-gpon.github.io-0f2cee227fe6d65046ff96de1b7e56a0926aaa87.tar.bz2 hack-gpon.github.io-0f2cee227fe6d65046ff96de1b7e56a0926aaa87.tar.lz hack-gpon.github.io-0f2cee227fe6d65046ff96de1b7e56a0926aaa87.tar.xz hack-gpon.github.io-0f2cee227fe6d65046ff96de1b7e56a0926aaa87.tar.zst hack-gpon.github.io-0f2cee227fe6d65046ff96de1b7e56a0926aaa87.zip |
-rw-r--r-- | _ont/ont-huawei-ma5671a-root-web.md | 4 | ||||
-rw-r--r-- | _ont/ont-huawei-ma5671a-root.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_ont/ont-huawei-ma5671a-root-web.md b/_ont/ont-huawei-ma5671a-root-web.md index 9ca10d2..d06e9d1 100644 --- a/_ont/ont-huawei-ma5671a-root-web.md +++ b/_ont/ont-huawei-ma5671a-root-web.md @@ -16,9 +16,9 @@ Connect the SFP adapter to the TTL adapter according to the following diagram: | RX | blue | TX (pin #7) | | GND | black | GND (pin #14) | -{% include image.html file="web-root-procedure\ttl-sfp.jpg" alt="Example of how the molex SFP - TTL connection should look like" caption="Example of how the molex SFP - TTL connection should look like" %} +{% include image.html file="web-root-procedure/ttl-sfp.jpg" alt="Example of how the molex SFP - TTL connection should look like" caption="Example of how the molex SFP - TTL connection should look like" %} -{% include image.html file="web-root-procedure\sfp-sfp.jpg" alt="Example of how the SFP - molex SFP connection should look like" caption="Example of how the SFP - molex SFP connection should look like" %} +{% include image.html file="web-root-procedure/sfp-sfp.jpg" alt="Example of how the SFP - molex SFP connection should look like" caption="Example of how the SFP - molex SFP connection should look like" %} {% include alert.html content="Try PIN 10 or other GND PINs if the connection doesn't work with PIN 14." alert="Note" icon="svg-warning" color="yellow" %} diff --git a/_ont/ont-huawei-ma5671a-root.md b/_ont/ont-huawei-ma5671a-root.md index fa6271f..18ce1dc 100644 --- a/_ont/ont-huawei-ma5671a-root.md +++ b/_ont/ont-huawei-ma5671a-root.md @@ -45,7 +45,7 @@ pip install pyserial 1. Make the connections as shown to a TTL adapter except for GND (which should remain detached as it is used as a switch) {% include image.html file="ma5671a-root-1.jpg" alt="Example of how the sfp-ttl connection should look like" caption="Example of how the sfp-ttl connection should look like" %} -{% include image.html file="new-root-procedure\board-molex-arduino.jpg" alt="Example of how the sfp-ttl connection should look like with a custom board" caption="Example of how the sfp-ttl connection should look like with a custom board" %} +{% include image.html file="new-root-procedure/board-molex-arduino.jpg" alt="Example of how the sfp-ttl connection should look like with a custom board" caption="Example of how the sfp-ttl connection should look like with a custom board" %} {% include image.html file="ma5671a-root-2.jpg" alt="SFP Molex" caption="SFP Molex" %} {:style="counter-reset:none"} @@ -112,7 +112,7 @@ except (KeyboardInterrupt, SystemExit): 1. Reboot the stick 1. Open Tera Term (or other serial terminal emulators), after it has loaded press `enter` to activate the console -{% include image.html file="new-root-procedure\press-enter.jpg" alt="Press enter to activate the console" caption="Press enter to activate the console" %} +{% include image.html file="new-root-procedure/press-enter.jpg" alt="Press enter to activate the console" caption="Press enter to activate the console" %} {:style="counter-reset:none"} 1. With `sed` change the default shell from `/opt/lantiq/bin/minishell` to `/bin/ash` by editing the file `/etc/passwd`: |