ed5bbb7606
The BL i.MX8M Mini is a baseboard that includes the SoM SL i.MX8M Mini. https://www.kontron.com/produkte/baseboard-bl-i.mx8m-mini/p158549 Cc: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> [Arnout: explicitly set BR2_cortex_a53=y] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
19 lines
270 B
INI
19 lines
270 B
INI
image sdcard.img {
|
|
hdimage {
|
|
partition-table-type = "gpt"
|
|
gpt-location = 16K
|
|
}
|
|
|
|
partition imx-boot {
|
|
in-partition-table = "no"
|
|
image = "flash.bin"
|
|
offset = 33K
|
|
}
|
|
|
|
partition rootfs {
|
|
image = "rootfs.ext4"
|
|
offset = 8M
|
|
partition-uuid = %PARTUUID%
|
|
}
|
|
}
|