diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-04 19:53:21 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 22:53:30 +0100 |
commit | c34fb67f9d2a8d916b6429cb936ebd2f59cf257e (patch) | |
tree | 9dee6157c43bd39228ba0e6b784e69022c83d6a8 | |
parent | Merge branch 'main' of github.com:hack-gpon/hack-gpon.github.io (diff) | |
parent | Add md5sum for omci_app (diff) | |
download | hack-gpon.github.io-c34fb67f9d2a8d916b6429cb936ebd2f59cf257e.tar hack-gpon.github.io-c34fb67f9d2a8d916b6429cb936ebd2f59cf257e.tar.gz hack-gpon.github.io-c34fb67f9d2a8d916b6429cb936ebd2f59cf257e.tar.bz2 hack-gpon.github.io-c34fb67f9d2a8d916b6429cb936ebd2f59cf257e.tar.lz hack-gpon.github.io-c34fb67f9d2a8d916b6429cb936ebd2f59cf257e.tar.xz hack-gpon.github.io-c34fb67f9d2a8d916b6429cb936ebd2f59cf257e.tar.zst hack-gpon.github.io-c34fb67f9d2a8d916b6429cb936ebd2f59cf257e.zip |
Diffstat (limited to '')
-rw-r--r-- | ont-technicolor-afm0002.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ont-technicolor-afm0002.md b/ont-technicolor-afm0002.md index 58f9788..c6fc505 100644 --- a/ont-technicolor-afm0002.md +++ b/ont-technicolor-afm0002.md @@ -178,7 +178,7 @@ JVhEWjAwNCUAAAAIAAgACAAAAAAAAAAAAAAAAAAAAABvbWNpX2FwcG9tY2lfYXBwH4sIAAAAAAAA AwMAAAAAAAAAAAAfiwgAAAAAAAADY2BoYGZgYFjh9Uq/aNcZQdXsOh3R5ktr/fd0sTEwcuTnJmfG
JxYUYJVlZGAA0gCHsMK2QQAAAAAAAEQlWERaMDA0JQ==
```
-Save it as omci_app.xdelta.b64, then run:
+Save it as omci_app.xdelta.base64, then run:
```sh
# base64 -d omci_app.xdelta.base64 > omci_app.xdelta
# xdelta patch omci_app.xdelta bin/omci_app bin/omci_app.new
@@ -193,6 +193,8 @@ For reference, the patch changes the follwing section of the omci_app: ```
(It's inside the function referecing the string `OMCI_SW_VER1`)
+The original file md5sum is: 4aea2f72bacc11256b7e2c1583d2ad4f
+The patched file md5sum is: da20327c4c002e4c27f82f6ee63dbc1a
### Enable PLOAM logging
```sh
/etc/scripts/bin flash set OMCI_DBGLVL 1
|