genimage.cfg 768 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. image boot.vfat {
  2. vfat {
  3. files = {
  4. "boot.ini",
  5. "zImage",
  6. "exynos5422-odroidxu4.dtb"
  7. }
  8. }
  9. size = 32M
  10. }
  11. image sdcard.img {
  12. hdimage {
  13. }
  14. partition bl1 {
  15. in-partition-table = "no"
  16. image = "bl1.bin.hardkernel"
  17. offset = 512
  18. size = 15360
  19. }
  20. partition bl2 {
  21. in-partition-table = "no"
  22. image = "bl2.bin.hardkernel.720k_uboot"
  23. offset = 15872
  24. size = 16384
  25. }
  26. partition u-boot {
  27. in-partition-table = "no"
  28. image = "u-boot-dtb.bin"
  29. offset = 32256
  30. size = 720k
  31. }
  32. partition tzsw {
  33. in-partition-table = "no"
  34. image = "tzsw.bin.hardkernel"
  35. offset = 769536
  36. size = 256k
  37. }
  38. partition vfat {
  39. partition-type = 0xC
  40. image = "boot.vfat"
  41. offset = 2097152
  42. }
  43. partition rootfs {
  44. partition-type = 0x83
  45. image = "rootfs.ext4"
  46. }
  47. }