Replies: 1 comment 4 replies
-
RAUC installs images or tar archives, this means it can install a kernel into a dedicated kernel partition, a devicetree into a devicetree partition, etc. As an alternative I would suggest to compile boot.scr into the u-boot and load kernel, dtb and rootfs together from the same partition. Then you could also use what U-boot refers to as "distro boot": https://u-boot.readthedocs.io/en/latest/develop/bootstd.html |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a system that uses u-boot with partitions for boot and rootfs:
bootA rootfsA bootB rootfsB
bootA and bootB contain the device tree file (oftree), the kernel file (zImage), and a u-boot script file (boot.scr).
I see that bundle.bbclass can install the kernel file (RAUC_SLOT_kernel) and the device tree file (RAUC_SLOT_dtb), but how do I install the u-boot script file?
Beta Was this translation helpful? Give feedback.
All reactions