mirror of
https://github.com/polhenarejos/pico-keys-sdk.git
synced 2026-08-21 20:17:28 +01:00
86 lines
1.8 KiB
JSON
86 lines
1.8 KiB
JSON
{
|
|
"version": [1, 0],
|
|
"unpartitioned": {
|
|
"families": ["absolute"],
|
|
"permissions": {
|
|
"secure": "rw",
|
|
"nonsecure": "rw",
|
|
"bootloader": "rw"
|
|
}
|
|
},
|
|
"partitions": [
|
|
{
|
|
"name": "PicoKeys Firmware",
|
|
"id": 0,
|
|
"start": 0,
|
|
"size": "1024K",
|
|
"families": ["rp2350-arm-s", "rp2350-riscv"],
|
|
"permissions": {
|
|
"secure": "rw",
|
|
"nonsecure": "rw",
|
|
"bootloader": "rw"
|
|
}
|
|
},
|
|
{
|
|
"name": "PicoKeys Data",
|
|
"id": 1,
|
|
"start": "2096K",
|
|
"size": "2000K",
|
|
"families": ["data"],
|
|
"permissions": {
|
|
"secure": "rw",
|
|
"nonsecure": "",
|
|
"bootloader": ""
|
|
},
|
|
"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
|
|
},
|
|
{
|
|
"name": "PicoKeys Static Region",
|
|
"id": 3,
|
|
"start": "1032K",
|
|
"size": "64K",
|
|
"families": ["data"],
|
|
"permissions": {
|
|
"secure": "rw",
|
|
"nonsecure": "",
|
|
"bootloader": ""
|
|
},
|
|
"link": ["owner", 0],
|
|
"ignored_during_arm_boot": true,
|
|
"ignored_during_riscv_boot": true
|
|
},
|
|
{
|
|
"name": "PicoKeys Plugin",
|
|
"id": 4,
|
|
"start": "1096K",
|
|
"size": "1000K",
|
|
"families": ["rp2350-arm-s"],
|
|
"permissions": {
|
|
"secure": "rw",
|
|
"nonsecure": "",
|
|
"bootloader": "w"
|
|
},
|
|
"link": ["owner", 0],
|
|
"ignored_during_arm_boot": true,
|
|
"ignored_during_riscv_boot": true
|
|
}
|
|
]
|
|
}
|