NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
spopiela
Jul 06, 2019Guide
Latest R7000 firmware update breaks router . Unable to do a reset
Did latest update this morning. Router did not complete update. I can’t do a reset . Appears to be bricked. Is there a way to get back to initial factory firmware?
michaelkenward
Jul 08, 2019Guru
spopiela wrote:
I only found the issue solution because the tftp2.exe routine that i also tried was showing the file location that it was going to for the file. Under CMD you see very little.
This was explained earlier. (See above.)
There is an easy way to see if the firmware is available to TFTP. No need for an IT person.
At the CMD prompt, type DIR.
You will then see a list of what is in the active directory. If the firmware isn't there, it won't work without a bit of trickery.
It is useful, but not essential, to have the firmware in the working directory. You can include the directory in the tftp command.
If you are in CMD, just type tftp and it will show the commands that you can use and the possible modifiers.
So you can use something like:
tftp -i 192.168.1.1 put "E:\Downloads\Software\Netgear\[firmwarename]"
You may not need the quotes. They are only there to deal with any possible spaces in the path to the file.
antinode
Jul 09, 2019Guru
> https://community.netgear.com/t5/x/x/m-p/1714564
Note that the user in that (now closed) thread seemed to be trying to
send his firmware image file to his own computer (192.168.1.2) instead
of to his router (192.168.1.1), which would be enough to explain those
error messages:
> [...] tftp -i 192.168.1.2 put R8500-V1.0.2.130_1.0.99.chk
> Timeout occurred
> Connect request failed