diff --git a/nanonote-files/files/etc/fw_env.config b/nanonote-files/files/etc/fw_env.config index 328a16c..81a835e 100644 --- a/nanonote-files/files/etc/fw_env.config +++ b/nanonote-files/files/etc/fw_env.config @@ -4,8 +4,8 @@ # Notice, that the "Number of sectors" is ignored on NOR. # MTD device name Device offset Env. size Flash sector size Number of sectors -/dev/mtd0 0x100000 0x1000 0x80000 -/dev/mtd0 0x180000 0x1000 0x80000 +/dev/mtd0 0xC0000 0x1000 0x80000 +/dev/mtd0 0x140000 0x1000 0x80000 # NAND example #/dev/mtd0 0x4000 0x4000 0x20000 2