Files
SDK_SG200x_V2/buildroot-2021.05/board/ci20/genimage.cfg
carbon 390654aa5c add buildroot-2021.05
commit 69f79f2a2ee1417e19c1ead2c9226e11753c06cb
Author: Peter Korsgaard <peter@korsgaard.com>
Date:   Sun Jun 6 23:21:08 2021 +0200

    Update for 2021.05

    Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-05-31 19:11:52 +08:00

29 lines
506 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
}
}