image sdcard.img {
  hdimage {
  }

  partition u-boot {
    in-partition-table = "no"
    image = "%UBOOTBIN%"
    offset = 1024
  }

  partition rootfs {
    partition-type = 0x83
    image = "rootfs.ext2"
    offset = 8M
  }
}
