Hi,
Been playing around with my sheeva plug and I think I finally "bricked" it... I am unable to get Installer 1.0 to help, so figured I'd ask the experts. Everything worked fine until I followed the directions here:
http://www.cyrius.com/debian/kirkwood/sheevaplug/uboot-upgrade.html.
I attempted a uBoot upgrade via USB... Everything went smoothly, but at the end I got a FAT checksum error... From then on only the green light comes on and the serial USB port is unresponsive...
Been trying to use Sheevaplug Installer 1.0, but not having much luck with that... I'm on Ubuntu 9.10 64bit... When I plug in the Sheevaplug, Ubuntu finds it and assigned it ttyUSB0 (as one would expect)... Here is what I get when I run the runme.php:
**** Burning uboot and environment variables ... This will take few minutes ...
openocd/openocd: error while loading shared libraries: libftdi.so.1: cannot open shared object file: No such file or directory
**** openocd FAILED
**** Is the mini USB cable connected?
**** Try powering down, then replugging the Sheevaplug
Already have libftdi1. One thing I did notice is that to get openocd to run I have to refer to it as /usr/bin/openocd... Can't just do ./openocd.....

? If I run a sudo /usr/bin/openocd -f ./board/sheevaplug.cfg I get this:
$ sudo /usr/bin/openocd -f ./board/sheevaplug.cfg
Open On-Chip Debugger 0.2.0-in-development (2009-06-30-01:49) svn:r2403
BUGS? Read /usr/share/doc/openocd/BUGS
$URL:
http://svn.berlios.de/svnroot/repos/openocd/trunk/src/openocd.c $
2000 kHz
jtag_nsrst_delay: 200
jtag_ntrst_delay: 200
dcc downloads are enabled
Info : JTAG tap: feroceon.cpu tap/device found: 0x20a023d3 (mfg: 0x1e9, part: 0x0a02, ver: 0x2)
Info : JTAG Tap/device matched
So I'm thinking that openocd 'can' find it, just the script assumes a PATH environment I don't have....

Ideas, further info I need to provide?
Thanks!!!!