From 9aef8aae7c50b0808b7eee0f4f8dcc12f8129256 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 6 Nov 2023 23:59:48 -0600 Subject: [PATCH] correct config dump example for new start address --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f7dd3c..4373eca 100644 --- a/README.md +++ b/README.md @@ -181,11 +181,11 @@ forcedSetupOptions { ### 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 `0x101FE000`. To dump your board's +the context. The storage section of a GP2040-CE board is a reserved 8 KB starting at `0x101FC000`. To dump your board's storage with picotool: ``` -% picotool save -r 101FE000 10200000 memory.bin +% picotool save -r 101FC000 10200000 memory.bin ``` And to dump your whole board: