]> Git Repo - buildroot-mgba.git/blob - board/toradex/apalis-imx6/genimage.cfg
configs/toradex_apalis_imx6_defconfig: new board
[buildroot-mgba.git] / board / toradex / apalis-imx6 / genimage.cfg
1 # Minimal SD card image for the Toradex Apalis i.MX6 COM
2 #
3 # It does not need a boot section for a bootloader since it is booted
4 # from its internal flash memory (eMMC).
5
6 image sdcard.img {
7   hdimage {
8   }
9
10   partition rootfs {
11     partition-type = 0x83
12     image = "rootfs.ext2"
13     size = 512M
14   }
15 }
This page took 0.026446 seconds and 4 git commands to generate.