genimage.cfg.template_no_boot_part 230 B

12345678910111213141516
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition u-boot {
  5. in-partition-table = "no"
  6. image = "%UBOOTBIN%"
  7. offset = 1024
  8. }
  9. partition rootfs {
  10. partition-type = 0x83
  11. image = "rootfs.ext2"
  12. offset = 8M
  13. }
  14. }