Hello
I am having trouble getting backfire (10.03) working on my guruplug.
I have tried
setenv mainlineLinux yes
setenv arcNumber 2097
But with no luck it still is hanging at "uncompressing linux... done booting the kernel"
i am using the uboot from here
http://oinkzwurgl.org/guruplug_uboot as the stock uboot wont allow booing from ext2, USB, ESATA or SD-Card
i have tried booting from usb and burning the image to the nand but it never gets past "booting the kernel"
has anybody got backfire successfully working on a guruplug

any ideas would be greatly appreciated..
If it helps my environment variables...
NAND: 512 MiB
In: serial
Out: serial
Err: serial
Net: egiga0, egiga1
88E1121 Initialized on egiga0
88E1121 Initialized on egiga1
Hit any key to stop autoboot:
GuruPlug>> printenv
arcNumber=2097
baudrate=115200
bootargs=console=ttyS0, 115200 root=dev/sda1 rootdelay=10
bootcmd=run x_bootcmd
bootdelay=3
eth1addr=xx:xx:xx:xx:xx:xx
ethact=egiga0
ethaddr=xx:xx:xx:xx:xx:xx
mainlineLinux=yes
stderr=serial
stdin=serial
stdout=serial
x_bootargs=console=ttyS0, 115200
x_bootargs_root=root=dev/sda1 rootdelay=10
x_bootcmd=$(x_bootcmd_usb); $(x_bootcmd_kernel); setenv bootargs $(x_bootargs) $(x_bootargs_root) ;bootm 0x6400000;
x_bootcmd_kernel=ext2load usb 0:1 0x6400000 /uImage
x_bootcmd_usb=usb start
Environment size: 552/131068 bytes