Files
micropython/ports/alif/mcu/M55_HP_cfg.json
iabdalkader b7df5aa86a alif/mcu: Add ToC config for dual images.
Note that 128K at the beginning of MRAM is reserved for future bootloaders.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-04-09 00:22:32 +10:00

18 lines
336 B
JSON

{
"DEVICE": {
"disabled" : false,
"binary": "app-device-config.json",
"version" : "0.5.00",
"signed": false
},
"HP_APP": {
"disabled" : false,
"binary": "M55_HP/firmware.bin",
"mramAddress": "0x80020000",
"version": "1.0.0",
"cpu_id": "M55_HP",
"flags": ["boot"],
"signed": false
}
}