blob: 9bb60068eff61eef46b18f030d9ef1b41e8ec175 [file] [log] [blame]
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 = 1863M
}
partition cfg-A {
partition-type = 0x83
image = "cfg.ext4"
offset = 1864M
size = 1864M
}
partition rootfs-B {
partition-type = 0x83
image = "rootfs.ext4"
offset = 3729M
size = 1863M
}
partition cfg-B {
partition-type = 0x83
image = "cfg.ext4"
offset = 5592M
size = 1864M
}
}