2018-01-30 13:03:53 +01:00
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
}
|
|
|
|
|
|
|
|
partition u-boot-tpl-spl-dtb {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "u-boot-tpl-spl-dtb.img"
|
|
|
|
offset = 32K
|
|
|
|
}
|
|
|
|
|
|
|
|
partition u-boot-dtb {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "u-boot-dtb.img"
|
|
|
|
offset = 8M
|
2018-05-09 20:43:09 +02:00
|
|
|
size = 30M # falcon mode: args @ 16M args, uImage @ 17M
|
2018-01-30 13:03:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
}
|
|
|
|
}
|