mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
18 lines
256 B
INI
18 lines
256 B
INI
image sdcard.img {
|
|
hdimage {
|
|
partition-table-type = "gpt"
|
|
}
|
|
|
|
partition imx-boot {
|
|
in-partition-table = "no"
|
|
image = "imx8-boot-sd.bin"
|
|
offset = 33K
|
|
}
|
|
|
|
partition rootfs {
|
|
offset = 8M
|
|
image = "rootfs.ext4"
|
|
partition-uuid = %PARTUUID%
|
|
}
|
|
}
|