- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should the ARM DS-5 Debugger work through an Altera JTAG server?
In Eclipse, I do the following:- Select the "Run -> Debug Configurations..." menu item
- Under "DS-5 Debugger", click "New_configuration"
- On the Connection tab, select "Altera -> Arria V SoC -> Bare Metal Debug -> Debug Cortex-A9_0"
- Change Target Connection to USB-Blaster
- In the Connections area, click Browse...
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It does work. The solution was to add the Quartus linux32 directory (where libjtag_client.so resides) to the LD_LIBRARY_PATH environment variable. In the bash shell, this is accomplished by executing the following:
export LD_LIBRARY_PATH=<Quartus installation directory>/quartus/linux32:${LD_LIBRARY_PATH} or, if the LD_LIBRARY_PATH variable is undefined, just: export LD_LIBRARY_PATH=<Quartus installation directory>/quartus/linux32 DS-5 Eclipse must then be restarted.
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