What's new

Clear NVram command doesn't work

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

p71

Occasional Visitor
Code:
ASUSWRT RT-AC66U_3.0.0.4 Wed Oct  2 23:13:29 UTC 2013
joke71@RT-AC66U:/tmp/home/root# mtd -r erase nvram
-sh: mtd: not found

Can someone help me why the above command gives me error? I am connected to the router throug telnet.

Thanks!
 
Code:
ASUSWRT RT-AC66U_3.0.0.4 Wed Oct  2 23:13:29 UTC 2013
joke71@RT-AC66U:/tmp/home/root# mtd -r erase nvram
-sh: mtd: not found

Can someone help me why the above command gives me error? I am connected to the router throug telnet.

Thanks!

cuz its this command

mtd-erase -d nvram
 
What he said. Asuswrt doesn't use mtd-tools, but it's own mtd code to handle erasing and flashing, hence the totally different syntax.
 
cuz its this command

mtd-erase -d nvram

Any help, please:

Firmware:374.42_2 (Merlin build)

Code:
ASUSWRT-Merlin RT-AC68U_3.0.0.4 Thu May 15 04:35:50 UTC 2014
George@Asus-RT-AC68U:/tmp/home/root# mtd-erase -d nvram
-sh: mtd-erase: not found
George@Asus-RT-AC68U:/tmp/home/root# mtd -r erase nvram
-sh: mtd: not found
 
Any help, please:

Firmware:374.42_2 (Merlin build)

Code:
ASUSWRT-Merlin RT-AC68U_3.0.0.4 Thu May 15 04:35:50 UTC 2014
George@Asus-RT-AC68U:/tmp/home/root# mtd-erase -d nvram
-sh: mtd-erase: not found
George@Asus-RT-AC68U:/tmp/home/root# mtd -r erase nvram
-sh: mtd: not found

The syntax is different on ARM devices.

Code:
mtd-erase2 nvram
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top