I'm really stuck with OpenWRT on my new Linksys WRT54GL. I installed OpenWRT Kamikaze via the web interface of the original Linksys firmware. Now I want to try other firmwares like DD-WRT, Freifunk or Tomato, but it seems impossible to me. If I try to install via the Web interface I always get:
Upgrading firmware, please wait ...
Bad trx header
This is not the correct file format; refusing to flash.
Please specify the correct file or use -f to force.
Image check failed.
done.
That's not so cool, cause every firmware I found including the original Linksys firmware is only distributed in .bin format.
The tftp method isn't working at all for me, I always get:
$ tftp 192.168.1.1
tftp> binary
tftp> trace
Packet tracing on.
tftp> put WRT54GL_v4.30.11_012_ETSI_EN_code.bin
sent WRQ <file=Desktop/WRT54GL_v4.30.11_012_ETSI_EN_code.bin, mode=octet>
sent WRQ <file=Desktop/WRT54GL_v4.30.11_012_ETSI_EN_code.bin, mode=octet>
sent WRQ <file=Desktop/WRT54GL_v4.30.11_012_ETSI_EN_code.bin, mode=octet>
sent WRQ <file=Desktop/WRT54GL_v4.30.11_012_ETSI_EN_code.bin, mode=octet>
sent WRQ <file=Desktop/WRT54GL_v4.30.11_012_ETSI_EN_code.bin, mode=octet>
Transfer timed out.
I really searched the OpenWRT wiki and forums a lot without success. I would appreciate any help very much.