2020-07-04 22:16:45 +02:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"Image",
|
|
|
|
"rk3399-rock-pi-4.dtb",
|
|
|
|
"extlinux"
|
|
|
|
}
|
|
|
|
}
|
2021-11-07 03:43:06 +01:00
|
|
|
|
2020-07-04 22:16:45 +02:00
|
|
|
size = 112M
|
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
2021-12-19 15:20:33 +01:00
|
|
|
partition-table-type = "gpt"
|
2020-07-04 22:16:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition loader1 {
|
|
|
|
image = "idbloader.img"
|
|
|
|
offset = 32K
|
|
|
|
}
|
|
|
|
|
|
|
|
partition loader2 {
|
|
|
|
image = "u-boot.itb"
|
|
|
|
offset = 8M
|
|
|
|
}
|
|
|
|
|
|
|
|
partition boot {
|
2022-02-03 23:59:56 +01:00
|
|
|
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
|
2020-07-04 22:16:45 +02:00
|
|
|
bootable = "true"
|
|
|
|
image = "boot.vfat"
|
|
|
|
offset = 16M
|
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
2022-02-03 23:59:56 +01:00
|
|
|
partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae
|
2020-07-04 22:16:45 +02:00
|
|
|
image = "rootfs.ext4"
|
|
|
|
}
|
|
|
|
}
|