32 lines
452 B
Plaintext
32 lines
452 B
Plaintext
[system]
|
|
compatible=beacon-cm4
|
|
mountprefix=/run/rauc
|
|
statusfile=/data/rauc.status
|
|
bootloader=uboot
|
|
bundle-formats=-plain
|
|
|
|
[keyring]
|
|
path=/etc/rauc/keyring.pem
|
|
use-bundle-signing-time=true
|
|
|
|
[slot.bootloader.0]
|
|
device=/dev/mmcblk0
|
|
type=boot-mbr-switch
|
|
region-start=4M
|
|
region-size=512M
|
|
|
|
[slot.rescue.0]
|
|
device=/dev/mmcblk0p2
|
|
type=raw
|
|
|
|
[slot.rootfs.0]
|
|
device=/dev/mmcblk0p5
|
|
type=ext4
|
|
bootname=A
|
|
|
|
[slot.rootfs.1]
|
|
device=/dev/mmcblk0p6
|
|
type=ext4
|
|
bootname=B
|
|
|