Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHello All,
I´m starting with this Development kit, De1-SoC, and my objective is to build up a Linux distribution with my packages already installed. I was trying to use Yocto to generate my SD image but I can´t find clearly two things. A Yocto BSP for De1-SoC board and how to build my packages properly with the toolchain. The first problem I want to resolver is Yocto image building, Did you finally found a meta- for this Development Kit? Thanks for the info! Best Regards, Ricardo --- Quote Start --- Hi, I was about to do the same thing. I currently have a working setup for a SoCKit board. I was hoping just to grab the socfpga_cyclone5_de0_sockit.dts (and possibly the files it includes as they have changed a bit too). The Yocto MACHINE should still be "cyclone5", the SOC_FAMILY should still be "socfpga". You have to patch the kernel source to add the .dts file(s) above and then patch the Makefile at arch/arm/boot/dts/Makefile to add this one to the list. Use KERNEL_DEVICETREE = "socfpga_cyclone5_de0_sockit.dtb" to then dump it out to the Yocto deploy folder. If that didn't work, I was going to look for a modified kernel configuration (modified from socfpga_defconfig). I'll post my results when I get a chance to try this out. Good luck. --George --- Quote End ---