2020-08-29 11:35:06 +02:00
|
|
|
image boot.vfat {
|
2021-11-07 03:06:20 +01:00
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"Image",
|
|
|
|
"rk3399-nanopc-t4.dtb",
|
|
|
|
"extlinux"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
size = 64M
|
2020-08-29 11:35:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
2021-11-07 03:06:20 +01:00
|
|
|
hdimage {
|
|
|
|
gpt = true
|
|
|
|
}
|
2020-08-29 11:35:06 +02:00
|
|
|
|
2021-11-07 03:06:20 +01:00
|
|
|
partition loader1 {
|
|
|
|
image = "idbloader.img"
|
|
|
|
offset = 32K
|
|
|
|
}
|
2020-08-29 11:35:06 +02:00
|
|
|
|
2021-11-07 03:06:20 +01:00
|
|
|
partition loader2 {
|
|
|
|
image = "u-boot.itb"
|
|
|
|
offset = 8M
|
|
|
|
}
|
2020-08-29 11:35:06 +02:00
|
|
|
|
2021-11-07 03:06:20 +01:00
|
|
|
partition boot {
|
|
|
|
partition-type = 0xC
|
|
|
|
bootable = "true"
|
|
|
|
image = "boot.vfat"
|
|
|
|
offset = 16M
|
|
|
|
}
|
2020-08-29 11:35:06 +02:00
|
|
|
|
2021-11-07 03:06:20 +01:00
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
}
|
2020-08-29 11:35:06 +02:00
|
|
|
}
|