ubuntu-buildroot/board/bsh/imx8mn-bsh-smm-s2-pro/genimage.cfg

18 lines
249 B
INI
Raw Normal View History

2024-04-01 15:19:46 +00:00
image sdcard.img {
hdimage {
partition-table-type = "gpt"
}
partition imx-boot {
in-partition-table = "no"
image = "flash.bin"
offset = 32K
}
partition rootfs {
offset = 8M
image = "rootfs.ext4"
partition-uuid = %PARTUUID%
}
}