There's a new document available from Globalscale, "Set Up A Debian File System In DreamPlug-20110423":
http://code.google.com/p/dreamplug/downloads/list
My guess is that there is something (missing?) in your rootfs (you said "bootstrap", can I infer that you used debootstrap?) that is the source of the problem. When we build a Sheevaplug Debian rootfs we use a variation of Mark Gillespie's script. In particular, the script must add a tty device, which is why I mentioned in it my earlier post. But maybe there's something else we haven't considered.
I don't know when I'll have a chance to try the new GST / Debian procedure, but you should be able to use the rootfs they supply, if that sounds like a reasonable next step?
elementry my dear mr Marcus (watson)...
Well, I guess I already mentioned that I reformatted the micro-sd and installed the gst debian on it and upgraded it to the latest squeeze with no issues.
I was hoping that a "default" or "vanilla" debian (incl kernel) would run on the device, but looks like it does not. I lso got the new Uboot in s I can now use the external-sd, and am experimenting with it. I first booted to the working micro-sd, and then mounted the external-sd and installed debootstrap on to it and later booted to th external-sd and completed the debian install. The debian installed fine, and also installed the vanilla debian kernel, but it hangs.... If I use the GST uImage, I can boot to this new debian-rootfs and that also works... no issues.
I just have to now figure how to compile my own kernel on the system.
I just got the sheeva-with-linux kernel to boot...
## Booting kernel from Legacy Image at 06400000 ...
Image Name: Linux-2.6.38.4
Created: 2011-04-22 7:24:37 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2586308 Bytes = 2.5 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
any of how to avoid this error...
modprobe: FATAL: Could not load /lib/modules/2.6.38.4/modules.dep: No such file or directory
the kernel was not compiled on the system so it does not have the /lib/modules for that version...
G