blob: 978e4d6e57ffc6d2b3c8ffb585d92c0fbbcbb403 [file] [log] [blame]
Brad Bishop0af63e42015-10-22 15:38:02 -05001# Configuration file for fw_(printenv/setenv) utility.
2# Up to two entries are valid, in this case the redundant
3# environment sector is assumed present.
4# Notice, that the "Number of sectors" is ignored on NOR and SPI-dataflash.
5# Futhermore, if the Flash sector size is ommitted, this value is assumed to
6# be the same as the Environment size, which is valid for NOR and SPI-dataflash
7
8# NOR example
9# MTD device name Device offset Env. size Flash sector size Number of sectors
Milton D. Miller IIf1d00122016-01-20 15:28:27 -060010#/dev/mtd1 0x0000 0x20000 0x20000
Brad Bishop0af63e42015-10-22 15:38:02 -050011#/dev/mtd2 0x0000 0x4000 0x4000
12
13# MTD SPI-dataflash example
14# MTD device name Device offset Env. size Flash sector size Number of sectors
Milton D. Miller II8084d742016-01-27 20:18:16 -060015#/dev/mtd2 0x00000 0x20000
16/run/fw_env 0x00000 0x20000
Brad Bishop0af63e42015-10-22 15:38:02 -050017#/dev/mtd5 0x4200 0x4200
18#/dev/mtd6 0x4200 0x4200
19
20# NAND example
21#/dev/mtd0 0x4000 0x4000 0x20000 2
22
23# Block device example
24#/dev/mmcblk0 0xc0000 0x20000