genimage.cfg 598 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. image boot.vfat {
  2. vfat {
  3. file zImage {
  4. image = "zImage"
  5. }
  6. file socfpga_cyclone5_de0_nano_soc.dtb {
  7. image = "socfpga_cyclone5_de0_nano_soc.dtb"
  8. }
  9. file barebox.bin {
  10. image = "barebox-socfpga-de10_nano.img"
  11. }
  12. file barebox.env {
  13. image = "barebox-env"
  14. }
  15. }
  16. size = 8M
  17. }
  18. image sdcard.img {
  19. hdimage {
  20. }
  21. partition spl {
  22. partition-type = 0xa2
  23. image = "barebox-socfpga-de10_nano-xload.img"
  24. size = 1M
  25. }
  26. partition boot {
  27. partition-type = 0xc
  28. bootable = "true"
  29. image = "boot.vfat"
  30. }
  31. partition rootfs {
  32. partition-type = 0x83
  33. image = "rootfs.ext2"
  34. }
  35. }