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