2021-06-29 12:06:31 +02:00
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
}
|
|
|
|
|
|
|
|
partition imx-boot {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "imx8-boot-sd.bin"
|
2021-11-09 11:18:41 +01:00
|
|
|
offset = 33K
|
2021-06-29 12:06:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
offset = 8M
|
|
|
|
}
|
|
|
|
}
|