2021-06-29 12:06:31 +02:00
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
2022-01-17 09:06:16 +01:00
|
|
|
partition-table-type = "gpt"
|
2021-06-29 12:06:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition imx-boot {
|
|
|
|
in-partition-table = "no"
|
2022-05-13 09:15:24 +02:00
|
|
|
image = "flash.bin"
|
2021-11-09 11:18:41 +01:00
|
|
|
offset = 33K
|
2021-06-29 12:06:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
offset = 8M
|
2022-01-17 09:06:16 +01:00
|
|
|
image = "rootfs.ext4"
|
|
|
|
partition-uuid = %PARTUUID%
|
2021-06-29 12:06:31 +02:00
|
|
|
}
|
|
|
|
}
|