Rafał Miłecki
2013-09-09 10:30:13 UTC
I've installed firmware with broken network. It's useless, so I need
to install another firmware using CFE.
sudo /sbin/ifconfig eth0 192.168.1.2
tftp 192.168.1.1 -m binary -c put E900_v1.0.04.001_US_20120816.bin
It almost work... but with some error at the end :(
flash. Secondly it failed to run it from the memory.
Any ideas?
I'm uploading manufacturer's firmware. It's 7123968B. I've also tried
uploading my own much smaller firmware which is only 5161984B but it
failed in the same way.
Unfortunately this Linksys compiled&installed CFE without web server
or "tftpd" command, so I cant's use any of that 2 alternative methods.
to install another firmware using CFE.
Waiting for 3 seconds to upgrade ...
CMD: [load -raw -addr=0x807ae1b0 -max=0x1851e50 :]
Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)
Loading: _tftpd_open(): retries=0/3
_tftpd_open(): retries=1/3
_tftpd_open(): retries=2/3
So I simply decided to power my E900 on and start:CMD: [load -raw -addr=0x807ae1b0 -max=0x1851e50 :]
Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)
Loading: _tftpd_open(): retries=0/3
_tftpd_open(): retries=1/3
_tftpd_open(): retries=2/3
sudo /sbin/ifconfig eth0 192.168.1.2
tftp 192.168.1.1 -m binary -c put E900_v1.0.04.001_US_20120816.bin
It almost work... but with some error at the end :(
Waiting for 3 seconds to upgrade ...
CMD: [load -raw -addr=0x807ae1b0 -max=0x1851e50 :]
Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)
Loading: _tftpd_open(): retries=0/3
_tftpd_open(): retries=1/3
.... 7123968 bytes read
### Start=291907748 E=-285817888 Delta=-577725636 ###
Entry at 0x807ae1b0
CMD: [boot -raw -z -addr=0x80001000 -max=0x1851e50 -fs=memory :0x807ae1b0]
Loader:raw Filesys:memory Dev:eth0 File::0x807ae1b0 Options:(null)
Loading: PANIC: out of memory!
I'm a bit confused... First of all CFE didn't write my image to theCMD: [load -raw -addr=0x807ae1b0 -max=0x1851e50 :]
Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)
Loading: _tftpd_open(): retries=0/3
_tftpd_open(): retries=1/3
.... 7123968 bytes read
### Start=291907748 E=-285817888 Delta=-577725636 ###
Entry at 0x807ae1b0
CMD: [boot -raw -z -addr=0x80001000 -max=0x1851e50 -fs=memory :0x807ae1b0]
Loader:raw Filesys:memory Dev:eth0 File::0x807ae1b0 Options:(null)
Loading: PANIC: out of memory!
flash. Secondly it failed to run it from the memory.
Any ideas?
I'm uploading manufacturer's firmware. It's 7123968B. I've also tried
uploading my own much smaller firmware which is only 5161984B but it
failed in the same way.
Unfortunately this Linksys compiled&installed CFE without web server
or "tftpd" command, so I cant's use any of that 2 alternative methods.
--
Rafał
Rafał