You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
595 B
INI
37 lines
595 B
INI
# Image for eMMC or SDCard boot on the Microchip PolarFire SOC Icicle Board
|
|
#
|
|
image boot.vfat {
|
|
vfat {
|
|
files = {
|
|
"beaglev_fire.itb",
|
|
}
|
|
|
|
file boot.scr {
|
|
image = "boot.scr"
|
|
}
|
|
}
|
|
size = 60M
|
|
}
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
gpt = true
|
|
}
|
|
|
|
partition uboot {
|
|
partition-type-uuid = 21686148-6449-6E6F-744E-656564454649
|
|
image = "payload.bin"
|
|
}
|
|
|
|
partition kernel {
|
|
partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
|
|
bootable = "true"
|
|
image = "boot.vfat"
|
|
}
|
|
|
|
partition root {
|
|
partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
|
|
image = "root.ext4"
|
|
}
|
|
}
|