diff options
Diffstat (limited to '_ont')
-rw-r--r-- | _ont/ont-fs-com-gpon-onu-stick-with-mac.md | 14 |
1 files changed, 14 insertions, 0 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 a307a48..5c0e9c5 100644 --- a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md +++ b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md @@ -110,6 +110,16 @@ fw_setenv gatewayip 192.168.20.1 sfp_i2c -r ``` +## Get Firmware version +```sh +strings /opt/lantiq/bin/omcid | grep ^software_Version | awk -F[=,] '{print $2}' +``` + +## Get Firmware build time +```sh +strings /opt/lantiq/bin/omcid | grep compiled +``` + ## Setting Onu reboot ```sh reboot @@ -123,8 +133,12 @@ reload_i2c.sh ## List of software versions +- 6BA1896SPLQA13 (Dec 16 2016) +- 6BA1896SPLQA42 (Sep 18 2021) + ## List of partitions ## List of firmwares and files + # Known Bugs # Miscellaneous Links |