From c11c84703117b927e4822797e15ce04388753721 Mon Sep 17 00:00:00 2001 From: Hajo Noerenberg Date: Tue, 5 Nov 2024 10:09:09 +0100 Subject: [PATCH] Sector size for W25Q128 NOR flash is 0x1000 --- boot-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot-process.md b/boot-process.md index 11d469d..c29464e 100644 --- a/boot-process.md +++ b/boot-process.md @@ -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 # MTD device name Device offset Env. size Flash sector size -/dev/mtd2 0x02000 0x4000 0x4000 +/dev/mtd2 0x02000 0x4000 0x1000 EOF mkdir /var/lock ```