fw_env.config 766 B

12345678910111213141516171819
  1. # Configuration file for fw_(printenv/saveenv) 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. # 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