From bdd385a4674bc3340a9147b3b03087c10f1944b2 Mon Sep 17 00:00:00 2001 From: Edoardo Fullin Date: Tue, 10 Jan 2023 14:59:36 +0100 Subject: Apply suggestions from code review Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com> --- _ont/ont-huawei-ma5671a-root-web.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_ont/ont-huawei-ma5671a-root-web.md b/_ont/ont-huawei-ma5671a-root-web.md index 39e4537..8a1ee74 100644 --- a/_ont/ont-huawei-ma5671a-root-web.md +++ b/_ont/ont-huawei-ma5671a-root-web.md @@ -41,7 +41,7 @@ After this is done, reboot the stick, after connecting it to the router via an e {% include alert.html content="If your subnet is `192.168.1.0/24` make sure you have no ip conflicts." alert="Note" icon="svg-warning" color="yellow" %} -{% include alert.html content="On some SFP host devices you might not be able to connect to the stick if there's no optical signal, in that case you need to connect the fiber to make changes on the stick" alert="Note" icon="svg-warning" color="yellow" %} +{% include alert.html content="On some SFP host devices you might not be able to connect to the stick if there's no optical signal (RX loss), in that case you need to connect the fiber to make changes on the stick" alert="Note" icon="svg-warning" color="yellow" %} Run the terminal and login to the stick with ssh @@ -65,8 +65,8 @@ fw_setenv preboot "gpio set 3;gpio input 100;gpio input 105;gpio input 106;gpio In case you need to re-enable it issue the following commands from the bootloader (FALCON) ```sh -setenv asc0 0 -saveenv +FALCON => setenv asc0 0 +FALCON => saveenv ```