diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2022-08-25 00:03:46 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:07:56 +0100 |
commit | 5cec9ce376640dcb2cd4b7777f0dd1f06fdd127e (patch) | |
tree | 3c1ffe563027be52972e30e54e201e5ef169f59c | |
parent | Fix typing error (diff) | |
download | hack-gpon.github.io-5cec9ce376640dcb2cd4b7777f0dd1f06fdd127e.tar hack-gpon.github.io-5cec9ce376640dcb2cd4b7777f0dd1f06fdd127e.tar.gz hack-gpon.github.io-5cec9ce376640dcb2cd4b7777f0dd1f06fdd127e.tar.bz2 hack-gpon.github.io-5cec9ce376640dcb2cd4b7777f0dd1f06fdd127e.tar.lz hack-gpon.github.io-5cec9ce376640dcb2cd4b7777f0dd1f06fdd127e.tar.xz hack-gpon.github.io-5cec9ce376640dcb2cd4b7777f0dd1f06fdd127e.tar.zst hack-gpon.github.io-5cec9ce376640dcb2cd4b7777f0dd1f06fdd127e.zip |
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-fs-com-gpon-onu-stick-with-mac.md | 12 |
1 files changed, 12 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 2ca71f5..acee737 100644 --- a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md +++ b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md @@ -137,6 +137,7 @@ reload_i2c.sh - 6BA1896SPLQA42 (Sep 18 2021) ## List of partitions +When image0 is committed: | dev | size | erasesize | name | | ---- | -------- | --------- | ------------- | @@ -147,6 +148,17 @@ reload_i2c.sh | mtd4 | 00370000 | 00010000 | "rootfs_data" | | mtd5 | 00800000 | 00010000 | "image1" | +When image1 is committed: + +| dev | size | erasesize | name | +| ---- | -------- | --------- | ------------- | +| mtd0 | 00040000 | 00010000 | "uboot" | +| mtd1 | 00080000 | 00010000 | "uboot_env" | +| mtd2 | 00740000 | 00010000 | "image0" | +| mtd3 | 00800000 | 00010000 | "linux" | +| mtd4 | 006d8077 | 00010000 | "rootfs" | +| mtd5 | 00410000 | 00010000 | "rootfs_data" | + ## List of firmwares and files - [6BA1896SPLQA13 MTD0/U-Boot](https://mega.nz/file/wptjyYiS#Xj3cijX2bN0FexsZr1Wn7iRG0Wy4Z8vX0NyNBd1kBWo){: .btn } md5hash: 992b31a67c644aa68cf7f9caf956b1f9 - [6BA1896SPLQA13 MTD2/Image0](https://mega.nz/file/1kUlUbgQ#ANS9qH6wCggYshsQ3STD6gxmR_3TL-5MXfdCl5s50Nk){: .btn } md5hash: 5d46a9acc3c5ba8710887aa32b82aeb4 |