~aleteoryx/muditaos

ref: fab9068a52eb25d3e3d3b06ce83b7c124427dc6f muditaos/image/user/boot.json -rw-r--r-- 617 bytes
fab9068a — Bartosz [MOS-786] Added A/B booting support in OS 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "boot": {
        "slots": {
            "a": {
                "bootable": true,
                "successful": true,
                "boot_attempts_left": "1",
                "prefix" : "/system_a"
            },
            "b": {
                "bootable": true,
                "successful": true,
                "boot_attempts_left": "10",
                "prefix" : "/system_b"
            },
            "active": "a",
            "boot_attempts_max": "10"
        },
        "os": "boot.bin",
        "recovery": "recovery.bin",
        "bin_dir": "bin",
        "update_dir": "/user/update"
    }
}