summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiammarco Marzano <stich86@gmail.com>2023-01-14 19:40:05 +0100
committerGitHub <noreply@github.com>2023-01-14 19:40:05 +0100
commit1288d6b9753659a06f5d334346d4ba57fc94006d (patch)
treed9ced40855b79247b7aff49f54415d4a3f080e07
parentUpdate ont-technicolor-afm0003.md (#102) (diff)
downloadhack-gpon.github.io-1288d6b9753659a06f5d334346d4ba57fc94006d.tar
hack-gpon.github.io-1288d6b9753659a06f5d334346d4ba57fc94006d.tar.gz
hack-gpon.github.io-1288d6b9753659a06f5d334346d4ba57fc94006d.tar.bz2
hack-gpon.github.io-1288d6b9753659a06f5d334346d4ba57fc94006d.tar.lz
hack-gpon.github.io-1288d6b9753659a06f5d334346d4ba57fc94006d.tar.xz
hack-gpon.github.io-1288d6b9753659a06f5d334346d4ba57fc94006d.tar.zst
hack-gpon.github.io-1288d6b9753659a06f5d334346d4ba57fc94006d.zip
-rw-r--r--_ont/ont-technicolor-afm0002.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/_ont/ont-technicolor-afm0002.md b/_ont/ont-technicolor-afm0002.md
index 18cc96f..ee521f7 100644
--- a/_ont/ont-technicolor-afm0002.md
+++ b/_ont/ont-technicolor-afm0002.md
@@ -158,7 +158,7 @@ From the PC to the stick
```
## Flashing a new rootfs
-{% include alert.html content="Only the inactive image can be flashed" alert="Info" icon="svg-info" color="blue" %}
+{% include alert.html content="Only the inactive image can be flashed, change sw_versionX and sw_commit X based on the bank you have flashed" alert="Info" icon="svg-info" color="blue" %}
So mtd4/5 if you are on image1, mtd6/7 if you are on image0.
@@ -166,7 +166,8 @@ The following commands are used to flash a new rootfs to image1 and then boot to
```sh
# flash_eraseall /dev/mtd7
# cat /tmp/rootfs.new > /dev/mtd7
-# nv setenv sw_commit=1
+# nv setenv sw_version1 NEW_SOFTWARE_VERSION
+# nv setenv sw_commit 1
# reboot
```
## Adding support to configurable SW and HW versions, Vendor ID and much more