Has anyone done this successfully? I have been running 7.09 with no issues, but following the same install procedure I used there isn't working - I get no output once the kernel is loaded by uBoot, and the it never appears on the network either. Here's what I'm doing:
U-Boot 1.3.3-00248-gae9bc0c (Jul 23 2008 - 14:28:10)
U-Boot code: 00000000 -> 00011360 data: 00017bf8 -> 0004e530
malloc: Using memory from 0x11f71000 to 0x11fb1000
DMA: Using memory from 0x11f6d000 to 0x11f71000
Flash: 8 MB at address 0x00000000
DRAM Configuration:
Bank #0: 10000000 32 MB
In: serial
Out: serial
Err: serial
Net: macb0, macb1
Press SPACE to abort autoboot in 1 seconds
U-Boot> tftp 0x10000000 openwrt-avr32-squashfs.img
macb0: Starting autonegotiation...
macb0: Autonegotiation complete
macb0: link up, 100Mbps full-duplex (lpa: 0xc5e1)
Using macb0 device
TFTP from server 192.168.65.2; our IP address is 192.168.65.150
Filename 'openwrt-avr32-squashfs.img'.
Load address: 0x10000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
###################################
done
Bytes transferred = 4325376 (420000 hex)
U-Boot> protect off 0x20000 0x7EFFFF
Un-Protected 125 sectors
U-Boot> erase 0x20000 0x7EFFFF
............................................................................................................................. done
Erased 125 sectors
U-Boot> cp.b 0x10000000 0x20000 0x420000
Copy to Flash... done
U-Boot> printenv
baudrate=115200
ethaddr=00:04:25:1C:7A:42
bootdelay=1
ethact=macb0
eth1addr=00:04:25:1C:7A:43
flash_openwrt=tftp 0x90000000 openwrt-avr32-2.6-squashfs.img;erase 0x20000 +${filesize};cp.b ${fileaddr} 0x20000 ${filesize}
bootcmd=bootm 0x20000
bootargs=console=/dev/ttyS0,115200 root=/dev/mtdblock2 rootfstype=squashfs,jffs2 init=/etc/preinit
stdin=serial
stdout=serial
stderr=serial
filesize=420000
fileaddr=10000000
ipaddr=192.168.65.150
serverip=192.168.65.2
Environment size: 459/65532 bytes
U-Boot> bootm 0x20000
## Booting kernel from Legacy Image at 00020000 ...
Image Name: Linux-2.6.25.17
Image Type: AVR32 Linux Kernel Image (gzip compressed)
Data Size: 3129141 Bytes = 3 MB
Load Address: 10000000
Entry Point: 90000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel at 90000000 (params at 11f71008)...
And that's all she wrote, nothing happens after that. Has the image format changed or something?