summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnesto Castellotti <mail@ernestocastellotti.it>2022-08-24 23:13:58 +0200
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2022-12-19 23:07:56 +0100
commit1716978e95506da9f258a73403453538a8966c70 (patch)
tree3f550305c01b290d702a944b0681c162ae57119a
parentAdd commands to ONT FS.com GPON ONU Stick with MAC (diff)
downloadhack-gpon.github.io-1716978e95506da9f258a73403453538a8966c70.tar
hack-gpon.github.io-1716978e95506da9f258a73403453538a8966c70.tar.gz
hack-gpon.github.io-1716978e95506da9f258a73403453538a8966c70.tar.bz2
hack-gpon.github.io-1716978e95506da9f258a73403453538a8966c70.tar.lz
hack-gpon.github.io-1716978e95506da9f258a73403453538a8966c70.tar.xz
hack-gpon.github.io-1716978e95506da9f258a73403453538a8966c70.tar.zst
hack-gpon.github.io-1716978e95506da9f258a73403453538a8966c70.zip
-rw-r--r--_ont/ont-fs-com-gpon-onu-stick-with-mac.md14
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