The device's bootloader (U-Boot) is alive and accepts files via TFTP in recovery mode. However, there is a strict size limit of ~4.6-4.7 MB for the transferred file. While I can successfully transfer a ~4.8 MB initramfs-kernel.bin file after network optimization, the device immediately reboots after any successful transfer, whether it's a firmware kernel or a U-Boot script. The standard recovery procedure is non-functional.
Detailed Timeline & Evidence
Initial State: Device was bricked while trying to revert from OpenWrt to the stock TP-Link firmware.
TFTP Recovery Mode is Active: The device correctly requests the file EAP245v3_up.bin from 192.168.1.1. This confirms the recovery mode logic in U-Boot is running.
Discovered Hard Size Limit: Files larger than ~4.7 MB (stock TP-Link firmware at 7.3MB, OpenWrt factory images) never finish transferring. The transfer consistently times out at ~60% completion.
Breakthrough on Transfer: By disabling all competing network interfaces (Wi-Fi) on the TFTP server PC and using optimized settings (Block Size = 1428), I achieved a 100% complete transfer of an initramfs-kernel.bin file (~4.8 MB). The TFTP log confirms: sent 9665 blks, 4948112 bytes in 4 s. 0 blk resent.
Core Problem - Instant Reboot: Despite the successful transfer, the device reboots instantly after the TFTP session ends. It does not attempt to boot the kernel. The same immediate reboot occurs when transferring a valid U-Boot script (boot.scr) โ the script is accepted and executes a reset command, proving script execution works, but it cannot chain-load another file.
HTTP Recovery Inaccessible: The web recovery interface at http://192.168.1.1 is unresponsive during this process.
File Analysis: The initramfs-kernel.bin file in question is a valid MIPS ELF kernel (confirmed by file and readelf). It contains the standard sections (.text, .symtab, .strtab).
Conclusion from Testing
The bootloader's TFTP client works but is fundamentally "broken" or stuck in a loop. It accepts data but lacks the subsequent logic to validate, decompress, or jump to the received image. The ~4.7 MB window is open, but "empty". The problem is not the transfer mechanics but the bootloader state.
Request for Community Assistance
I have exhausted all standard software recovery methods. I am seeking help in two specific areas:
A Known-Good "Golden" Initramfs Image: Does anyone have a verified, working initramfs-kernel.bin image for the EAP245 v3 that is under 4.7 MB? My current file might be corrupted or from an incompatible build. A working image from a stable release (e.g., OpenWrt 22.03.x) could be the "trojan horse" that finally boots.
Hardware Recovery via UART (Primary Need): Guidance is needed for the EAP245 v3 specifically:
UART Pinout: Location of TX, RX, GND, VCC on the main PCB.
Try to build your own image using the image builder. Choose latest 21.02 and strip unnecessary packages (wifi, luci). Goal is to have the lightest image. See if the initramfs file is light enough. That being said, to my idea, to file should already be stripped of all unnecessary packages, but it's worth trying.
"System error. The router cannot start up normally. Please upgrade your router. You can download the firmware file from www.tp-link.com" i try is, but it not effecting. All firmware upgrade. A little background. I actually installed the OEM version via the Luci web interface... That's when all this mess started. Do you have any other solutions? I think it could all be done via TFTP. But with my level of knowledge and understanding of systems, it's unlikely to work without your help.
Unless explicitly available, this behavior is biohazard !
I read that the OEM image has 1KB of signed data that Luci can't handle. Hence all the image is shifted in memory.
Factory images for these devices are RSA signed by TP-Link. While the
signature verification can be disabled, the factory image still needs to
have a (fake) 1024 bit signature added to pass file checks.
If you didn't use the tplink-safeloader tool from firmware-utils to convert the OEM image, you will have loaded an incompatible image. Those OEM files are more of a container with multiple partitions that need to be unpacked, while sysupgrade files are written to flash pretty much as-is.
You should be able to load and boot an initramfs with the u-boot console, from which you can flash a known-correct sysupgrade file again.
If you don't have working console access, TP-Link also lists these recovery methods:
You seem to have the TFPT-method working already, so I would suggest to follow the steps as laid out in TP-Link's guide.
R
e%โโ)e5Qโโโโ]โโYuโzโโโโOโโโหRโโzโโโvGy=MโโัzโโI,6ZโjโโZโMโโโTโ]โโ*โm#DโโโโVโMโโFโQโQiโk-โโjโSโlโkโ]โโโโโ5โโcSโWC+โ7โ
//connected via serial