Changes

no edit summary
Line 1: Line 1:  
==Introduction==
 
==Introduction==
Fastboot is a powerful protocol that allows for low-level management and modification of a router’s firmware and critical partitions. Fastboot mode provides direct access to the router’s storage, enabling advanced tasks such as flashing firmware, replacing the bootloader, and performing other critical updates. This article provides a guide on how to use Fastboot, specifically designed for the TRB1XX series.
+
'''Fastboot''' is a powerful protocol that allows for low-level management and modification of a router’s firmware and critical partitions. Fastboot mode provides direct access to the router’s storage, enabling advanced tasks such as flashing firmware, replacing the bootloader, and performing other critical updates. This article provides a guide on how to use Fastboot, specifically designed for the TRB1XX series.
    
==Upgrade==
 
==Upgrade==
Line 6: Line 6:  
Firmware upgrade process via Fastboot requires only few simple steps:<br />
 
Firmware upgrade process via Fastboot requires only few simple steps:<br />
   −
#Download the appropriate 2 files for TRB1_R_00.07.05.3: kernel ('''kernel.img''') and rootfs ('''rootfs.ubi''') These files need to be extracted according to the device's product code. Download link: https://kaunas.teltonika.lt:444/d/376f07e6f2b5495ebc4b/
+
#Download the appropriate 2 files for TRB1_R_00.07.05.3: kernel (kernel.img) and rootfs (rootfs.ubi) These files need to be extracted according to the device's product code. can be downloaded from here: [https://kaunas.teltonika.lt:444/d/376f07e6f2b5495ebc4b/ kernel.img and rootfs -rootfs.ubi]
 +
#Download and Install [https://kaunas.teltonika.lt:444/f/a9ffe2e9d98446f2aaf3/?dl=1 ADB software]
 +
[[File:11111.png|border|class=tlt-border]]
 +
 
   −
#Download "ADB software" and "rootfs.ubi" file from here: https://kaunas.teltonika.lt:444/f/a9ffe2e9d98446f2aaf3/?dl=1
   
#Connect TRB14X via USB cable to your computer.
 
#Connect TRB14X via USB cable to your computer.
 
#Press and hold reset button, at the same time plug the power cable and keep holding reset button for about 5 seconds (mobile signal LED's should start blinking).
 
#Press and hold reset button, at the same time plug the power cable and keep holding reset button for about 5 seconds (mobile signal LED's should start blinking).
 
#Place rootfs.ubi file in any easily accessible directory (e.g. in "C:\Test").
 
#Place rootfs.ubi file in any easily accessible directory (e.g. in "C:\Test").
 
#Open CMD ("Command Prompt" window) with administrator rights.
 
#Open CMD ("Command Prompt" window) with administrator rights.
#Use cd command to navigate to the place where you saved the rootfs.ubi file (Example: cd C:\Test).
+
#Use cd command to navigate to the place where you saved the rootfs.ubi file (Example: '''cd C:\Test''').
 
#Then use this command: '''fastboot devices'''.
 
#Then use this command: '''fastboot devices'''.
*if a device is not listed, use the following guide for troubleshooting:  
+
 
https://kaunas.teltonika.lt:444/d/40841368fece4a64a13e/
+
if a device is not listed, use the following guide for troubleshooting: https://kaunas.teltonika.lt:444/d/40841368fece4a64a13e
 +
 
 
#When it completes, use this command: fastboot flash rootfs_b build rootfs.ubi.
 
#When it completes, use this command: fastboot flash rootfs_b build rootfs.ubi.
 
#When both commands are executed and finished running, unplug power from TRB and plug it again. It should boot up as normal.
 
#When both commands are executed and finished running, unplug power from TRB and plug it again. It should boot up as normal.
Line 24: Line 27:     
See the details below for more information on each of these steps.
 
See the details below for more information on each of these steps.
 +
</big>