OE4T / meta-tegra-community

Repository for community-maintained recipes for additional packages for NVIDIA Jetson platforms
MIT License
16 stars 22 forks source link

rauc: add custom bootloader backend and post-install to do rauc updates #100

Open Jesseeee opened 1 year ago

Jesseeee commented 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

ichergui commented 6 months ago

Hi @Jesseeee Any update on this PR ? Otherwise I will close it