11
edits
Line 28: | Line 28: | ||
== Curl method == | == Curl method == | ||
You may use the command line tool 'curl' on Linux and Mac OS X systems to send files to your router. For instance, | |||
to flash the firmware of the Asus R10+ router, using 'curl' instead of tftp, you can issue the following command: | |||
$ curl -T openwrt-ramips-rt305x-rt-n10-plus-squashfs-sysupgrade.bin tftp://192.168.1.1 | |||
=== Notes for various routers === | === Notes for various routers === | ||
== Asus RT-N10+ == | == Asus RT-N10+ == | ||
This router has TFTP enabled out of the box. You _must_ set your computer's IP address on ethernet, | This router has TFTP enabled out of the box. You _must_ set your computer's IP address on ethernet, |
edits