From 0bed03e5225e8b6273e9224acacac3e941262ee3 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 30 Dec 2024 21:27:00 +0100 Subject: [PATCH] Reduce data partition to 2K. It start always at half of flash. Signed-off-by: Pol Henarejos --- config/rp2350/pt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rp2350/pt.json b/config/rp2350/pt.json index 3904e7d..6a9f0ef 100644 --- a/config/rp2350/pt.json +++ b/config/rp2350/pt.json @@ -24,7 +24,8 @@ { "name": "Pico Keys Data", "id": 1, - "size": "3072K", + "start": "2048K", + "size": "2048K", "families": ["data"], "permissions": { "secure": "rw",