Changes

no edit summary
Line 57: Line 57:     
When the update starts, your device will appear offline in RMS because it will be rebooting. The device may be unreachable for up to 1-2 minutes.
 
When the update starts, your device will appear offline in RMS because it will be rebooting. The device may be unreachable for up to 1-2 minutes.
 +
 +
===Firmware update through command line interface===
 +
 +
To update the firmware file, you first need to upload the firmware file to your networking device. You can do this using any application designed for this purpose. For example, if you are using a Windows computer, you can use WinSCP. You can download WinSCP from [https://winscp.net/eng/download.php here], launch it, select SCP as the File protocol and login to the networking device (the login process is basically the same as when using PuTTY). Then locate the tmp directory and drag the firmware file inside it (just like you copy/move any other file using Windows).
 +
 +
To upload it using the scp command on a Linux computer, follow these steps: Open a Terminal in the directory where the file is located (right-click any blank space in the directory and choose 'Open in Terminal'). Then, enter the following command:
 +
<pre>
 +
scp RUT9M_R_00.07.07.3_WEBUI.bin [email protected]:/tmp/
 +
</pre>
 +
Where:
 +
 +
RUT9M_R_00.07.07.3_WEBUI.bin is the firmware file's name. Replace it with your firmware's name.
 +
 +
192.168.1.1 is the router's IP address. Replace with your own router's IP.
 +
 +
/tmp/ is the directory where the file will be copied to.
 +
These methods do not require your networking device to have internet access; you only need to have the firmware file on your end-device. Once the firmware file is uploaded to your networking device, execute the following command:
 +
 +
<pre>
 +
sysupgrade /tmp/RUT9M_R_00.07.07.3_WEBUI.bin
 +
</pre>
 +
sysupgrade is the command used to upgrade the router's firmware.
 +
 +
RUT9M_R_00.07.07.3_WEBUI.bin is the firmware file's name. Replace the firmware file's name that you are using.
 +
 +
==References==
 +
[https://wiki.teltonika-networks.com/view/FW_%26_SDK_Downloads All available firmware versions, both latest and for mass production]
 +
 +
[https://wiki.teltonika-networks.com/view/RUT956_Firmware_Downloads Details of all available firmware versions and their respective changelogs for the specific device]
 +
 +
[https://winscp.net/eng/download.php WinSCP application download link]

Navigation menu