Hi.
I bricked my router today, after a wrong flash (don´t know what happened).
Does anyone have the serial scheme and instructions for this router?
Thanks.
Juliano
Hi.
I bricked my router today, after a wrong flash (don´t know what happened).
Does anyone have the serial scheme and instructions for this router?
Thanks.
Juliano
Try TFTP recovery:
I also have same router TL-WR840N V4 and it got bricked and I followed instructions to recover and did the following,
You want to set the Mac address on the router having the stock firmware ? Try this: https://www.tp-link.com/us/support/faq/68/
I want to change the WiFi MAC Address of my router and there is no option in the configuration page to change the WLAN MAC Address
check the uboot-envtools package
and https://openwrt.org/docs/techref/bootloader/uboot.config
any simple solution? like writing MAC address in firmware bin file (editing via hex editor etc) then uploading to router via tftp
that is the simple solution, assuming it's actually set wrong (or unset) in the uboot environment.
Unfortunately, I am not that much familiar with the commands used in u-boot environment that's why asking for a simpler solution like editing bin file before uploading to router
trust me, editing a bin sure ain't easier than using a couple of commands on the cli prompt.
OK, I am going to try, by the way, thank you so much for your precious time. I hope I will always get help from experts like you.
Can you please guide me step by step (like downloading relevant tools/utilities, accessing u-boot and also download link as I am unable to find, by the way I am using Windows 10)
that's what's in
after spending hours and trying to understand what the article says, I uploaded latest tftp recovery.bin (openWrt of course) to my router, searched for updates (http://192.168.1.1/cgi-bin/luci/admin/system/opkg) and finally installed uboot-envtools and fwtool.
accesed router's root in putty and tried to run commands as article suggests, but unfortunately no "/etc/fw_env.config" found
error: can not parse config file /etc/fw_env.config
when I try to run
"opkg install uboot-envtools" command, it says its installed and up to date
when try to run
"vi /etc/fw_env.config" command, putty gets stuck on
root@OpenWrt:~# vi /etc/fw_env.config
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
it's an editor, you can wait forever for it to terminate
next time, press < esc > : q Enter(key)
https://www.cs.drexel.edu/~kschmidt/Ref/vi_reference.html
you need to populate the fw_env.config with the configuration matching your device.
Or
:q!
That's everything you need to know about vi or vim.
You made my day
root@OpenWrt:~# opkg install uboot-envtools
Package uboot-envtools (2018.03-3.1) installed in root is up to date.
root@OpenWrt:~# opkg install fwtool
Package fwtool (2) installed in root is up to date.
root@OpenWrt:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00020000 00010000 "boot"
mtd1: 007a0000 00010000 "firmware"
mtd2: 0017f777 00010000 "kernel"
mtd3: 00620888 00010000 "rootfs"
mtd4: 003d0000 00010000 "rootfs_data"
mtd5: 00010000 00010000 "config"
mtd6: 00030000 00010000 "factory"
root@OpenWrt:~#
**No "uboot"**
**No "uboot_env"**
**what should I do?**