Files
MuditaOS/image/user/boot.json
Mateusz Piesta bb0ef540b7 [MOS-803] DeviceInfo endpoint update
* Added some changes to the DeviceInfo endpoint
* Updated relevant code accordingly
* Removed unneeded paths definitions
* Minor bug fixes
2023-01-19 16:41:56 +01:00

25 lines
624 B
JSON

{
"boot": {
"slots": {
"a": {
"bootable": true,
"successful": false,
"boot_attempts_left": "10",
"prefix" : "/system_a"
},
"b": {
"bootable": false,
"successful": false,
"boot_attempts_left": "10",
"prefix" : "/system_b"
},
"active": "a",
"boot_attempts_max": "10"
},
"os": "os.bin",
"recovery": "recovery.bin",
"bin_dir": "bin",
"update_dir": "/user/temp/update"
}
}