OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [fpga/] [altera_de0_nano_soc/] [synthesis/] [altera/] [README_JTAG_DEBUG] - Rev 221

Compare with Previous | Blame | View Log

Turn on and connect the SoCKit board. Check that the Altera “USB Blaster” appears:

$ lsusb | grep 09fb:
Bus 001 Device 036: ID 09fb:6810 Altera

If it is not listed, the board may not be powered on or the jtag usb port (nearest the corner)
may not be connected to the workstation. Note that your bus and device number may differ.
Check the permissions on the port, based on the bus and device you saw above:

$ ls -l /dev/bus/usb/001/036
crw-rw-rw- 1 root root 189, 35 Jan 17 21:16 /dev/bus/usb/001/036

Finally, verify that the jtag daemon is able to locate the hardware:

$ jtagconfig
1) CV SoCKit [1-6.2.3]
02D020DD 5CSEBA6(.|ES)/5CSEMA6/..
4BA00477 SOCVHPS

Thee most common problem is incorrect permissions (no world write) on the device, e.g.,

$ jtagconfig
No JTAG hardware available

$ ls -l /dev/bus/usb/001/036
crw-rw-r-- 1 root root 189, 35 Jan 17 21:16 /dev/bus/usb/001/036

$ sudo killall jtagd

$ lsusb | grep 09fb:
Bus 001 Device 041: ID 09fb:6810 Altera

$ sudo chmod 666 /dev/bus/usb/001/041

$ jtagconfig
1) CV SoCKit [1-6.2.3]
02D020DD 5CSEBA6(.|ES)/5CSEMA6/..
4BA00477 SOCVHPS

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.