2019-07-22 22:44:47 +02:00
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
2021-12-19 15:20:33 +01:00
|
|
|
partition-table-type = "gpt"
|
2019-07-22 22:44:47 +02:00
|
|
|
}
|
|
|
|
|
2021-01-29 05:50:06 +01:00
|
|
|
partition u-boot-spl {
|
|
|
|
image = "u-boot-spl.bin"
|
|
|
|
offset = 17K
|
2022-07-22 22:21:49 +02:00
|
|
|
partition-type-uuid = 5b193300-fc78-40cd-8002-e86c45580b47
|
2021-01-29 05:50:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
partition u-boot {
|
|
|
|
image = "u-boot.itb"
|
|
|
|
offset = 1041K
|
2022-07-22 22:21:49 +02:00
|
|
|
partition-type-uuid = 2e54b353-1271-4842-806f-e436d6af6985
|
2019-07-22 22:44:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
image = "rootfs.ext4"
|
2022-07-22 22:21:49 +02:00
|
|
|
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
|
|
|
}
|
|
|
|
}
|