Skip to content

Commit

Permalink
Merge pull request #120 from hnez/fix-emmc-image-fill
Browse files Browse the repository at this point in the history
meta-lxatac-bsp: emmc-image: specify image for state/env even with fill:
  • Loading branch information
jluebbe authored Mar 8, 2024
2 parents eb0691f + 6062bda commit 4385047
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ image @IMAGE@img {
}

partition barebox-env {
image = "/dev/zero"
fill = true
in-partition-table = false
offset = 512K
size = 256K
}

partition barebox-state {
image = "/dev/zero"
fill = true
# We can not have the barebox partitions in the partition table right
# now because:
Expand Down

0 comments on commit 4385047

Please sign in to comment.