diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2022-08-25 10:32:57 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:08:10 +0100 |
commit | c0009aff2e06ac4ce9a443f9e9c91a797425703a (patch) | |
tree | a167aeaf566b687f1f309d50848054fc9ab54cea | |
parent | Update ont-huawei-hg8010h.md (diff) | |
download | hack-gpon.github.io-c0009aff2e06ac4ce9a443f9e9c91a797425703a.tar hack-gpon.github.io-c0009aff2e06ac4ce9a443f9e9c91a797425703a.tar.gz hack-gpon.github.io-c0009aff2e06ac4ce9a443f9e9c91a797425703a.tar.bz2 hack-gpon.github.io-c0009aff2e06ac4ce9a443f9e9c91a797425703a.tar.lz hack-gpon.github.io-c0009aff2e06ac4ce9a443f9e9c91a797425703a.tar.xz hack-gpon.github.io-c0009aff2e06ac4ce9a443f9e9c91a797425703a.tar.zst hack-gpon.github.io-c0009aff2e06ac4ce9a443f9e9c91a797425703a.zip |
-rw-r--r-- | _ont/ont-fs-com-gpon-onu-stick-with-mac.md | 9 |
1 files changed, 8 insertions, 1 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 8df0fd4..d04c97a 100644 --- a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md +++ b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md @@ -129,11 +129,18 @@ reboot ``` ## Reinitialize the EEPROM without rebooting -Warning: this will cause you to disconnect from the current ssh session +{% include alert.html content="This will cause you to disconnect from the current ssh session." alert="Warning" icon="svg-warning" color="yellow" %} ```sh reload_i2c.sh ``` +## Reset EEPROM to default values and reinitialize +{% include alert.html content=This command is not reversible, all the EEPROM data will be restored to the factory values!" alert="Warning" icon="svg-warning" color="red" %} +{% include alert.html content="This will cause you to disconnect from the current ssh session." alert="Warning" icon="svg-warning" color="yellow" %} +```sh +sfp_i2c -d yes +reload_i2c.sh +``` ## List of software versions - 6BA1896SPLQA13 (Dec 16 2016) |