Firmware upgrade via command line: Difference between revisions
m
no edit summary
PauliusRug (talk | contribs) No edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
*You will need a firmware file. You can download firmwares from our wiki, from one of the following links: | *You will need a firmware file. You can download firmwares from our wiki, from one of the following links: | ||
**[ | * [https://wiki.teltonika-networks.com/view/RUT200_Firmware_Downloads For RUT200] | ||
* | * [https://wiki.teltonika-networks.com/view/RUT241_Firmware_Downloads For RUT241] | ||
* [https://wiki.teltonika-networks.com/view/RUT956_Firmware_Downloads For RUT956] | |||
* | * [https://wiki.teltonika-networks.com/view/RUTX11_Firmware_Downloads For RUTX11] | ||
* | * [https://wiki.teltonika-networks.com/view/RUTX12_Firmware_Downloads For RUTX12] | ||
* [https://wiki.teltonika-networks.com/view/RUTX50_Firmware_Downloads For RUTX50] | |||
*You will need access to the router via some form of command line. Access to command line interfaces (CLIs) supported by RUTxxx routers are described in this article: | *You will need access to the router via some form of command line. Access to command line interfaces (CLIs) supported by RUTxxx routers are described in this article: | ||
Line 54: | Line 55: | ||
<li> | <li> | ||
'''Using wget on CLI''' <br> | '''Using wget on CLI''' <br> | ||
Use the '''wget''' command to download the firmware file directly into the tmp directory of your router with the CLI. Open RMS and login to the CLI interface, or open | Use the '''wget''' command to download the firmware file directly into the tmp directory of your router with the CLI. Open RMS and login to the CLI interface, or open an SSH session to get access to your router's CLI. And enter the following commands, in this case, we are using RUTX11 device: | ||
<pre> | <pre> | ||
cd /tmp/ | cd /tmp/ | ||
wget -c https:// | wget -c https://firmware.teltonika-networks.com/7.8/RUTX/RUTX_R_00.07.08_WEBUI.bin | ||
sysupgrade | sysupgrade RUTX_R_00.07.08_WEBUI.bin | ||
</pre> | </pre> | ||
Where: | Where: | ||
<ul> | <ul> | ||
<li> | <li> | ||
'''https:// | '''https://firmware.teltonika-networks.com/7.8/RUTX/RUTX_R_00.07.08_WEBUI.bin''' is the firmware file's download link, can be found on this wiki. | ||
</li> | </li> | ||
</ul> | </ul> | ||
Line 74: | Line 75: | ||
To upgrade the firmware, login to the router and execute the following command: | To upgrade the firmware, login to the router and execute the following command: | ||
sysupgrade /tmp/ | sysupgrade /tmp/RUTX_R_00.07.08_WEBUI.bin | ||
*'''sysupgrade''' is the command used to upgrade the router's firmware. | *'''sysupgrade''' is the command used to upgrade the router's firmware. | ||
*''' | *'''RUTX_R_00.07.08_WEBUI.bin''' is the firmware file's name. Replace the firmware file's name that you are using. If you uploaded the firmware via WebUI, the name will automatically be changed to '''firmware.img''' regardless of what firmware version you use. | ||
==See also== | ==See also== | ||
*Other guides concerning system upgrades: | *Other guides concerning system upgrades: | ||
**[ | **[https://wiki.teltonika-networks.com/view/RUT2xx_Firmware_via_The_Bootloader_Menu RUT2xx Firmware via The Bootloader Menu] | ||
**[https://wiki.teltonika-networks.com/view/RUT9xx_Firmware_via_The_Bootloader_Menu RUT9xx Firmware via The Bootloader Menu] | |||
**[ | **[https://wiki.teltonika-networks.com/view/RUTXxx_Firmware_via_The_Bootloader_Menu RUTXxx Firmware via The Bootloader Menu] | ||
**[ | |||
==External links== | ==External links== |