2012/12/16 Ch'Gans <chg...@gna.org>:
> We have a bricked WRT54GS v2 here, and are trying to bring it back to
> life, with no success so far.
> Are there any CFE/images guru around?
> I've connected the router and the host computer together and setup a
> tftp server. from CFE i can load and flash a file.
>
> The problem is that none of my attempts succeed.
> I tried things like:
> flash -noheader 192.168.1.2:openwrt-wrt54gs-squashfs.bin flash0.os
>
> i tried combinations:
> - with or without -header
> - squashfs.bin vs .trx
> - flash0.os vs flash0.trx
> - flash0 vs flash1
>
> but none of them works.
> the best case gave ne a checksum error.
>
> Does anyone know the magic command do reflash the router via CFE and TFTP?

I can't help you with errors on using "flash" command, but maybe you can try:
1) Starting tftpd in CFE and uploading firmware from computer, like:
tftp 192.168.1.1 -m binary -c put openwrt-FOO.chk
2) Booting elf from network using tftp, like:
boot -elf -tftp 192.168.1.2:/builds/openwrt-FOO.elf

Assuming your CFE can do that... Mine can

-- 
Rafał
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to