summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnesto Castellotti <mail@ernestocastellotti.it>2022-08-26 19:46:23 +0200
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2022-12-19 23:08:41 +0100
commitafc9d50671f04e1abe796451228fc0076f77f4ef (patch)
tree4875743e910d7fc28c82585c9845680eec0e5e6f
parentRemove Fw_setenv bug in pmg3000 (diff)
downloadhack-gpon.github.io-afc9d50671f04e1abe796451228fc0076f77f4ef.tar
hack-gpon.github.io-afc9d50671f04e1abe796451228fc0076f77f4ef.tar.gz
hack-gpon.github.io-afc9d50671f04e1abe796451228fc0076f77f4ef.tar.bz2
hack-gpon.github.io-afc9d50671f04e1abe796451228fc0076f77f4ef.tar.lz
hack-gpon.github.io-afc9d50671f04e1abe796451228fc0076f77f4ef.tar.xz
hack-gpon.github.io-afc9d50671f04e1abe796451228fc0076f77f4ef.tar.zst
hack-gpon.github.io-afc9d50671f04e1abe796451228fc0076f77f4ef.zip
-rw-r--r--_ont/ont-fs-com-gpon-onu-stick-with-mac.md2
-rw-r--r--_ont/ont-huawei-ma5671a-root.md2
2 files changed, 2 insertions, 2 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 ade1034..21217be 100644
--- a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md
+++ b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md
@@ -47,7 +47,7 @@ layout: default
{% include alert.html content="It is strongly recommended that you unlock the bootloader before making any major changes to the firmware." alert="Warning" icon="svg-warning" color="yellow" %}
```sh
fw_setenv bootdelay 5
-fw_setenv asc 0
+fw_setenv asc0 0
fw_setenv preboot "gpio input 105;gpio input 106;gpio input 107;gpio input 108;gpio set 3;gpio set 109;gpio set 110;gpio clear 423;gpio clear 422;gpio clear 325;gpio clear 402;gpio clear 424"
```
If you haven't done this and the stick doesn't work due to your changes you can follow the [Huawei MA5671A unlock guide](/ont-huawei-ma5671a-root)
diff --git a/_ont/ont-huawei-ma5671a-root.md b/_ont/ont-huawei-ma5671a-root.md
index 9bf569d..38ee822 100644
--- a/_ont/ont-huawei-ma5671a-root.md
+++ b/_ont/ont-huawei-ma5671a-root.md
@@ -66,7 +66,7 @@ GND ----green --------------- pin #10
11. To permanently unlock the bootloader, without having to repeat the previous steps, you must give the following commands:
```
FALCON => setenv bootdelay 5
-FALCON => setenv asc 0
+FALCON => setenv asc0 0
FALCON => setenv preboot "gpio input 105;gpio input 106;gpio input 107;gpio input 108;gpio set 3;gpio set 109;gpio set 110;gpio clear 423;gpio clear 422;gpio clear 325;gpio clear 402;gpio clear 424"
FALCON => saveenv
```