Advertisement
Guest User

unable to find DEBUG cmd

a guest
Mar 2nd, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. [lampus@myhost adv_jtag_bridge]$ ls ~/Downloads/bsdl/
  2. EP3C16F484.BSD
  3. [lampus@myhost adv_jtag_bridge]$ ./adv_jtag_bridge -a 0 -b ~/Downloads/bsdl/ -l 0:10 -l 1:4 usbblaster
  4. Found Altera USB-Blaster
  5. Found Altera USB-Blaster
  6. firmware version = 0x0004 (4)
  7. Enumerating JTAG chain...
  8.  
  9. Devices on JTAG chain:
  10. Index Name ID Code IR Length
  11. ----------------------------------------------------------------
  12. 0: (unknown) 0x14951185 -1
  13.  
  14. Target device 0, JTAG ID = 0x14951185
  15. ERROR! Unable to find DEBUG command for device index 0, device ID 0x14951185
  16. Unable to find DEBUG command, aborting.
  17. [lampus@myhost adv_jtag_bridge]$ cat Makefile | grep LEGACY
  18. SUPPORT_LEGACY=true
  19. [lampus@myhost include]$ grep -A 5 LEGACY_DBG orpsoc-defines.v
  20. // the older 'LEGACY_DBG_IF' by Igor Mohor or the newer 'ADV_DEBUG_IF'
  21. // by Nathan Yawn
  22. //
  23. `define LEGACY_DBG_IF
  24. //`define ADV_DBG_IF
  25.  
  26. // JTAG TAP defines
  27. `define GENERIC_JTAG_TAP
  28. //`define ALTERA_JTAG_TAP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement