Forum Discussion
greenlantern01
Occasional Contributor
2 years agosopc2dts Errors
These are the errors showing when I run the sopc2dts command. I am using DE10 Standard FPGA. I have stored dtb files earlier with the image file on an sdcard and the FPGA loads well. However, the d...
EBERLAZARE_I_Intel
Regular Contributor
2 years agoHi,
For question 2: Yes, it is for the Dev Kit. But in the RBO steps:
In the "U-boot" section, before running the:
make socfpga_cyclone5_qspi_defconfig
You can use the DE10's defconfig below:
For e.g, run:
make socfpga_de10_standard_defconfig
For question 3: Yes, this will use the DE10's standard U-boot config files and it's .dts:
Line 10: CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_de10_standard"
Located (Standard):
For Nano:
These directory can be found in your U-boot folder, after you Git checkout in the first step in "U-boot" section.
For question 1: You need to refer to below, but that is also referring to the Dev Kit's:
https://www.rocketboards.org/foswiki/Documentation/HOWTOCreateADevicetreeForCycloneVSoC
I hope these helps.