13 lines
634 B
Plaintext
13 lines
634 B
Plaintext
# Configuration file for fw_(printenv/setenv) utility.
|
|
# Up to two entries are valid, in this case the redundant
|
|
# environment sector is assumed present.
|
|
# Notice, that the "Number of sectors" is not required on NOR and SPI-dataflash.
|
|
# Futhermore, if the Flash sector size is omitted, this value is assumed to
|
|
# be the same as the Environment size, which is valid for NOR and SPI-dataflash
|
|
# Device offset must be prefixed with 0x to be parsed as a hexadecimal value.
|
|
|
|
# NOR example
|
|
# MTD device name Device offset Env. size Flash sector size Number of sectors
|
|
/dev/mtd4 0x280000 0x2000 0x10000
|
|
/dev/mtd4 0x2C0000 0x2000 0x10000
|