We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891bf00 commit d879281Copy full SHA for d879281
_ont/ont-technicolor-afm0003.md
@@ -116,6 +116,22 @@ The following commands are used to flash a new rootfs to image1 and then boot to
116
```sh
117
# flash_eraseall /dev/mtd7
118
# cat /tmp/rootfs.new > /dev/mtd7
119
+```
120
+
121
+If you get this error on `cat` command
122
+```sh
123
+# cat /tmp/rootfs.new > /dev/mtd7
124
+cat: write error: Invalid Argument
125
126
127
+Use this proceudre instead to write firmware back to mtd:
128
129
+# flash_eraseall /dev/mtd7
130
+# cat /tmp/rootfs.new > /dev/mtdblock7
131
132
133
+Then make new firmware bootable
134
135
# nv setenv sw_version1 NEW_SOFTWARE_VERSION
136
# nv setenv sw_commit 1
137
# reboot
0 commit comments