Link Search Menu Expand Document

Raspberry Pi

The Raspberry Pi is natively supported out-of-the-box by the Thistle Update Client, with no further configuration required.

Once set in the configuration, the two partitions will be automatically detected and the Update Client will instruct the bootloader automatically.

See below the extract of an example configuration supporting Raspberry Pi - the bootloader is set to RaspberryPi and the two partitions a and b are specified.

$ cat config.json
{
    ...
    "bootloader": "RaspberryPi",
    "part_a": "/dev/mmcblk0p2",
    "part_b": "/dev/mmcblk0p3",
}