12 lines
582 B
Plaintext
12 lines
582 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.
|
|
|
|
# UBI volume by name
|
|
/dev/ubi0:uboot_config 0x0 0x2000 0x40000
|
|
/dev/ubi0:uboot_config_r 0x0 0x2000 0x40000
|