Files
buildroot/board/ci20/genimage.cfg
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

29 lines
404 B
INI

image sdcard.img {
hdimage {
}
partition uboot-spl {
in-partition-table = "no"
image = "u-boot-spl.bin"
offset = 512
}
partition uboot {
in-partition-table = "no"
image = "u-boot.img"
offset = 14K
}
partition uboot-env {
in-partition-table = "no"
image = "uboot-env.bin"
offset = 526K
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
offset = 2M
}
}