Changes

m
no 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:
**[[RUT230 Firmware Downloads]]
+
* [https://wiki.teltonika-networks.com/view/RUT200_Firmware_Downloads For RUT200]
**[[RUT240 Firmware Downloads]]
+
* [https://wiki.teltonika-networks.com/view/RUT241_Firmware_Downloads For RUT241]
**[[RUT850 Firmware Downloads]]
+
* [https://wiki.teltonika-networks.com/view/RUT956_Firmware_Downloads For RUT956]
**[[RUT950 Firmware Downloads]]
+
* [https://wiki.teltonika-networks.com/view/RUTX11_Firmware_Downloads For RUTX11]
**[[RUT955 Firmware Downloads]]
+
* [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 a SSH sessie to get acces to your router's CLI. And enter the following commands:
+
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://wiki.teltonika-networks.com/wikibase/images/3/35/RUT2XX_R_00.01.10_WEBUI.bin
+
wget -c https://firmware.teltonika-networks.com/7.8/RUTX/RUTX_R_00.07.08_WEBUI.bin
sysupgrade RUT2XX_R_00.01.10_WEBUI.bin
+
sysupgrade RUTX_R_00.07.08_WEBUI.bin
 
</pre>
 
</pre>
 
Where:
 
Where:
 
<ul>
 
<ul>
 
<li>
 
<li>
'''https://wiki.teltonika-networks.com/wikibase/images/3/35/RUT2XX_R_00.01.10_WEBUI.bin''' is the firmware file's download link, can be found on this wiki.
+
'''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/RUT9XX_R_00.05.00.5_WEBUI.bin
+
  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.
*'''RUT9XX_R_00.05.00.5_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.
+
*'''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:
**[[RUT2xx Bootloader Upgrade]]
+
**[https://wiki.teltonika-networks.com/view/RUT2xx_Firmware_via_The_Bootloader_Menu 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]
**[[RUT9xx Bootloader Upgrade]]
+
**[https://wiki.teltonika-networks.com/view/RUTXxx_Firmware_via_The_Bootloader_Menu RUTXxx Firmware via The Bootloader Menu]
**[[RUT9xx Firmware via The Bootloader Menu]]
      
==External links==
 
==External links==