Firmware upgrade via command line: Difference between revisions
m
no edit summary
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
This article describes the process of updating an RUTxxx router's firmware via command line. It applies to [ | This article describes the process of updating an RUTxxx router's firmware via command line. It applies to all RUTXxx, RUT2xx, RUT9xx devices, like:[https://wiki.teltonika-networks.com/view/RUT200 RUT200], [https://wiki.teltonika-networks.com/view/RUT241 RUT241], [https://wiki.teltonika-networks.com/view/RUT901 RUT901], [https://wiki.teltonika-networks.com/view/RUT951 RUT951] and [https://wiki.teltonika-networks.com/view/RUTX11 RUTX11] routers. | ||
Upgrading the router's firmware via command line can be beneficial when: | Upgrading the router's firmware via command line can be beneficial when: | ||
Line 38: | Line 38: | ||
Use the '''scp''' command to copy the firmware file via SSH. Open up a Terminal in the directory where the file is located (right-click any blank space in the directory and select "Open in Terminal"). Then enter the following command: | Use the '''scp''' command to copy the firmware file via SSH. Open up a Terminal in the directory where the file is located (right-click any blank space in the directory and select "Open in Terminal"). Then enter the following command: | ||
<pre> | <pre> | ||
scp RUTX_R_00.07.08_WEBUI.bin [email protected]:/tmp/ | |||
</pre> | </pre> | ||
Where: | Where: | ||
<ul> | <ul> | ||
<li> | <li> | ||
''' | '''RUTX_R_00.07.08_WEBUI.bin''' is the firmware file's name. Replace it with your firmware's name. | ||
</li> | </li> | ||
<li> | <li> |