~aleteoryx/muditaos

ref: a4406ec5a70b9e0f0eb8243c432e4bc0a89c5845 muditaos/image/user/boot.json -rw-r--r-- 620 bytes
a4406ec5 — Bartosz [MOS-783] Fixed tests and simulator for Harmony 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": false,
                "boot_attempts_left": "10",
                "prefix" : "/system_a"
            },
            "b": {
                "bootable": true,
                "successful": false,
                "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"
    }
}