2019-07-22 22:44:47 +02:00
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
gpt = true
|
|
|
|
}
|
|
|
|
|
2021-01-29 05:50:06 +01:00
|
|
|
partition u-boot-spl {
|
|
|
|
image = "u-boot-spl.bin"
|
|
|
|
offset = 17K
|
|
|
|
partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47
|
|
|
|
}
|
|
|
|
|
|
|
|
partition u-boot {
|
|
|
|
image = "u-boot.itb"
|
|
|
|
offset = 1041K
|
2019-07-22 22:44:47 +02:00
|
|
|
partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
|
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
|
2021-01-29 05:50:06 +01:00
|
|
|
bootable = true
|
2019-07-22 22:44:47 +02:00
|
|
|
}
|
|
|
|
}
|