genimage.cfg 429 B

1234567891011121314151617181920212223242526272829
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition fsbl {
  5. offset = 4K
  6. in-partition-table = "no"
  7. image = "bl2_sd.pbl"
  8. }
  9. partition ssbl {
  10. offset = 1M
  11. in-partition-table = "no"
  12. image = "fip.bin"
  13. }
  14. partition fman {
  15. offset = 9M
  16. in-partition-table = "no"
  17. image = "fsl_fman_ucode_ls1046_r1.0_106_4_18.bin"
  18. }
  19. partition rootfs {
  20. offset = 16M
  21. partition-type = 0x83
  22. bootable = "true"
  23. image = "rootfs.ext4"
  24. }
  25. }