xref: /OK3568_Linux_fs/buildroot/board/boundarydevices/common/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Minimal SD card image for Boundary Devices platforms
2#
3# It does not need a boot section for a bootloader since it is booted
4# from its NOR flash memory.
5#
6# To update the bootloader, execute the following from U-Boot prompt:
7# => run upgradeu
8
9image sdcard.img {
10	hdimage {
11	}
12
13	partition rootfs {
14		partition-type = 0x83
15		image = "rootfs.ext4"
16		size = 512M
17	}
18}
19