mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
35 lines
864 B
JSON
Executable File
35 lines
864 B
JSON
Executable File
{
|
|
"DEVICE": {
|
|
"disabled" : false,
|
|
"binary": "app-device-config.json",
|
|
"version" : "0.5.00",
|
|
"signed": true
|
|
},
|
|
"A32_APP": {
|
|
"disabled": false,
|
|
"binary": "a32_stub_0.bin",
|
|
"version" : "1.0.0",
|
|
"signed": true,
|
|
"loadAddress": "0x02000000",
|
|
"cpu_id": "A32_0",
|
|
"flags": ["load","boot"]
|
|
},
|
|
"HP_APP": {
|
|
"disabled": false,
|
|
"binary": "m55_stub_hp.bin",
|
|
"version" : "1.0.0",
|
|
"signed": true,
|
|
"loadAddress": "0x50000000",
|
|
"cpu_id": "M55_HP",
|
|
"flags": ["load","boot"]
|
|
},
|
|
"HE_APP": {
|
|
"disabled": false,
|
|
"binary": "m55_stub_he.bin",
|
|
"version" : "1.0.0",
|
|
"signed": true,
|
|
"loadAddress": "0x58000000",
|
|
"cpu_id": "M55_HE",
|
|
"flags": ["load", "boot"]
|
|
}
|
|
} |