Forum Discussion
Altera_Forum
Honored Contributor
12 years agoEDS 14.0 tool dtc
So i'm trying to edit my socfpga.dtb file bij using the socfpga.dts file. But with EDS 13.1 you could do "dtc -I dts -O dtb -o socfpga.dtb socfpga.dts". Only with EDS 14.0 the command doesn't work...
Altera_Forum
Honored Contributor
12 years agoThe dtc command is " dtc -I dts -O dtb -o socfpga.dtb socfpga.dts" you ofc change the name, and switch DTS and DTB ( dtc -I dtb -O dts -o socfpga.dts socfpga.dtb)