Open Jesseeee opened 1 year ago
Necessary files to have custom bootloader backend handling in rauc, you can create a config e.g.
[system] compatible = jetson-agx-xavier-devkit bootloader = custom
[handlers] bootloader-custom-backend = /usr/bin/nvbootctrl-rauc post-install = /usr/bin/post-install
[keyring] path = /etc/rauc/ca.cert.pem
[slot.rootfs.0] device = /dev/disk/by-partlabel/APP type = ext4 bootname = APP
[slot.rootfs.1] device = /dev/disk/by-partlabel/APP_b type = ext4 bootname = APP_b
Hi @Jesseeee Any update on this PR ? Otherwise I will close it
Necessary files to have custom bootloader backend handling in rauc, you can create a config e.g.
[system] compatible = jetson-agx-xavier-devkit bootloader = custom
[handlers] bootloader-custom-backend = /usr/bin/nvbootctrl-rauc post-install = /usr/bin/post-install
[keyring] path = /etc/rauc/ca.cert.pem
[slot.rootfs.0] device = /dev/disk/by-partlabel/APP type = ext4 bootname = APP
[slot.rootfs.1] device = /dev/disk/by-partlabel/APP_b type = ext4 bootname = APP_b