- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/documentation/gsrddevicetreegenerator). I'm getting the error message below using sopc2dts. Any thoughts as to why this is occuring. I've also tried it with the GHRD unmodified and gotten the same results. ~/cv_soc_devkit_ghrd$ sopc2dts --input soc_system.sopcinfo > --output socfpga.dts > --board soc_system_board_info.xml > --board hps_clock_info.xml Don't know how to parse hps_clock_info.xml at sopc2dts.LogEntry.<init>(LogEntry.java:37) at sopc2dts.Logger.logln(Logger.java:78) at sopc2dts.Logger.logln(Logger.java:74) at sopc2dts.parsers.BasicSystemLoader.loadSystem(BasicSystemLoader.java:55) at Sopc2DTS.go(Sopc2DTS.java:182) at Sopc2DTS.main(Sopc2DTS.java:80) Loading of system failed. at sopc2dts.LogEntry.<init>(LogEntry.java:37) at sopc2dts.Logger.logln(Logger.java:78) at sopc2dts.Logger.logln(Logger.java:74) at sopc2dts.parsers.BasicSystemLoader.loadSystem(BasicSystemLoader.java:59) at Sopc2DTS.go(Sopc2DTS.java:182) at Sopc2DTS.main(Sopc2DTS.java:80) Thank you in advance.- Tags:
- Cyclone® V FPGAs
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
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 !

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page