Changes

no edit summary
Line 4: Line 4:     
Upgrading the router's firmware via command line can be beneficial when:
 
Upgrading the router's firmware via command line can be beneficial when:
* Updating from versions older than RUT2XX_R_00.00.348 or RUT9XX_R_00.04.75 to newer versions in order to keep settings
+
 
* You've lost access to the router via HTTP or HTTPS
+
*Updating from versions older than RUT2XX_R_00.00.348 or RUT9XX_R_00.04.75 to newer versions in order to keep settings
* Upgrading firmware remotely
+
*You've lost access to the router via HTTP or HTTPS
 +
*Upgrading firmware remotely
    
==Prerequisites==
 
==Prerequisites==
   −
* 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]]
+
**[[RUT230 Firmware Downloads]]
** [[RUT240 Firmware Downloads]]
+
**[[RUT240 Firmware Downloads]]
** [[RUT850 Firmware Downloads]]
+
**[[RUT850 Firmware Downloads]]
** [[RUT950 Firmware Downloads]]
+
**[[RUT950 Firmware Downloads]]
** [[RUT955 Firmware Downloads]]
+
**[[RUT955 Firmware Downloads]]
   −
* 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:
** [[Command line interfaces]]
+
**[[Command line interfaces]]
    
==Uploading the firmware file to the router==
 
==Uploading the firmware file to the router==
Line 48: Line 49:  
<li>
 
<li>
 
'''/tmp/''' is the directory where the file will be copied to.
 
'''/tmp/''' is the directory where the file will be copied to.
 +
</li>
 +
</ul>
 +
</li>
 +
<li>
 +
'''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:
 +
<pre>
 +
cd /tmp/
 +
wget -c https://wiki.teltonika-networks.com/wikibase/images/3/35/RUT2XX_R_00.01.10_WEBUI.bin
 +
sysupgrade RUT2XX_R_00.01.10_WEBUI.bin
 +
</pre>
 +
Where:
 +
<ul>
 +
<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.
 
</li>
 
</li>
 
</ul>
 
</ul>
Line 60: Line 76:  
  sysupgrade /tmp/RUT9XX_R_00.05.00.5_WEBUI.bin
 
  sysupgrade /tmp/RUT9XX_R_00.05.00.5_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.
+
*'''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.
    
==See also==
 
==See also==
   −
* Other guides concerning system upgrades:
+
*Other guides concerning system upgrades:
** [[RUT2xx Bootloader Upgrade]]
+
**[[RUT2xx Bootloader Upgrade]]
** [[RUT2xx Firmware via The Bootloader Menu]]
+
**[[RUT2xx Firmware via The Bootloader Menu]]
** [[RUT9xx Bootloader Upgrade]]
+
**[[RUT9xx Bootloader Upgrade]]
** [[RUT9xx Firmware via The Bootloader Menu]]
+
**[[RUT9xx Firmware via The Bootloader Menu]]
    
==External links==
 
==External links==
   −
* https://winscp.net/eng/download.php - WinSCP download
+
*https://winscp.net/eng/download.php - WinSCP download
 +
[[Category:System upgrades]]

Navigation menu