I'm trying to boot latest snapshots, dated 2008-08-22 (r12359) without any luck.
My HW is WRT54GL v1.1. I'm trying to load openwrt-wrt54g-squashfs.bin via TFTP (I've did this before and it worked fine).
After image upload, it takes some time. Then I get 3 ping replies back (that must be the CPE in a boot_wait phase), then after 16 seconds another 2 replies (that must be the kernel response). And then everything goes silent. See trace below.
How can I proceed with this? Unfortunately, I don't have serial cable connectors on my device :(
I've tried to build latest svn, but it does not even boot (i.e. there are no ping replies besides first 3 from boot_wait phase).
sent DATA <block=4105, 32 bytes>
received ACK <block=4105>
Sent 2101280 bytes in 18.5 seconds
tftp> quit
thomson@dexter:~/devel/openwrt/kamikaze-snapshot-0822$ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=5.15 ms
64 bytes from 192.168.1.1: icmp_seq=10 ttl=64 time=0.616 ms
64 bytes from 192.168.1.1: icmp_seq=11 ttl=64 time=0.614 ms
64 bytes from 192.168.1.1: icmp_seq=27 ttl=64 time=2.07 ms
64 bytes from 192.168.1.1: icmp_seq=28 ttl=64 time=0.813 ms
^C
--- 192.168.1.1 ping statistics ---
50 packets transmitted, 5 received, 90% packet loss, time 49026ms
rtt min/avg/max/mdev = 0.614/1.853/5.153/1.737 ms