Skip to content

Yocto WIC image is not a multiple of 4096 bytes #288

Closed Answered by jluebbe
phishstang65 asked this question in Q&A
Discussion options

You must be logged in to vote

You're probably missing the alignment configuration:

IMAGE_ROOTFS_ALIGNMENT = "4"

There's also an example at https://github.com/rauc/meta-rauc-community/blob/master/meta-rauc-qemux86/recipes-core/images/core-image-minimal.bbappend

Also keep in mind that for the best results, you may need to do more to keep the differences in the ext4 image minimal (i.e. -E hash_seed=<seed>).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by phishstang65
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #287 on September 29, 2023 07:14.