TL-WR740N/TL-WR741N V4/V5 eu full dump

no is v4 but is not any problem I'll keep it on this :wink: :slight_smile:

Why are you sure that this is from V4? Probably V5 use the same binary with only set the version code to v5...

1 Like

i want to try to flash firmware from v5 with tftp autoboot protocol from reset button tftpd64 says: wr740v4_tp_recovery.bin not v5 so this u-boot is from v4 version, not work to upgrade with tftp protocol! :smile:

There are other devices that behaves the same way for tftp update... So this would be no confirmation...

1 Like

the firmware version 5 can not load through tftp what's u-boot this problem, someone gave me a copy of the u-boot from the router version 4 went to mine but the same i can not load firmware version 5 so u-boot is part of v4 when i try to load the firmware through tftp the router is restarting and does not upgrade i will try to create a u-boot copy for the router

This is because the bl checks if the new fw hwid from tftp is matching your hwid of current fw on flash and you flash is corrupted... So this would also not match if you have a bl that searches over tftp for v5 fw....
Why not write the fw as you wrote the bl to the flash?
You will see if you have the v5 fw in flash you could also flash a new v5 fw with tftp.

Here is a thread that describes the same problem...

1 Like

This is the relevant part of the serial output of the bl on a not working tftp recovery...
The original id's are read from flash after the bootloader partition, this is corrupted on your flash and therefore here is no match...

Bytes transferred = 16384512 (fa0200 hex) 
  original_product_id = ffffffff 
  original_product_ver = ffffffff 
  recovery_product_id = c7000002 
  recovery_product_ver = 01 
auto update firmware: product id verify fail!

For your device the id would be 07400005 and not as here in the log for archer c7v2

If you had used the u-boot_mod you would never had this problem and lost a lot of time... :zipper_mouth_face:

1 Like

you can take off your flash from main router then flash it by ch341 whole Firmware i sended to you. it had 4096 KB.
I have just send you u-boot for tlwr740v5. It has 128kb with your MAC PIN.

1 Like

You can use mod uboot by pepe2k then return to your uboot later.

1 Like

good all you can tell me how can i create u-boot v5 for this router model what programs do i need and what commands do i need to do?
using ubuntu 17.01

Try use failsafe to flash your firmware

1 Like

i tried to flash this the u-boot is ok but tftp not working!

Read my posts above!

Create a image with the provided bl from @dktn , append the fw image of his link with cat u-boot.bin >> fw_v5.bin and flash bl with fw.

1 Like

For tfftp you must set pc with 192.168.1.66/255.255.255.0 while press reset button

1 Like

I apologize if I am a beginner that you wanted to say about the dd command where it should be entered?

I will try it right now!
it did not work exactly as you said, the lights are on all

Please be more precise.
What have you done? What images have you used ?

1 Like

OK :slight_smile:
I said so:
I used that file that gave me @dktm that 4mb flash with the ch341a programmer, of course that was for the router version 4 and then I upgrade from lede to pulpstone firmware to have the u-boot partition in RW reading and writing) after that I wrote u-boot of 128kbV5 that gave me @dktm, it did not work tftp!

:roll_eyes:

Try it this way:

  • Start a linux machine
  • copy u-boot v5 to a folder on linux machine
  • dl fw TL-WR740N-V5 also to this folder
  • append exteracted fw image to u-boot image with cat fw_v5.bin >> u-boot.bin
  • flash this combinied image (u-boot, v5 fw) with ch341a programmer to flash

One note: I hope you have not destroyed the last 64kb with art partition (wifi calibration data) of your spi flash

1 Like

nope, art partition is ok :wink: