2cfed9b4f7
Beatify this genimage .cfg file to have consistency with all genimage .cfg files in Buildroot. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
292 B
INI
16 lines
292 B
INI
# Minimal SD card image for the Toradex Apalis i.MX6 COM
|
|
#
|
|
# It does not need a boot section for a bootloader since it is booted
|
|
# from its internal flash memory (eMMC).
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext2"
|
|
size = 512M
|
|
}
|
|
}
|