kumquat-buildroot/board/terasic/de10nano_cyclone5/genimage.cfg
Gwenhael Goavec-Merou 8bab9cf65a configs/terasic_de10nano_cyclone5: new defconfig
Terasic DE10 Nano is an SoCFPGA cycloneV based board.
References:
- https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=205&No=1046
- https://rocketboards.org/foswiki/Documentation/DE10NanoDevelopmentBoard

Note: there is no dts in kernel (mainline or intel), but since DE0 Nano Soc is
similar, the corresponding dts is usually used

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-26 23:33:09 +02:00

43 lines
597 B
INI

image boot.vfat {
vfat {
file zImage {
image = "zImage"
}
file socfpga_cyclone5_de0_nano_soc.dtb {
image = "socfpga_cyclone5_de0_nano_soc.dtb"
}
file barebox.bin {
image = "barebox-socfpga-de10_nano.img"
}
file barebox.env {
image = "barebox-env"
}
}
size = 8M
}
image sdcard.img {
hdimage {
}
partition spl {
partition-type = 0xa2
image = "barebox-socfpga-de10_nano-xload.img"
size = 1M
}
partition boot {
partition-type = 0xc
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext2"
}
}