Skip to content

How to install a custom partition file? #858

Answered by madisongh
hannes09 asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately, the tools that the BUP generation script uses to process the flash layout XML file expect to find any files that are mentioned in a <filename> section in the XML, even for partitions that aren't part of a BUP payload. We have a variable you can set that will delete those lines for you as part of the preparation for the BUP generator, so adding a kernel-bup-payload.bbappend to your layer with:

TEGRA_BUPGEN_STRIP_IMG_NAMES = "app.ext4.img"

should clear up that error.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hannes09
Comment options

Answer selected by hannes09
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