Skip to content
Discussion options

You must be logged in to vote

What I missed is that $DESTDIR is the image filesystem and repart has access to it.

I needed to:

  1. Copy the artifact from $BUILDDIR to $DESTDIR/boot/fsbl.bin
  2. truncate --size 256K "$DESTDIR/boot/fsbl.bin"
  3. Edit the partition file:
    [Partition]
    Label=fsbl
    Type=8DA63339-0007-60C0-C436-083AC8230908
    SizeMinBytes=256K
    SizeMaxBytes=256K
    CopyBlocks=/boot/fsbl.bin

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Dragonink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant