diff options
author | Giovanni Condello <giovanni.condello@coderit.it> | 2022-08-04 19:48:39 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 22:50:16 +0100 |
commit | 99e70cafcb6d141f9ceb8f0a957e9ca821e35860 (patch) | |
tree | 7d1590b8ef112e45608e9884bb2b6f8132053446 | |
parent | Merge branch 'main' of github.com:hack-gpon/hack-gpon.github.io (diff) | |
download | hack-gpon.github.io-99e70cafcb6d141f9ceb8f0a957e9ca821e35860.tar hack-gpon.github.io-99e70cafcb6d141f9ceb8f0a957e9ca821e35860.tar.gz hack-gpon.github.io-99e70cafcb6d141f9ceb8f0a957e9ca821e35860.tar.bz2 hack-gpon.github.io-99e70cafcb6d141f9ceb8f0a957e9ca821e35860.tar.lz hack-gpon.github.io-99e70cafcb6d141f9ceb8f0a957e9ca821e35860.tar.xz hack-gpon.github.io-99e70cafcb6d141f9ceb8f0a957e9ca821e35860.tar.zst hack-gpon.github.io-99e70cafcb6d141f9ceb8f0a957e9ca821e35860.zip |
-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 b167226..358e448 100644 --- a/ont-technicolor-afm0002.md +++ b/ont-technicolor-afm0002.md @@ -182,7 +182,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
@@ -197,6 +197,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
|