genimage.cfg 368 B

123456789101112131415161718
  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. image sdcard.img {
  9. hdimage {
  10. }
  11. partition rootfs {
  12. partition-type = 0x83
  13. image = "rootfs.ext4"
  14. size = 512M
  15. }
  16. }