On Tue, 2016-06-07 at 15:14 +0000, Tim Kennedy wrote: > I know there¹s a way to get your own dts file to build with the > kernel, > and that would seem to be the best way, but I haven¹t investigated it.
make ARCH=arm CROSS_COMPILE=$COMPILER_PREFIX socfpga_cyclone5_socdk.dtb or make ARCH=arm CROSS_COMPILE=$COMPILER_PREFIX dtbs I use buildroot to build my kernel and dtb. Very easy to set up. Lukas, You are using socfpga_cyclone5_de0_sockit.dts from the kernel and that's booting ok? Stick with that and as Tim suggested, try copying the FPGA fabric from your sopc2dts generated dts file into socfpga_cyclone5_de0_sockit.dts. If it helps, you can also use dtc to convert your working dtb back into a single dts and use this to compare with the sopc2dts generated one. Regards, Nathan _______________________________________________ Rfi mailing list [email protected] http://lists.rocketboards.org/cgi-bin/mailman/listinfo/rfi
