image sdcard.img { | |
hdimage { | |
} | |
partition u-boot { | |
in-partition-table = "no" | |
image = "u-boot-spl.kwb" | |
offset = 512 | |
} | |
partition rootfs-A { | |
partition-type = 0x83 | |
image = "rootfs.ext4" | |
offset = 1M | |
size = 1999M | |
} | |
partition cfg-A { | |
partition-type = 0x83 | |
image = "cfg.ext4" | |
offset = 2000M | |
size = 2000M | |
} | |
partition rootfs-B { | |
partition-type = 0x83 | |
image = "rootfs.ext4" | |
offset = 4001M | |
size = 1999M | |
} | |
partition cfg-B { | |
partition-type = 0x83 | |
image = "cfg.ext4" | |
offset = 6000M | |
size = 2000M | |
} | |
} |