NSA325 flashing questions June 05, 2019 04:35PM |
Registered: 5 years ago Posts: 11 |
- should I type "mtd1" everywhere instead of "mtd0"? The output of the appropriate commands from step 1 is below.Quote
bodhi
Note: for boxes such as Pogo V4 and Zyxel NSA3xx, the mtd partition definition are kept the same as stock definition, therefore is different from the one above.
# Configuration file for fw_(printenv/saveenv) utility. # Up to two entries are valid, in this case the redundand # environment sector is assumed present. # Notice, that the "Number of sectors" is ignored on NOR. # MTD device name Device offset Env. size Flash sector size Number of sectors # NAND example /dev/mtd1 0x0000 0x20000 0x20000 4
dev: size erasesize name mtd0: 00100000 00020000 "uboot" mtd1: 00080000 00020000 "uboot_env" mtd2: 00080000 00020000 "key_store" mtd3: 00080000 00020000 "info" mtd4: 00a00000 00020000 "etc" mtd5: 00a00000 00020000 "kernel_1" mtd6: 02fc0000 00020000 "rootfs1" mtd7: 00a00000 00020000 "kernel_2" mtd8: 02fc0000 00020000 "rootfs2"
Re: NSA325 flashing questions June 06, 2019 12:25AM |
Admin Registered: 13 years ago Posts: 18,896 |
- should I type "mtd1" everywhere insteadQuote
bodhi
> Note: for boxes such as Pogo V4 and Zyxel NSA3xx,
> the mtd partition definition are kept the same as
> stock definition, therefore is different from the
> one above.
>
# MTD device name Device offset Env. size Flash sector size Number of sectors /dev/mtd0 0xc0000 0x20000 0x20000
> dev: size erasesize name > mtd0: 00100000 00020000 "uboot" > mtd1: 00080000 00020000 "uboot_env" > mtd2: 00080000 00020000 "key_store" > mtd3: 00080000 00020000 "info" > mtd4: 00a00000 00020000 "etc" > mtd5: 00a00000 00020000 "kernel_1" > mtd6: 02fc0000 00020000 "rootfs1" > mtd7: 00a00000 00020000 "kernel_2" > mtd8: 02fc0000 00020000 "rootfs2" >
Re: NSA325 flashing questions June 17, 2019 12:09PM |
Registered: 5 years ago Posts: 11 |