I don't think it a a hardware problem.
Maybe I did something wrong. Howe do I have to connect the plug to the computer?
With the usb cable
1.
./configure --enable-ft2232_libftdi
gave me some errors. Could you check it. There is output above (Posted on: May 11, 2009, 02:11:31 PM).
Its okay, since you're using the ftd2xx library.
2.
Is it correct? I have a command line after nc command.
root@stockalerts:/home/serge/sheeva# nc localhost 4444
root@stockalerts:/home/serge/sheeva#
Probably because its not working.
Haven't played with 'nc', try 'apt-get install telnet' and then 'telnet localhost 4444'
3. Here is output for openocd but there was no anything after that. Do I have just do <CTR>+C?
root@stockalerts:/home/serge/sheeva# sudo openocd -f /usr/local/lib/openocd/board/sheevaplug.cfg
Open On-Chip Debugger 1.0 (2009-05-11-14:15) svn:1589
BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS
$URL: svn://svn.berlios.de/openocd/trunk/src/openocd.c $
3000 kHz
dcc downloads are enabled
Info : JTAG tap: feroceon.cpu tap/device found: 0x20a023d3 (Manufacturer: 0x1e9, Part: 0x0a02, Version: 0x2)
Info : JTAG Tap/device matched
Error: unknown EmbeddedICE version (comms ctrl: 0x00000018)
Warn : no telnet port specified, using default port 4444
Warn : no gdb port specified, using default port 3333
Warn : no tcl port specified, using default port 6666
Warn : DBGACK set while target was in unknown state. Reset or initialize target.
target state: halted
target halted in ARM state due to debug-request, current mode: Undefined
cpsr: 0x200000db pc: 0xffff0130
MMU: disabled, D-Cache: disabled, I-Cache: disabled
Tried doing the telnet thing after this? (on another console)