Netgear Nighthawk R6700v2 possibly bricked?

Post new topic   Reply to topic    DD-WRT Forum Index -> Ralink SoC based Hardware
Author Message
malcalevak
DD-WRT Novice


Joined: 08 Feb 2025
Posts: 6

PostPosted: Sat Feb 08, 2025 23:25    Post subject: Netgear Nighthawk R6700v2 possibly bricked? Reply with quote
Hello,

I decided to flash DD-WRT onto my R6700v2, after discovering it was supported. I did a regular reset of the router, flashed to factory-to-ddwrt.img from Downloads › betas › 2025 › 02-02-2025-r59468 › netgear-r6700v2

I then waited several minutes, and the router started lighting up most of the lights with both the red/orange and white LEDs, which I'd never seen before, it would cycle through all the ports, and the power light would stay the red/orange. It subsequently seems to cycle off and back on to repeat the process.

I fear I may have bricked it, though I hope I haven't. I did try the 30-30-30 reset with no luck. I guess I could give that a go, but I was hoping someone might be able to share some advice.

This is not my first run with DD-WRT, though it is the first with this particular router, and it has been several years.

Any help would be very much appreciated!
Sponsor
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 16050
Location: Texas, USA

PostPosted: Sat Feb 08, 2025 23:42    Post subject: Reply with quote
Moved to Ralink forum because Ralink = MediaTek and Netgear R6700v2 is a MediaTek Device.

Current release is a bad build, as noted going back a few builds. 59045 may flash, or not. No feedback, no reports in build threads to go by, and lack of reporting by the community leaves us guessing.

https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2025/01-08-2025-r59045/netgear-r6700v2/

You should be able to use nmrpflash to recover with stock firmware of factory-to-ddwrt.img.

https://github.com/jclehner/nmrpflash

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
malcalevak
DD-WRT Novice


Joined: 08 Feb 2025
Posts: 6

PostPosted: Sat Feb 08, 2025 23:51    Post subject: Reply with quote
Thank you for that suggestion, and the information about the build (and also moving it to the correct forum, I had no idea Ralink=Mediatek).

I'll give nmrpflash a shot once I've got a moment 🤞
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 424

PostPosted: Sun Feb 09, 2025 13:16    Post subject: Reply with quote
I can tell you how to unbrick it.

You will need to download the open source flashing program called.
nmrpflash.exe and install winpcap since it needs that installed.

https://github.com/jclehner/nmrpflash

http://www.winpcap.org/install/default.htm


Go get the factory firmware for this model.

Put the file and program nmrpflash in the same directory. Rename the firmware file to something simple like d.chk

Set the computer's IP address to 192.168.1.10 subnet will fill itself automatically with 255.255.255.0

Then gateway as 192.168.1.1


I would put the flash program and its firmware in a folder in root of the drive. Like C:\netgear

Open a command prompt with administrator access.

type in cd C:\netgear
You should now be in the folder where the flash program is and firmware file.

Type in nmrpflash -L you need to know the network adapter's name mine for example was net14


nmrpflash -i "name of ethernet port here" -f d.img

mine for example would be nmrpflash -i net14 -f d.img

Press enter. Then power on the bricked device. It will start the flashing process once the link comes up. Wait until it says to reboot the router when done.

Much more easier than using the USB serial to pause the boot process and invoking the flash routines.


Here is a tip if you want to try different versions of dd-wrt to see which one works use the factory to DD-wrt files with this program it will accept it.

https://www.youtube.com/watch?v=sOKfKxQzi1w
malcalevak
DD-WRT Novice


Joined: 08 Feb 2025
Posts: 6

PostPosted: Sun Feb 09, 2025 20:47    Post subject: Reply with quote
I appreciate the info, but kernel-panic69 already mentioned nmrpflash - good news, though, it worked, and I've subsequently gotten build 59045 installed.

If I'm reading what you've said correctly, you're suggesting using nmrpflash to install ddwrt to see if it works? I actually tried that, but I kept getting hit with a TFTP block rollover. From my limited research, it looks like this is due to my device likely have a size limit on TFTP files. The built in flashing method works, thankfully.

