Files
buildroot/board/sifive/hifive-unleashed/genimage.cfg
2019-09-25 20:52:32 -03:00

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
}
}