Sector size for W25Q128 NOR flash is 0x1000

This commit is contained in:
Hajo Noerenberg 2024-11-05 10:09:09 +01:00 committed by GitHub
parent c1af89109d
commit c11c847031
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,7 +213,7 @@ Create the file **_/etc/fw_env.config_** with the following content, e.g. with v
``` ```
cat <<\EOF > /etc/fw_env.config cat <<\EOF > /etc/fw_env.config
# MTD device name Device offset Env. size Flash sector size # MTD device name Device offset Env. size Flash sector size
/dev/mtd2 0x02000 0x4000 0x4000 /dev/mtd2 0x02000 0x4000 0x1000
EOF EOF
mkdir /var/lock mkdir /var/lock
``` ```