summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bortolin <simonebortolin@users.noreply.github.com>2022-08-25 11:23:36 +0200
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2022-12-19 23:08:10 +0100
commit36c5f3f1f2a667953cdadf7d53410556150eb636 (patch)
tree6067438bb768dcbe23c2b3de1afd2b38b6b64b94
parentupdate script (diff)
downloadhack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar
hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.gz
hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.bz2
hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.lz
hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.xz
hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.zst
hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.zip
-rw-r--r--_ont/ont-fs-com-gpon-onu-stick-with-mac.md4
-rw-r--r--_ont/ont-huawei-ma5671a-carlito.md52
-rw-r--r--_ont/ont-huawei-ma5671a.md43
-rw-r--r--_ont/ont-sourcephotonics-sps-34-24t-hp-tdfo.md2
4 files changed, 56 insertions, 45 deletions
diff --git a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md
index 98bfe3d..2292c59 100644
--- a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md
+++ b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md
@@ -45,7 +45,7 @@ set_serial_number ABCD12345678
```
## Setting PLOAM Password
-Software 6BA1896SPLQA41 and before:
+Software 6BA1896SPLQA41 and before (See [Carlito Firmware](/ont-huawei-ma5671a-carlito))
```sh
fw_setenv nPassword "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
```
@@ -56,7 +56,7 @@ sfp_i2c -i11 -s "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
```
## Setting LOID and Checkcode Password
-Software 6BA1896SPLQA41 and before:
+Software 6BA1896SPLQA41 and before (See [Carlito Firmware](/ont-huawei-ma5671a-carlito))
```sh
fw_setenv omci_loid 1234567890
fw_setenv omci_lpwd password01
diff --git a/_ont/ont-huawei-ma5671a-carlito.md b/_ont/ont-huawei-ma5671a-carlito.md
new file mode 100644
index 0000000..218855f
--- /dev/null
+++ b/_ont/ont-huawei-ma5671a-carlito.md
@@ -0,0 +1,52 @@
+---
+title: Carlito Firmware for Huawei MA5671A
+has_children: false
+parent: Huawei MA5671A
+layout: default
+---
+
+# General setting
+
+## Setting image version
+```sh
+fw_setenv image0_version V1.7.6-170626
+fw_setenv image1_version V1.7.6-170626
+```
+
+## Setting S/N
+```sh
+fw_setenv ont_serial ABCD12345678
+```
+or
+```sh
+uci set gpon.ploam.nSerial="0x48 0x57 0x54 0x43 0x9D 0xAC 0xC7 0xA3"
+uci commit
+```
+
+## Setting PLOAM Password
+```sh
+fw_setenv nPassword "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
+```
+or
+```sh
+uci set gpon.ploam.nPassword="0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
+uci commit
+```
+
+## Setting LOID and Checkcode Password
+```sh
+fw_setenv omci_loid 1234567890
+fw_setenv omci_lpwd password01
+```
+If LOID is disabled in the firmware try alternative software.
+
+## Setting and check oem-generic
+```sh
+fw_setenv target oem-generic
+fw_printenv target=oem-generic
+```
+
+## Setting HSMIII
+```sh
+fw_setenv sgmii_mode 5
+``` \ No newline at end of file
diff --git a/_ont/ont-huawei-ma5671a.md b/_ont/ont-huawei-ma5671a.md
index aa58010..036ca9a 100644
--- a/_ont/ont-huawei-ma5671a.md
+++ b/_ont/ont-huawei-ma5671a.md
@@ -77,49 +77,8 @@ set nDyingGaspEnable disable
# General setting
-## Setting image version
-```sh
-fw_setenv image0_version V1.7.6-170626
-fw_setenv image1_version V1.7.6-170626
-```
-
-## Setting S/N
-```sh
-fw_setenv ont_serial ABCD12345678
-```
-or
-```sh
-uci set gpon.ploam.nSerial="0x48 0x57 0x54 0x43 0x9D 0xAC 0xC7 0xA3"
-uci commit
-```
-
-## Setting PLOAM Password
-```sh
-fw_setenv nPassword "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
-```
-or
-```sh
-uci set gpon.ploam.nPassword="0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
-uci commit
-```
-
-## Setting LOID and Checkcode Password
-```sh
-fw_setenv omci_loid 1234567890
-fw_setenv omci_lpwd password01
-```
-If LOID is disabled in the firmware try alternative software.
+- [Carlito General Setting](/ont-huawei-ma5671a-carlito)
-## Setting and check oem-generic
-```sh
-fw_setenv target oem-generic
-fw_printenv target=oem-generic
-```
-
-## Setting HSMIII
-```sh
-fw_setenv sgmii_mode 5
-```
# Known Bugs
# Miscellaneous Links
diff --git a/_ont/ont-sourcephotonics-sps-34-24t-hp-tdfo.md b/_ont/ont-sourcephotonics-sps-34-24t-hp-tdfo.md
index 483fcc6..32850e5 100644
--- a/_ont/ont-sourcephotonics-sps-34-24t-hp-tdfo.md
+++ b/_ont/ont-sourcephotonics-sps-34-24t-hp-tdfo.md
@@ -1,6 +1,6 @@
---
title: SourcePhotonics SPS-34-24T-HP-TDFO
has_children: false
-redirect_to: ont-fs-com-gpon-onu-stick-with-mac
+redirect_to: /ont-fs-com-gpon-onu-stick-with-mac
layout: default
--- \ No newline at end of file