diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-01-06 09:20:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 09:20:59 +0100 |
commit | 3537266b7bafbf3d53faa1dfd9033ff987eebfbb (patch) | |
tree | 53d17355102461ef419c8db87bb292c9187b978b | |
parent | Apply suggestions from code review (diff) | |
download | hack-gpon.github.io-3537266b7bafbf3d53faa1dfd9033ff987eebfbb.tar hack-gpon.github.io-3537266b7bafbf3d53faa1dfd9033ff987eebfbb.tar.gz hack-gpon.github.io-3537266b7bafbf3d53faa1dfd9033ff987eebfbb.tar.bz2 hack-gpon.github.io-3537266b7bafbf3d53faa1dfd9033ff987eebfbb.tar.lz hack-gpon.github.io-3537266b7bafbf3d53faa1dfd9033ff987eebfbb.tar.xz hack-gpon.github.io-3537266b7bafbf3d53faa1dfd9033ff987eebfbb.tar.zst hack-gpon.github.io-3537266b7bafbf3d53faa1dfd9033ff987eebfbb.zip |
-rw-r--r-- | _ont/ont-huawei-ma5671a.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_ont/ont-huawei-ma5671a.md b/_ont/ont-huawei-ma5671a.md index f4ef95d..a3af87f 100644 --- a/_ont/ont-huawei-ma5671a.md +++ b/_ont/ont-huawei-ma5671a.md @@ -299,7 +299,7 @@ The following commands are used to flash a new rootfs to image1 and then boot to ## Flashing a new rootfs via serial -{% include alert.html content="Use this procedure only if you are unable to do the procedure from SSH" alert="Warning" icon="svg-danger" color="red" %} +{% include alert.html content="Use this procedure only if you are unable to do the procedure from SSH" alert="Warning" icon="svg-warning" color="red" %} 1. Connecting the molex-serial adapter and the serial to the computer as indicated in [Root Procedure](/ont-huawei-ma5671a-web-root) 2. Open Tera Term (or any other programme capable of connecting to the serial terminal) @@ -322,6 +322,7 @@ FALCON => setenv image0_is_valid 1 FALCON => saveenv FALCON => sf probe 0 && sf erase C0000 740000 && sf write 80800000 C0000 740000 && reset ``` + ## Cloning of mtd1 (image 0) into mtd5 (image 1) {% include alert.html content="Image 0 can be flashed to image 1, while image 1 cannot be flashed to image 0 because it has larger rootfs_data" alert="Warning" icon="svg-warning" color="yellow" %} |