This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DS5 debug on nvidia TX1 board

Hello

I have some problem to connect DS5 (v5.26.2) debugger to nvidia TX1 board. First, I used the "platform configuration" wizard in eclipse for creating TX1 which seems ok except few warnings about devices that does not have any connections (CSTFunnel / CSETM). Then, I created debug configuration (baremetal debug with connect only option). When I try to debug, I have a
"connection Failed" popup with the following message: "Unable to connect to... Reason: Unable to connect to USB:XXXXXX Unable to connect to device APB_0 No connection to target.".

Does somebody successfully connect DS5 debugger to RX1? Any tips would be greatly appreciate!

Thanks in advance!

Vincent

Parents
  • Finally I found a solution to my problem. Instead of using eclipse platform configuration wizard, I used dbghwconfig and cdbimporter script (located in DS-5 bin folder). With dbghwconfig, a platform file (*.rvc) is generated by connecting the DS5 debugger to TX1 board ("connect" button then "auto-configure" button). With the saved rvc file, the script cdbimporter generates TX1 database. In eclipse (window - preferences - DS-5 - Configuration Database), TX1 database need to be added and rebuilt ("Rebuild database" button). Finally, the TX1 platform should be found in the connection tab when creating a new DS-5 debugger configuration.
Reply
  • Finally I found a solution to my problem. Instead of using eclipse platform configuration wizard, I used dbghwconfig and cdbimporter script (located in DS-5 bin folder). With dbghwconfig, a platform file (*.rvc) is generated by connecting the DS5 debugger to TX1 board ("connect" button then "auto-configure" button). With the saved rvc file, the script cdbimporter generates TX1 database. In eclipse (window - preferences - DS-5 - Configuration Database), TX1 database need to be added and rebuilt ("Rebuild database" button). Finally, the TX1 platform should be found in the connection tab when creating a new DS-5 debugger configuration.
Children