Hi,
I'm having troubles to restore kamikaze image on my linksys wrt54gl. I've followed procedure for backup/restore firmware, but it seems kamikaze has some new trick, which I should applied. What I'm trying to do is to copy finished configuration from one router to the new one, which should be straight forward, and I've done it in the past (partially) with whiterussian version
I've done:
---------
cd /tmp
mount -o remount,ro /dev/mtdblock/4 /jffs
dd if=/dev/mtdblock/4 > /tmp/wrt-linux.trx
mount -o remount,rw /dev/mtdblock/4 /jffs
=> then copied image to laptop and try to flash router, but no luck,
=> tried to copy image to new router to /tmp and did
mount -o remount,ro /dev/mtdblock/4 /jffs
mtd -r write /tmp/wrt-linux.trx linux
but get following reply:
===========
Bad trx header
If this is a firmware in bin format, like some of the
original firmware files are, you need to convert it to trx.
Image check failed.
==================
=>image size is:
-rw-r--r-- 1 root root 2162688 Jan 1 07:34 wrt-linux.trx
=> df on old router shows
Filesystem 1k-blocks Used Available Use% Mounted on
none 7156 2504 4652 35% /tmp
/dev/mtdblock/4 2112 1936 176 92% /jffs
/jffs 1152 1152 0 100% /
(it should have enough space if it fits on one router)
=>probably need to convert image to trx format??? but how
=>I didn't backup nvram, as Kamikazi uses uci, so I doubt it would make sense
any help, would be greatly appreciated
Noerr