I will say that I'm not entirely sure what the most recent version I could flash actually is (I might experiment a bit more). I feel like I'd tried flashing 59045 from the Netgear firmware, only to have it soft-brick, but upgrading from an earlier build worked. It's also possible I made some other mistake, or am misremembering what I'm doing. I'll try and document what I'm able to find out. Thankfully, I've got 2 Ethernet ports, so while I get this sorted, I can still use the internet on this PC.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 16050
Location: Texas, USA

PostPosted: Sun Feb 09, 2025 22:11    Post subject: Reply with quote
It would be great to have serial console output of flashing today's build via webUI upgrade:

https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2025/02-09-2025-r59582/netgear-r6700v2/

This way, if there is something amiss, the developer can figure it out. I am not sure if the Netgear MediaTek devices have the same issue with firmware image size or not. At least you have a means to recover now.

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
malcalevak
DD-WRT Novice


Joined: 08 Feb 2025
Posts: 6

PostPosted: Sun Feb 09, 2025 22:31    Post subject: Reply with quote
Can you point me to how I might capture that output? I'd be more than happy to provide it, currently I'm still going through trying to confirm r59045 is the last functional build.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 16050
Location: Texas, USA

PostPosted: Sun Feb 09, 2025 23:58    Post subject: Reply with quote
You have to open up the router, locate the serial UART header, figure out the pinout of the header, connect a USB-TTL-serial adapter to your PC and install / configure PuTTY or similar program to read data from the USB-TTL-serial adapter.

https://openwrt.org/toh/netgear/r6700_v2#opening_the_case

https://www.adafruit.com/product/954

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

https://the.earth.li/~sgtatham/putty/0.83/htmldoc/

The 'logging' configuration should be set to printable output and then you select where you want to save the log file and set the log file name (.txt).

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
malcalevak
DD-WRT Novice


Joined: 08 Feb 2025
Posts: 6

PostPosted: Mon Feb 10, 2025 1:48    Post subject: Reply with quote
Oh, damn, in that case, maybe I'm not up for providing it lol

I've encountered a rather bizarre issue in my testing thus far, though. I managed to get up to r59093, but then, after setting up a username and password, when I went to the administration page, it would ask me for a new username and password, one that didn't match what I'd set, or anything I'd set prior. Subsequently, even if I flashed to stock firmware, and switched to a previously functioning version of ddwrt, this password prompt wouldn't go away. The only way I got it to go away was to hard reset the router. Unfortunately, doing this with 30-30-30 seems to be sporadically effective... I got it to work once, but since then it's been annoying.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 16050
Location: Texas, USA

PostPosted: Mon Feb 10, 2025 2:02    Post subject: Reply with quote
Sounds like a password manager is involved and/or you enabled info site password protection. It's usually more hassle-free to use a portable browser in private / incognito mode without any extensions loaded.

malcalevak wrote:
Oh, damn, in that case, maybe I'm not up for providing it lol

Why am I not surprised. Rolling Eyes

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
malcalevak
DD-WRT Novice


Joined: 08 Feb 2025
Posts: 6

PostPosted: Mon Feb 10, 2025 2:38    Post subject: Reply with quote
If I had the money to spare for another router if things went south, I would give it a shot, but funds are tight, otherwise I'd be on a newer router!

I think you were right about the password manager, once I'd gotten it reset again, and set up the new password manually, everything was fine.

I can confirm I can flash up to r59093, but anything beyond that seems to brick.

If there's anymore data I could provide that doesn't involve taking the router apart, let me know.

Now to see if I can get it configured the way I want.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 16050
Location: Texas, USA

PostPosted: Mon Feb 10, 2025 4:12    Post subject: Reply with quote
The only thing to keep in mind about hooking up serial is taping off the red Vcc lead and *never* connecting it to the router, but I understand. I might have to find my MediaTek guinea pig and put it on the test bench, so to speak, since nobody else cares to.
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Ralink SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum