xref: /OK3568_Linux_fs/buildroot/board/globalscale/espressobin/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Minimal image, no U-boot since v3/v5 cannot boot from sdcard, see
2# readme.txt for details on configuring the on-board u-boot.
3image sdcard.img {
4	hdimage {
5	}
6
7	partition rootfs {
8		partition-type = 0x83
9		image = "rootfs.ext4"
10	}
11}
12