Create vfat slot with multiple files from Yocto #261
Unanswered
Hollingsworth-martin-bl
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Any chance you can share how you made your work around. I am having the same issue, however for right now your work around sounds like it could be enough for me |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
I have a bundle where one slot is a vfat (fat32) filesystem with multiple files inside (i.e. my boot partition). When generating the bundle from within yocto how do I configure the slot appropriately?
With the Yocto WKS system I can conveniently configure the partition as fat32 and list all files to be installed from
${DEPLOY_DIR_IMAGE}
into the partition using${IMAGE_BOOT_FILES}
variable (see kickstart.rst in yocto documentation).For a rauc bundle I have not found something similar and use this workaround:
RAUC_SLOT_bootloader[fstype] = "vfat"
It works stable, but its hard to read and error prone because the content of the wic file and the rauc bundle might drift apart. Any ideas? Thanks!
Regards, Martin
Beta Was this translation helpful? Give feedback.
All reactions