genimage.cfg 315 B

1234567891011121314151617181920212223
  1. image sdcard-emmc.img {
  2. hdimage {
  3. gpt = true
  4. }
  5. partition rcw {
  6. offset = 4k
  7. in-partition-table = "no"
  8. image = "rcw.bin"
  9. }
  10. partition u-boot {
  11. offset = 1M
  12. in-partition-table = "no"
  13. image = "u-boot.rom"
  14. }
  15. partition rootfs {
  16. offset = 2M
  17. image = rootfs.ext4
  18. partition-uuid = %PARTUUID%
  19. }
  20. }