Hi, i have a working configuration with images and rauc bundles. My problem is that kernel and devicetree are located outside the rootfs and so a bundle update never includes these. My image.wks looks this: part BAREBOX --source rawcopy --sourceparams="file=barebox.bin,skip=1024" --ondisk mmc --no-table --align 1 part --source bootimg-partition --fstype=vfat --label boot --ondisk mmc --active --align 4096 --size 20 part / --source rootfs --fstype=ext4 --label rootA --ondisk mmc --align 1024 --use-uuid --fixed-size 700 part / --source rootfs --fstype=ext4 --label rootB --ondisk mmc --align 1024 --use-uuid --fixed-size 700
How do i move kernel and devicetree into /boot? Any help would be greatly appreciated. Thank you hu
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48380): https://lists.yoctoproject.org/g/yocto/message/48380 Mute This Topic: https://lists.yoctoproject.org/mt/71218872/21656 Mute #yocto: https://lists.yoctoproject.org/mk?hashtag=yocto&subid=6691583 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
