From d39732c61361a3f0c602f9c650f83efad4c9a55d Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 6 Oct 2025 00:42:08 +0200 Subject: [PATCH] Allow data partition write only with secure code (not in BL). Signed-off-by: Pol Henarejos --- config/rp2350/pt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rp2350/pt.json b/config/rp2350/pt.json index 6a9f0ef..c14de62 100644 --- a/config/rp2350/pt.json +++ b/config/rp2350/pt.json @@ -29,8 +29,8 @@ "families": ["data"], "permissions": { "secure": "rw", - "nonsecure": "rw", - "bootloader": "rw" + "nonsecure": "", + "bootloader": "r" }, "link": ["owner", 0], "ignored_during_arm_boot": true,