2018-01-09 17:08:28 +01:00
|
|
|
image sdcard.img {
|
2021-11-07 03:05:03 +01:00
|
|
|
hdimage {
|
|
|
|
}
|
2018-01-09 17:08:28 +01:00
|
|
|
|
2021-11-07 03:05:03 +01:00
|
|
|
partition uboot-spl {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "u-boot-spl.bin"
|
|
|
|
offset = 512
|
|
|
|
}
|
2018-01-09 17:08:28 +01:00
|
|
|
|
2021-11-07 03:05:03 +01:00
|
|
|
partition uboot {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "u-boot.img"
|
|
|
|
offset = 14K
|
|
|
|
}
|
2018-01-09 17:08:28 +01:00
|
|
|
|
2021-11-07 03:05:03 +01:00
|
|
|
partition uboot-env {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "uboot-env.bin"
|
|
|
|
offset = 526K
|
|
|
|
}
|
2018-01-09 17:08:28 +01:00
|
|
|
|
2021-11-07 03:05:03 +01:00
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
offset = 2M
|
|
|
|
}
|
2018-01-09 17:08:28 +01:00
|
|
|
}
|