Hi!
Regarding "going back to original firmware" and "stripped images", may I conclude that that "skip=257" option in the dd command came from this calculation?
root@OpenWrt:~# cat /proc/mtd
dev: size erasesize name
mtd0: 0001fb00 00010000 "factory-boot"
mtd1: 00000500 00010000 "mac"
mtd2: 00010000 00010000 "u-boot"
mtd3: 007a0000 00010000 "firmware"
mtd4: 001d0000 00010000 "kernel"
mtd5: 005d0000 00010000 "rootfs"
mtd6: 00390000 00010000 "rootfs_data"
mtd7: 00020000 00010000 "tplink"
mtd8: 00010000 00010000 "art"
mtd0 size: 0001fb00 = 129792
mtd1 size: 00000500 = 1280
(129792 + 1280) / 512 = 256
In this particular case, the "skip" will continue to be 257?
Thanks.
Regards.