Fastboot for TRB1XX

From Teltonika Networks Wiki
Revision as of 14:52, 11 August 2024 by MahmoudB (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

Fastboot is a powerful protocol allowing 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 using Fastboot, specifically designed for the TRB1XX series.

Upgrade

Firmware upgrade process via Fastboot requires only a few simple steps:

  1. Download the necessary files for TRB1_R_00.07.05.3: kernel.img and rootfs.ubi. These files must 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. 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).
  6. Then use this command: fastboot devices 4444.png.
  7. Flash the rootfs and kernel images by executing the following commands:
fastboot erase boot_a && fastboot erase boot_b && fastboot erase rootfs_a && fastboot erase rootfs_b && fastboot flash boot_a kernel.img && fastboot flash boot_b kernel.img && fastboot flash rootfs_a rootfs.ubi && fastboot flash rootfs_b rootfs.ubi  

6666.png

  • After executing both commands, disconnect and reconnect the power to the TRB. The device should boot up normally, running firmware version TRB1_R_00.07.05.3.
  • You can install the latest firmware version on the TRB through the WebUI. The latest firmware can be downloaded from here.