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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [fpga/] [altera_de0_nano_soc/] [synthesis/] [altera/] [README_JTAG_DEBUG] - Blame information for rev 221

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 221 olivier.gi
Turn on and connect the SoCKit board. Check that the Altera “USB Blaster” appears:
2
 
3
$ lsusb | grep 09fb:
4
Bus 001 Device 036: ID 09fb:6810 Altera
5
 
6
If it is not listed, the board may not be powered on or the jtag usb port (nearest the corner)
7
may not be connected to the workstation. Note that your bus and device number may differ.
8
Check the permissions on the port, based on the bus and device you saw above:
9
 
10
$ ls -l /dev/bus/usb/001/036
11
crw-rw-rw- 1 root root 189, 35 Jan 17 21:16 /dev/bus/usb/001/036
12
 
13
Finally, verify that the jtag daemon is able to locate the hardware:
14
 
15
$ jtagconfig
16
1) CV SoCKit [1-6.2.3]
17
02D020DD 5CSEBA6(.|ES)/5CSEMA6/..
18
4BA00477 SOCVHPS
19
 
20
Thee most common problem is incorrect permissions (no world write) on the device, e.g.,
21
 
22
$ jtagconfig
23
No JTAG hardware available
24
 
25
$ ls -l /dev/bus/usb/001/036
26
crw-rw-r-- 1 root root 189, 35 Jan 17 21:16 /dev/bus/usb/001/036
27
 
28
$ sudo killall jtagd
29
 
30
$ lsusb | grep 09fb:
31
Bus 001 Device 041: ID 09fb:6810 Altera
32
 
33
$ sudo chmod 666 /dev/bus/usb/001/041
34
 
35
$ jtagconfig
36
1) CV SoCKit [1-6.2.3]
37
02D020DD 5CSEBA6(.|ES)/5CSEMA6/..
38
4BA00477 SOCVHPS

powered by: WebSVN 2.1.0

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