xref: /OK3568_Linux_fs/buildroot/board/solidrun/macchiatobin/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image sdcard.img {
2	hdimage {
3	}
4
5	partition uboot {
6		in-partition-table = "no"
7		image = "flash-image.bin"
8		offset = 2M
9	}
10
11	partition rootfs {
12		partition-type = 0x83
13		offset = 34M
14		image = "rootfs.ext4"
15	}
16}
17