mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
18 lines
300 B
INI
18 lines
300 B
INI
image sdcard.img {
|
|
hdimage {
|
|
gpt = true
|
|
}
|
|
|
|
partition bootloader {
|
|
image = "fw_payload.bin"
|
|
offset = 1M
|
|
size = 32M
|
|
partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
|
|
}
|
|
|
|
partition rootfs {
|
|
image = "rootfs.ext4"
|
|
partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
|
|
}
|
|
}
|