Skip to content

Commit

Permalink
board/stm32mp2: specify rootfs partition sizes
Browse files Browse the repository at this point in the history
If the size isn't explicitely specified, genimage will complain about it.

Signed-off-by: Romain Gantois <[email protected]>
  • Loading branch information
rgantois committed Aug 8, 2024
1 parent 888855c commit 6b08ba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/stmicroelectronics/stm32mp2/genimage-demo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ image sdcard.img {
partition rootfs-a {
image = "rootfs.squashfs"
bootable = "yes"
size = 200M
}

partition rootfs-b {
bootable = "yes"
size = 200M
}

partition data {
Expand Down

0 comments on commit 6b08ba5

Please sign in to comment.