2020-07-17 13:50:34 +02:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"zImage",
|
|
|
|
"rk3288-rock-pi-n8.dtb",
|
|
|
|
"extlinux"
|
|
|
|
}
|
|
|
|
}
|
2021-11-07 03:43:08 +01:00
|
|
|
|
2020-07-17 13:50:34 +02:00
|
|
|
size = 16M
|
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
2021-12-19 15:20:33 +01:00
|
|
|
partition-table-type = "gpt"
|
2020-07-17 13:50:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition loader1 {
|
|
|
|
image = "idbloader.img"
|
|
|
|
offset = 32K
|
|
|
|
}
|
|
|
|
|
|
|
|
partition loader2 {
|
|
|
|
image = "u-boot-dtb.img"
|
|
|
|
offset = 8M
|
|
|
|
}
|
|
|
|
|
|
|
|
partition boot {
|
2022-07-22 22:21:50 +02:00
|
|
|
partition-type-uuid = F
|
2020-07-17 13:50:34 +02:00
|
|
|
bootable = "true"
|
|
|
|
image = "boot.vfat"
|
|
|
|
offset = 16M
|
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
2022-02-04 01:06:57 +01:00
|
|
|
partition-type-uuid = 69dad710-2ce4-4e3c-b16c-21a1d49abed3
|
2020-07-17 13:50:34 +02:00
|
|
|
image = "rootfs.ext4"
|
|
|
|
}
|
|
|
|
}
|