python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / boundarydevices / common / genimage.cfg
bloba383fb750c3b7ce745bf93a05d4659588ae83225
1 # Minimal SD card image for Boundary Devices platforms
3 # It does not need a boot section for a bootloader since it is booted
4 # from its NOR flash memory.
6 # To update the bootloader, execute the following from U-Boot prompt:
7 # => run upgradeu
9 image sdcard.img {
10         hdimage {
11         }
13         partition rootfs {
14                 partition-type = 0x83
15                 image = "rootfs.ext4"
16                 size = 512M
17         }