buildroot/board/freescale/common/imx/genimage.cfg.template_no_bo...

17 lines
230 B
Plaintext
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
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
}
}