2020-06-05 00:11:22 +02:00
|
|
|
image sdcard-emmc.img {
|
|
|
|
hdimage {
|
2021-12-19 15:20:33 +01:00
|
|
|
partition-table-type = "gpt"
|
2021-12-27 11:55:50 +01:00
|
|
|
gpt-location = 16K
|
2020-06-05 00:11:22 +02:00
|
|
|
}
|
|
|
|
|
2021-01-12 11:51:54 +01:00
|
|
|
partition rcw {
|
2021-11-09 11:18:42 +01:00
|
|
|
offset = 4K
|
2021-01-12 11:51:54 +01:00
|
|
|
in-partition-table = "no"
|
|
|
|
image = "rcw.bin"
|
|
|
|
}
|
|
|
|
|
2021-01-13 20:09:48 +01:00
|
|
|
partition u-boot {
|
|
|
|
offset = 1M
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "u-boot.rom"
|
|
|
|
}
|
|
|
|
|
2020-06-05 00:11:22 +02:00
|
|
|
partition rootfs {
|
2022-10-18 20:37:24 +02:00
|
|
|
offset = 4M
|
2020-06-05 00:11:22 +02:00
|
|
|
image = rootfs.ext4
|
|
|
|
partition-uuid = %PARTUUID%
|
|
|
|
}
|
|
|
|
}
|