From 4649c57e55dba15ba5f5b014ee7bcf89cea4cdfd Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Fri, 10 Feb 2023 21:20:45 +0100 Subject: New Lantiq tool for reading and writing the EEPROM (#147) * use vue * update tool for edit the EEPROM for rooted * new tool for read the EEPROM for all lantiq --- _ont/ont-huawei-ma5671a-rooted.md | 103 +++++++------------------------------- 1 file changed, 17 insertions(+), 86 deletions(-) (limited to '_ont') diff --git a/_ont/ont-huawei-ma5671a-rooted.md b/_ont/ont-huawei-ma5671a-rooted.md index 04b15a2..95d579e 100644 --- a/_ont/ont-huawei-ma5671a-rooted.md +++ b/_ont/ont-huawei-ma5671a-rooted.md @@ -12,96 +12,27 @@ layout: default ## Web procedure -1. Get `sfp_a2_info` and paste into the form - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
-
- - -
-
- +1. Get `fw_printenv sfp_a2_info` and paste into the form + +
+ +
+ + + + +{% include alert.html content="Executing these commands requires a minimum of familiarity with `vim`. If you do not know `vim`, follow the commands precisely." alert="Danger" icon="svg-warning" color="red" %} {:style="counter-reset:none"} -2. Transfer modified file back into variable `sfp_a2_info`, replace `` with the output of web form. +1. Copy the script's output to the clipboard +1. Run the comman `vim /tmp/sfp_a2.txt` in the stick +1. Press the right mouse button in the terminal or `CTRL`+`V` +1. Press `ESC` command from keyboard +1. Type `:wq` +1. Run: ```shell -fw_setenv sfp_a2_info "" +fw_setenv sfp_a2_info ($cat /tmp/sfp_a2.txt) ``` ## Temporary file procedure -- cgit v1.2.3