I have a wrt54gs v.2.0 with an instalation of openwrt from March - 2005 (BusyBox v1.00 (2005.02.02-09:17+0000) Built-in shell (ash).
Well
1) I ve backup the existing openwrt install, with the command:
dd if=/dev/mtdblock/1 of=/tmp/firmware.trx
2) "openwrt-brcm-2.4-squashfs.trx" .... wget this file into /tmp/ and run the following command to reflash
mtd -r write openwrt-brcm-2.4-squashfs.trx linux
error message:
no valid command given (propably I have old version of mtd)
3) Download http://downloads.openwrt.org/people/wbx/mtd.static file into /tmp/ and run the following command to reflash
./mtd.static -r write openwrt-brcm-2.4-squashfs.trx linux
Then starting unpacking linux .... something else I cant remember and finaly tell me that it can not delete mtd.
and then back again in root. no reboot ...nothing
manual reboot ... na change to firmware but the files /tmp/firmware.trx and openwrt-brcm-2.4-squashfs.trx had dissapeared
So is any other way to upgrade my openwrt?
Thanks in advance !