- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all
We're bringing up a system with an Altera Cyclone 4 connected to a TI SoC. We want to capture events using SignalTap and use the Beaglebone serial cable to talk to the SoC. Problem is, the two adapters can't both be plugged into my Windows 7 system. I assume it has something to do with both cables running off of the same FTDI chip. Anybody know a trick I can use to let me plug both the USB-Blaster and the Beaglebone serial cable into the same PC? BTW, I don't ever see the USB-Blaster in Device Manager, even when it's working. Is that OK? Cheers! MADmanLink Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A trick? Perhaps - in the same way that you can have multiple USB-Blasters plugged into one machine and use them "at the same time" (as well as having other FTDI based hardware connected).
From the command prompt you can display the ID of all USB-Blaster cables with:jtagconfig -n
You can then use the "-c" switch to specify a specific cable name when using the programmer from the command line:quartus_pgm.exe -c "USB-Blaster " filename.cdf
You can do all this through the Quartus programmer GUI as well. Hopefully this can get the Quartus side of things up. I'd hope there is an equivalent way to specify the Beaglebone serial cable to the relevant software. --- Quote Start --- I don't ever see the USB-Blaster in Device Manager --- Quote End --- I've never known this. But if it's working I'd expect it to respond to the jtagconfig command above - which I'd trust. Cheers, Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I finally found the USB-Blaster in Device Manager, under USB Controllers. I was expecting it to be its own category.
jtagconfig not recognized from command prompt default directory, so I need to find the path to it. Still working on it. MADman- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aha! found it! And it finds the USB-Blaster regardless of whether the USB to serial cable is installed.
A colleague found a thread with a hint at a solution: http://www.alteraforum.com/forum/showthread.php?t=2015 (http://www.alteraforum.com/forum/showthread.php?t=2015)- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
'jtagconfig' is in you Quartus installation directory under .\quartus\bin64\jtagconfig.exe
Cheers, Alex
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