Fastboot for TRB1XX

Revision as of 16:47, 8 August 2024 by MahmoudB (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Upgrade

Firmware upgrade process via Fastboot requires only few simple steps:

  1. Download the necessary files for TRB1_R_00.07.05.3: kernel.img and rootfs.ubi. These files need to be extracted according to the device's product code. You can download them from the following link: kernel and rootfs.
  2. Download and Install ADB software.11111.png.
  3. Press and hold the reset button, then simultaneously plug in the power cable while continuing to hold the reset button for approximately 5 seconds (until the mobile signal LEDs start blinking).
  4. Connect TRB14XX via USB cable to your computer.
  5. Place the downloaded files in an easily accessible directory (e.g., "C:\Test").
  6. Open CMD with admin rights. Use the cd command to navigate to the directory where you saved the kernel.img and rootfs.ubi files (Example: cd C:\Test).


  1. Use cd command to navigate to the place where you saved the rootfs.ubi file (Example: cd C:\Test).
  2. 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
  1. When it completes, use this command: fastboot flash rootfs_b build rootfs.ubi.
  2. When both commands are executed and finished running, unplug power from TRB and plug it again. It should boot up as normal.
  3. Install intermediate firmware version, which can be downloaded from here: https://wiki.teltonika-networks.com/view/TRB140_Legacy_FW_Upgrade_Instructions.
  4. Install desired firmware version to TRB through WebUI. Latest firmware can be downloaded from here: https://wiki.teltonika-networks.com/view/FW_%26_SDK_Downloads.


See the details below for more information on each of these steps.