From 6aa3ea6f844541faf28db335872a10c26031b775 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 7 Nov 2023 08:59:15 -0600 Subject: [PATCH] update README; had the right memory alignment but not the size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a5f16e..1c1e982 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ a huge effort to be backwards compatible, so instead, refer to this: ### Dumping the GP2040-CE board with picotool Some of these tools require a dump of your GP2040-CE board, either the storage section or the whole board, depending on -the context. The storage section of a GP2040-CE board is a reserved 8 KB starting at `0x101FC000`. To dump your board's +the context. The storage section of a GP2040-CE board is a reserved 16 KB starting at `0x101FC000`. To dump your board's storage with picotool: ```