new/buildroot/board/freescale/common/imx/genimage.cfg.template_no_boot_part
2025-05-10 21:58:58 +08:00

17 lines
230 B
Plaintext

image sdcard.img {
hdimage {
}
partition u-boot {
in-partition-table = "no"
image = "%UBOOTBIN%"
offset = 1024
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext2"
offset = 8M
}
}