2020-08-29 11:35:03 +02:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"Image",
|
|
|
|
"rk3399-rockpro64.dtb",
|
|
|
|
"extlinux"
|
|
|
|
}
|
|
|
|
}
|
2021-11-07 03:43:03 +01:00
|
|
|
|
2020-08-29 11:35:03 +02:00
|
|
|
size = 64M
|
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
2021-12-19 15:20:33 +01:00
|
|
|
partition-table-type = "gpt"
|
2020-08-29 11:35:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition loader1 {
|
|
|
|
image = "idbloader.img"
|
|
|
|
offset = 32K
|
|
|
|
}
|
|
|
|
|
|
|
|
partition loader2 {
|
|
|
|
image = "u-boot.itb"
|
|
|
|
offset = 8M
|
|
|
|
}
|
|
|
|
|
|
|
|
partition boot {
|
2022-07-22 22:21:50 +02:00
|
|
|
partition-type-uuid = F
|
2020-08-29 11:35:03 +02:00
|
|
|
bootable = "true"
|
|
|
|
image = "boot.vfat"
|
|
|
|
offset = 16M
|
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
2022-02-03 23:59:55 +01:00
|
|
|
partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae
|
2020-08-29 11:35:03 +02:00
|
|
|
image = "rootfs.ext4"
|
|
|
|
}
|
|
|
|
}
|