genimage-dual.cfg 476 B

12345678910111213141516171819202122232425262728293031323334
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition loader1 {
  5. in-partition-table = "no"
  6. image = "idbloader.img"
  7. offset = 32K
  8. }
  9. partition loader2 {
  10. in-partition-table = "no"
  11. image = "u-boot.itb"
  12. offset = 8M
  13. }
  14. partition root1 {
  15. partition-type = 0x83
  16. bootable = "true"
  17. image = "rootfs1.ext"
  18. size = 64M
  19. }
  20. partition root2 {
  21. partition-type = 0x83
  22. image = "rootfs2.ext"
  23. size = 64M
  24. }
  25. partition cfgfs {
  26. partition-type = 0x88
  27. image = "cfgfs.img"
  28. }
  29. }