genimage.cfg 309 B

12345678910111213141516171819202122232425
  1. image boot.vfat {
  2. vfat {
  3. files = {
  4. "boot.bin",
  5. "u-boot.img",
  6. "devicetree.dtb",
  7. "uImage"
  8. }
  9. file uramdisk.image.gz {
  10. image = "rootfs.cpio.uboot"
  11. }
  12. }
  13. size = 32M
  14. }
  15. image sdcard.img {
  16. hdimage {
  17. }
  18. partition boot {
  19. partition-type = 0xC
  20. bootable = "true"
  21. image = "boot.vfat"
  22. }
  23. }