> Does anyone know what the max size an image can be for a WRT54-GL?

should be 4Mb

try this

on your PC set manually 192.168.1.2

connect your PC to a switch, and also the WRT54GL to the same switch

WRT54GL----Switch-----Your_PC

keep a ping to 192.168.1.1 and then power cycle the device.

you should see a couple of ping successfull after the power cycle,
that's the tftp server working and then you can use that to reflash

you need the switch in the middle because otherwise the network card
of your computer will not get up ontime.

you can now reflash like this:

Computer$ tftp 192.168.1.1
tftp> binary
tftp> rexmt 1
tftp> timeout 60
tftp> trace
tftp> put youropenwrtimage.bin

(now power cycle the device)

you get this output:

 sent WRQ <file=o.bin, mode=octet>
 received ACK <block=0>
 sent DATA <block=1, 512 bytes>
 received ACK <block=1>
 sent DATA <block=2, 512 bytes>
 received ACK <block=2>

good luck

Saverio
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to