diff --git a/config/rp2350/pt.json b/config/rp2350/pt.json index a6cf59f..48acfc5 100644 --- a/config/rp2350/pt.json +++ b/config/rp2350/pt.json @@ -10,7 +10,7 @@ }, "partitions": [ { - "name": "Pico Keys Firmware", + "name": "PicoKeys Firmware", "id": 0, "start": 0, "size": "1024K", @@ -22,10 +22,10 @@ } }, { - "name": "Pico Keys Data", + "name": "PicoKeys Data", "id": 1, - "start": "1024K", - "size": "3072K", + "start": "1032K", + "size": "3064K", "families": ["data"], "permissions": { "secure": "rw", @@ -35,6 +35,21 @@ "link": ["owner", 0], "ignored_during_arm_boot": true, "ignored_during_riscv_boot": true + }, + { + "name": "PicoKeys Binding", + "id": 2, + "start": "1024K", + "size": "8K", + "families": ["data"], + "permissions": { + "secure": "r", + "nonsecure": "", + "bootloader": "w" + }, + "link": ["owner", 0], + "ignored_during_arm_boot": true, + "ignored_during_riscv_boot": true } ] }