vladizlat wrote:Or: Use DDWRT, to flash Ubootmod. From web 192.168.1.1 set password and in Services check SSHd and SSH TCP Forwarding. Run telnet 192.168.1.1 and do uboot backup with the command:
cat /dev/mtd0 > /tmp/uboot_backup.bin
Then download uboot_backup.bin from the /tmp directory with WinSCP using SCP protocol. Uboot_backup.bin file is 128KB and open it with HEX editor (TinyHexer) and the part from 0x00 to 0x010000 replace with the contents (64KB) of ubootmod for wr740n v4. Save the file as ubootmod.bin. Upload ubootmod.bin with WinSCP to /tmp and flash it with telnet or Putty SSH:
mtd -r write /tmp/ubootmod.bin RedBoot
Sorry for stupid question, but why should i use dd-wrt if openwrt have mtd command too? Thanks.
This guy here http://code.google.com/p/wr703n-uboot-w … -failsafe/
says to use cat uboot_0x20000.bin >/dev/mtdblock0
So? Is uboot locked or not?