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