16 lines
754 B
Plaintext
16 lines
754 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.
|
|
|
|
# On a block device a negative offset is treated as a backwards offset from the
|
|
# end of the device/partition, rather than a forwards offset from the start.
|
|
|
|
# Block device example
|
|
/dev/disk/by-partlabel/u-boot-env -0x2000 0x2000
|
|
/dev/disk/by-partlabel/u-boot-env -0x2000 0x2000
|
|
|