summaryrefslogtreecommitdiffstats
path: root/_ont/ont-huawei-ma5671a-root.md
diff options
context:
space:
mode:
Diffstat (limited to '_ont/ont-huawei-ma5671a-root.md')
-rw-r--r--_ont/ont-huawei-ma5671a-root.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/_ont/ont-huawei-ma5671a-root.md b/_ont/ont-huawei-ma5671a-root.md
index ad4115c..0fbf987 100644
--- a/_ont/ont-huawei-ma5671a-root.md
+++ b/_ont/ont-huawei-ma5671a-root.md
@@ -84,8 +84,7 @@ try:
ser.write('setenv asc0 0\n'.encode())
time.sleep(1)
print('[+] Transfer command sequence 4')
- ser.write(
- 'gpio set 3;gpio input 2;gpio input 105;gpio input 106;gpio input 107;gpio input 108"\n'.encode())
+ ser.write('setenv preboot "gpio set 3;gpio input 2;gpio input 105;gpio input 106;gpio input 107;gpio input 108"\n'.encode())
time.sleep(1)
print('[+] Transfer command sequence 5')
ser.write('saveenv\n'.encode())