Request to the forum...
Can someone please dump the mtd2.bin (bootloader) from a 7270-V2 (NOT V1 or V3)?
I guess it has to be a bin dump directly from a live box, as the "bootloader.image" i extracted from a V2 recovery.exe can not be directly flashed.
Dumping the bootloader is fairly easy:
-------------------------------
Download a Tftp server, a free one here: http://sourceforge.net/projects/tftputil/
Setup is a matter of seconds. After setup, open "TFTPUtil GUI.exe" and choose a path for received files (in options, first choice) in a folder where windows will not block.
Leave it waiting...
-------------------------------
Enable telnet on fritzbox. Pickup your phone and dial:
#96*7*
-------------------------------
Open a command prompt window on your PC and input:
telnet 192.168.178.1
(i guess fritzbox IP is default)
Type your web-ui password when asked.
-------------------------------
On telnet prompt, input:
cd /var
cat /dev/mtdblock2 > /var/mtd2.bin
tftp -p -l /var/mtd2.bin -r mtd2.bin 192.168.178.xxx
(xxx is the IP of your PC)
-------------------------------
After that, inside the "Path" you setup in Tftp server, you will find mtd2.bin (64kb).
If anyone also has a clear jtag pinout of the 7270 it will be a big help. I can not seem to find anything "clear" on this forum, or the net.
Thank you, Asxetos...
Can someone please dump the mtd2.bin (bootloader) from a 7270-V2 (NOT V1 or V3)?
I guess it has to be a bin dump directly from a live box, as the "bootloader.image" i extracted from a V2 recovery.exe can not be directly flashed.
Dumping the bootloader is fairly easy:
-------------------------------
Download a Tftp server, a free one here: http://sourceforge.net/projects/tftputil/
Setup is a matter of seconds. After setup, open "TFTPUtil GUI.exe" and choose a path for received files (in options, first choice) in a folder where windows will not block.
Leave it waiting...
-------------------------------
Enable telnet on fritzbox. Pickup your phone and dial:
#96*7*
-------------------------------
Open a command prompt window on your PC and input:
telnet 192.168.178.1
(i guess fritzbox IP is default)
Type your web-ui password when asked.
-------------------------------
On telnet prompt, input:
cd /var
cat /dev/mtdblock2 > /var/mtd2.bin
tftp -p -l /var/mtd2.bin -r mtd2.bin 192.168.178.xxx
(xxx is the IP of your PC)
-------------------------------
After that, inside the "Path" you setup in Tftp server, you will find mtd2.bin (64kb).
If anyone also has a clear jtag pinout of the 7270 it will be a big help. I can not seem to find anything "clear" on this forum, or the net.
Thank you, Asxetos...