diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-08 23:56:52 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:00:58 +0100 |
commit | 7ff45a59465893452839cff553651ee7e7fbe386 (patch) | |
tree | 03c5793303cbdb2a3aa87378d2eac89f6b856614 /ont-huawei-ma5671a.md | |
parent | ODI update, Restore DPN-100 Rev A, Small update (diff) | |
download | hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.gz hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.bz2 hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.lz hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.xz hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.zst hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.zip |
Diffstat (limited to '')
-rw-r--r-- | ont-huawei-ma5671a.md | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/ont-huawei-ma5671a.md b/ont-huawei-ma5671a.md index 537581e..00241ef 100644 --- a/ont-huawei-ma5671a.md +++ b/ont-huawei-ma5671a.md @@ -1,6 +1,6 @@ ---
title: Huawei MA5671A
-has_children: false
+has_children: true
parent: ONT
---
@@ -39,6 +39,10 @@ GND ----green --------------- pin #10 ```
Configuration: asc0=0 115200 8-N-1
+## Root procedure
+
+- [Root](ont-huawei-ma5671a-root)
+
## Disabling Dying Gasp
```sh
set nDyingGaspEnable disable
@@ -64,6 +68,27 @@ set nDyingGaspEnable disable 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
+```
+
+## Setting and check oem-generic
+```sh
+fw_setenv target oem-generic
+fw_printenv target=oem-generic
+```
+
+## Setting HSMIII
+```sh
+fw_setenv sgmii_mode 5
+```
+
+## Setting S/N
+```sh
+fw_setenv ont_serial ABCD12345678
+
# Known Bugs
# Miscellaneous Links
|