From c0009aff2e06ac4ce9a443f9e9c91a797425703a Mon Sep 17 00:00:00 2001 From: Ernesto Castellotti Date: Thu, 25 Aug 2022 10:32:57 +0200 Subject: Add EEPROM reset for ONT FS.com GPON ONU Stick with MAC --- _ont/ont-fs-com-gpon-onu-stick-with-mac.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3