Do you have info or links to instruction on how to use openocd with Sheeva PLUG? A cfg file for PLUG would help.
Thanks
Herman
Hello,
Regards,
Gérald
AndyC
Archive: http://lists.debian.org/1354078574.151...@web39301.mail.mud.yahoo.com
I can find a lot of hits on this message but no explanations.
openocd -f /usr/share/openocd/scripts/board/sheevaplug.cfg
Open On-Chip Debugger 0.3.1 (2009-11-25-12:22)
$URL$
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
2000 kHz
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain
jtag_nsrst_delay: 200
jtag_ntrst_delay: 200
dcc downloads are enabled
Warn : use 'feroceon.cpu' as target identifier, not '0'
Segmentation fault
----- Original Message -----
From: DrEagle <dre...@doukki.net>
Archive: http://lists.debian.org/1354193503.319...@web39306.mail.mud.yahoo.com
I have the FTDI USB driver for Windows installed and used it to configure the PLUG when the Sheeva Uboot was installed. I moved to the open source, DENX, uboot using Martin Michmayer's article located at http://www.cyrius.com/debian/kirkwood/sheevaplug/uboot-upgrade.html at the time there was a problem with the USB hard drive booting Debian OS. After upgrading to DENX uboot I have an issue reaching the PLUG through the console port from the Windows box. While watching the Windows device manager screen the virtual com port comes and goes in the port display.
Hope what I have described above all makes sense. :-)
Archive: http://lists.debian.org/1354222802.904...@web39301.mail.mud.yahoo.com
No, ftdi_sio driver not loaded.
The Windows driver that came with the Sheeva Devel Kit did work until I upgraded the Uboot to a generic open source version. After the upgrade serial port access worked at times but after a few hours stopped working all together.
I have a PC with Debian Squeeze and a Raspberry Pi with latest version of Rasperian. Trying to use openocd to unbrick the PLUG if I could only get the proper FTDI driver loaded and the USB support for it.
There was a Raspberry Pi drive full issue I needed to resolve before picking back up with it.
Archive: http://lists.debian.org/1354547097.969...@web39301.mail.mud.yahoo.com
you show a dmesg output showing the boot up log for the host having a USB connection to the Sheeva PLUG, is that correct? Nothing like the output you show in your example can be seen on the console host.
Are you expecting the dmesg output to show a USB port on the console host to the Sheeva PLUG coming active with a connection?
lsusb command being executed on the console host doesn't show anything different from execution of the command before the PLUG cold boot.
Herman
----- Original Message -----
From: DrEagle <dre...@doukki.net>
To: Herman Swartz <herman...@yahoo.com>
Cc: "debia...@lists.debian.org" <debia...@lists.debian.org>
Sent: Monday, December 3, 2012 1:19 PM
Subject: Re: Bricked Sheevaplug
Archive: http://lists.debian.org/1354597492.303...@web39306.mail.mud.yahoo.com
Then
lsmod |grep -A2 ftdi_sio
Result
ftdi_sio 28991 0
usbserial 22100 1 ftdi_sio
usbcore 99426 6 ftdi_sio,usbserial,usb_storge,uhci_hed,ehci_hcd
Then
lsusb
Result
Nothing
Then
ls /dev/ttyUSB*
Result
Nothing
----- Original Message -----
From: DrEagle <dre...@doukki.net>
To: Herman Swartz <herman...@yahoo.com>
Cc: "debia...@lists.debian.org" <debia...@lists.debian.org>
Sent: Monday, December 3, 2012 1:19 PM
Subject: Re: Bricked Sheevaplug
Archive: http://lists.debian.org/1354744775.662...@web39302.mail.mud.yahoo.com
The modules in this version of openocd on the RPI must be improved. Instead of a segment fault result running openocd from a Dell laptop with Debian Squeeze this run came back with a more appropriate message.
I am wondering if the replacement of the small Alkaline button battery (the old one was leaking) has anything to do with the problems experienced with even seeing the JTAG port on the SheevaPlug???
root@raspberrypi:/home/pi# openocd -s /usr/share/openocd/scripts/ -f interface/sheevaplug.cfg -f board/sheevaplug.cfg -c init
Open On-Chip Debugger 0.5.0 (2012-05-23-17:50)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'jtag'
2000 kHz
Warn : Interface already configured, ignoring
Error: already specified ft2232_layout sheevaplug
2000 kHz
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
dcc downloads are enabled
Warn : use 'feroceon.cpu' as target identifier, not '0'
sheevaplug_load_uboot
Error: unable to open ftdi device: device not found
in procedure 'init'
----- Original Message -----
From: DrEagle <dre...@doukki.net>
To: Herman Swartz <herman...@yahoo.com>
Cc: "debia...@lists.debian.org" <debia...@lists.debian.org>
Sent: Monday, December 3, 2012 1:19 PM
Subject: Re: Bricked Sheevaplug
Archive: http://lists.debian.org/1354767458.725...@web39302.mail.mud.yahoo.com
I am using Yahoo mail. Do not see any way to stop TOFU.
try just
# modprobe ftdi_sio
instead
Herman: No difference
You mean notinh about jtag or nothing at all ?
Herman:
root@raspberrypi:/lib/udev/rules.d# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
You ma try to :
add you user to the dialout group
Herman: Using as root
verify openoce rules (/lib/udev/rules.d/60-openocd.rules)
---%<---
# Marvell Sheevaplug
ATTRS{idVendor}=="9e88", ATTRS{idProduct}=="9e8f", MODE="664", GROUP="plugdev"
---%<---
Must be present !
Herman: Verified this line is in openocd rules.
--
To UNSUBSCRIBE, email to debian-ar...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/1354794154.631...@web39306.mail.mud.yahoo.com