fw_env.config 882 B

12345678910111213141516171819202122232425
  1. # 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 not required 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. # NOR example
  8. # MTD device name Device offset Env. size Flash sector size Number of sectors
  9. /dev/mtd1 0x0000 0x4000 0x4000
  10. /dev/mtd2 0x0000 0x4000 0x4000
  11. # MTD SPI-dataflash example
  12. # MTD device name Device offset Env. size Flash sector size Number of sectors
  13. #/dev/mtd5 0x4200 0x4200
  14. #/dev/mtd6 0x4200 0x4200
  15. # NAND example
  16. #/dev/mtd0 0x4000 0x4000 0x20000 2
  17. # Block device example
  18. #/dev/mmcblk0 0xc0000 0x20000
  19. # VFAT example
  20. #/boot/uboot.env 0x0000 0x4000