I am trying to test your installer and am stuck.
I copied and tar'd the latest installer, copied the installer directory to the usb drive, connected the usb port, installed the FAT32 usb drive and ran the ./runme.sh file.
My result is in the code block below. The final message I get is " **** U-boot should be up and running now. Open your console ..."
What is next? !! 
How do I open my console?
I can not ssh into the plug. I installed putty on my server box but I can't run it (Gtk-warning). I installed minicon but don't know the serial port to use.
I hope this isn't a totally stupid question but right now I don't seem to have a running plug any longer and I need to at least get back to where I was before I tried this.
Thanks,
~Joe
Using username "root".
Linux ubuntu 2.6.27-11-server #1 SMP Thu Jan 29 20:19:41 UTC 2009 i686
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/
System information as of Tue Jun 9 14:00:01 CDT 2009
System load: 0.0 Swap usage: 0% Users logged in: 1
Usage of /: 8.2% of 26.34GB Temperature: 45 C
Memory usage: 12% Processes: 77
Graph this data and manage this system at https://landscape.canonical.com/
Last login: Tue Jun 9 14:05:36 2009 from 192.168.1.94
root@ubuntu:~# cd alpha-6
root@ubuntu:~/alpha-6# ./runme.sh
**** Preparing environment variables file ...
**** Burning uboot and environment variables ... This will take few minutes ...
Open On-Chip Debugger 0.2.0-in-development (2009-05-17-10:32) svn:1800M
BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS
$URL: http://svn.berlios.de/svnroot/repos/openocd/trunk/src/openocd.c $
2000 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
target state: halted
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x000000d3 pc: 0xffff0000
MMU: disabled, D-Cache: disabled, I-Cache: disabled
0 0 1 0: 00052078
NAND flash device 'NAND 512MiB 3,3V 8-bit' found
successfully erased blocks 5 to 6 on NAND flash device 'NAND 512MiB 3,3V 8-bit'
wrote file uboot-env.bin to NAND flash 0 up to offset 0x000c0000 in 19.872343s
target state: halted
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x000000d3 pc: 0xffff0000
MMU: disabled, D-Cache: disabled, I-Cache: disabled
0 0 1 0: 00052078
NAND flash device 'NAND 512MiB 3,3V 8-bit' found
successfully erased blocks 0 to 4 on NAND flash device 'NAND 512MiB 3,3V 8-bit'
wrote file uboot.bin to NAND flash 0 up to offset 0x00073000 in 71.450851s
**** U-boot should be up and running now. Open your console ...
root@ubuntu:~/alpha-6#