Forum Discussion
Altera_Forum
Honored Contributor
12 years agosopc2dts
Hi, I am working on building up a new SD card image with slight modifications to the GHRD. I'm following the rocketboards example for generating a device tree (http://rocketboards.org/foswiki/d...
Altera_Forum
Honored Contributor
12 years agoHello,
I did it in a different way using the git repo :git clone git://git.rocketboards.org/sopc-tools.git
cd sopc-tools/sopc2dts
make
java -jar sopc2dts.jar -b <path/to/hps_clock_info.xml> -b <path/to/**_board_info.xml> -i <path/to/**.sopcinfo> -o socfpga.dts Hope this helps !