Difference between revisions of "Mesh/OpenWRT"

208 bytes added ,  02:02, 17 May 2013
Line 19: Line 19:
== TFTP method ==
== TFTP method ==


This requires that the router has a TFTP server enabled. Type these commands with the router powered off, then power on the router and it should work.
This requires that the router has a TFTP server enabled. Type these commands with the router powered off, then power on the router and it should work. For some routers (like the Asus RT-N10+) you have to hold down the reset button while you plug in the power, and keep it held in for a few seconds after.


  tftp 192.168.1.1
  tftp 192.168.1.1
Line 27: Line 27:
  trace
  trace
  tftp> put firmwarefile.bin
  tftp> put firmwarefile.bin
If it doesn't work, try omitting the "rexmt 1" line.


== Curl method ==
== Curl method ==