Hi,
some months ago I installed with success OpenWrt on my Netgear DG834g v2, like explaned on this page http://wiki.openwrt.org/toh/netgear/dg834g
Now, I need to reinstall the original firmware !
That's the system actually installed:
root@OpenWrt:~# uname -a
Linux OpenWrt 2.6.32.10 #21 Tue Apr 6 14:55:04 CEST 2010 mips GNU/Linux
and that's the actual mtd layout on the router:
root@OpenWrt:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00010000 00002000 "loader"
mtd1: 00010000 00010000 "config"
mtd2: 003d0000 00010000 "linux"
mtd3: 002f0000 00010000 "rootfs"
mtd4: 00140000 00010000 "rootfs_data"
And those are the mtd's saved on my pc before to install openwrt (obtained with dd if=/dev/mtdblock/N of=/tmp/mtdN.bin ):
root@lordeb:/home/lorenzo/netgear# ls -al mtd*
-rw-r--r-- 1 lorenzo root 3211264 8 set 2002 mtd0.bin
-rw-r--r-- 1 lorenzo root 720896 8 set 2002 mtd1.bin
-rw-r--r-- 1 lorenzo root 131072 8 set 2002 mtd2.bin
-rw-r--r-- 1 lorenzo root 65536 8 set 2002 mtd3.bin
-rw-r--r-- 1 lorenzo root 65536 8 set 2002 mtd4.bin
How can I restore those mtd and get back the original system?
PS: I tried to enter via ADAM2 ftp server, but it seems to be not longer present !
Thanks in advance
Lorenzo