HooToo TripMate Titan

From TechInfoDepot
Jump to navigationJump to search
multiple revisions of this device, use caution
bgn (N300)
Wireless Portable Router
Homepage Product page
WikiDevi.wi-cat.ru HooToo TripMate Titan
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev HooToo TripMate Titan
Model Part Number HT-TM05
FCC ID none specified
Type travel router
CPU1 checkY MediaTek MT7620N
CPU1 Type MIPS 24KEc
CPU1 Speed 580 MHz
Flash1 Chip Brand? Model?
Flash1 Size 8 MiB 8,388,608 B <br />65,536 Kib <br />8,192 KiB <br />64 Mib <br />0.00781 GiB <br />
RAM1 Size 64 MiB 67,108,864 B <br />524,288 Kib <br />65,536 KiB <br />512 Mib <br />0.0625 GiB <br />
RAM1 Chip Brand? Model?
ETH chip1 MediaTek MT7620N
Ethernet Port Count 1-100MbE-LAN
Wired Standard IEEE 802.3i/3u

802dot11 OUI: 00:1C:C2 (5 E, 5 W)
Ethernet OUI: 00:1C:C2 (5 E, 5 W)

Stock bootloader U-Boot
Stock FW OS Linux
Expansion IF types USB 2.0
USB ports 1
USB Hub Compatible Untested
Power 5 VDC, 2.1 A
?v BAT
, 10400 mAh, ? cells
Connector type Micro USB

Flags:
USB charging port, battery

Other

Default SSID: TripMateTitan
Default IP address: 10.10.10.254
the IP 10.10.10.254 is used by 18 additional devices
of which 5 are HooToo devices
Default login user: admin
Default login password: blank
admin:blank credentials used by 396 additional devices
of which 5 are HooToo devices

3rd Party Firmware Support OpenWrt • (List | Dev | DLs)
Retail
ASINs B00RVIGY1I
B074LHG47K
Country of manuf China
Radio 1
Chip1 MediaTek MT7620N
Wireless interface OUI 00:1C:C2
Antenna Connector Type none specified
MIMO status 2x2:2
Wireless Standard IEEE 802.11b/g/n
802.11n up to 300 Mbps
802.11g up to 54 Mbps
802.11b up to 11 Mbps
WiFi Operating Frequency 2.4 GHz
 CPU1 brandRadio1 chip1 brandRadio1 chip2 brand
HooToo TripMateRalinkRalink
HooToo TripMate EliteRalinkRalink
HooToo TripMate Elite UMediaTekMediaTek
HooToo TripMate MiniRalinkRalink
HooToo TripMate NanoRalinkRalink
HooToo TripMate TitanMediaTekMediaTek

For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.

For a list of all currently documented HooToo devices with specifications, see HooToo.

300 Mbps - 2SS 2.4GHz 802.11n (40MHz chan.) = N300 class

Overview

HooToo TripMate Titan Travel Wireless Router (HT-TM05)
10400mAh Internal Li-Ion Battery Pack, Dual USB Port,
Wi-Fi Media Sharing for Flash Drive and HDD Storage,
Support a USB hub with up to 4 USB storage devices.
HDD, Flash Drive (4TB max, NTFS, FAT 16/32)

Links of Interest

Flashing

Flashing OpenWrt

Target: ramips
Subtarget: mt7620
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 21.02.0
Current supported version: 25.12.2
LAN Hardware: MediaTek MT7620N
WLAN Hardware: MediaTek MT7620N
Installation method(s):
see git-commit
Recovery method(s):
see git-commit
git • >>
ramips: add support for HooToo HT-TM05
The HooToo HT-TM05 is a battery powered router, with an Ethernet and USB port.
Vendor U-Boot limited to 1.5 MB kernel size, so use lzma loader (loader-okli).

Specifications:

  SOC:     MediaTek MT7620N
  BATTERY: 10400mAh
  WLAN:    802.11bgn
  LAN:     1x 10/100 Mbps Ethernet
  USB:     1x USB 2.0 (Type-A)
  RAM:     64 MB
  FLASH:   GigaDevice GD25Q64, Serial 8 MB Flash, clocked at 50 MHz
           Flash itself specified to 80 MHz, but speed limited by mt7620 SPI
           fast-read enabled (m25p)
  LED:     Status LED (blue after boot, green with WiFi traffic
           4 leds to indicate power level of the battery (unable to control)
  INPUT:   Power, reset button

MAC assignment based on vendor firmware:

  2.4 GHz    *:b4   (factory 0x04)
  LAN/label  *:b4   (factory 0x28)
  WAN        *:b5   (factory 0x2e)

Tested and working:

 - Ethernet
 - 2.4 GHz WiFi (Correct MAC-address)
 - Installation from TFTP (recovery)
 - OpenWRT sysupgrade (Preserving and non-preserving), through the usual
   ways: command line and LuCI
 - LEDs (except as noted above)
 - Button (reset)
 - I2C, which is needed for reading battery charge status and level
 - U-Boot environment / variables (from U-Boot, and OpenWrt)

Installation:

 - Download the needed OpenWrt install files, place them in the root
   of a clean TFTP server running on your computer. Rename the files as,
   - ramips-mt7620-hootoo_tm05-squashfs-kernel.bin => kernel
   - ramips-mt7620-hootoo_tm05-squashfs-rootfs.bin => rootfs
 - Plug the router into your computer via Ethernet
 - Set your computer to use 10.10.10.254 as its IP address
 - With your router shut down, hold down the power button until the first
   white LED lights up.
 - Push and hold the reset button and release the power button. Continue
   holding the reset button for 30 seconds or until it begins searching
   for files on your TFTP server, whichever comes first.
 - The router (10.10.10.128) will look for your computer at 10.10.10.254
   and install the two files. Once it has finished installation, it will
   automatically reboot and start up OpenWrt.
 - Set your computer to use DHCP for its IP address

Notes:

 - U-Boot environment can be modified, u-boot-env is preserved on initial
   install or sysupgrade
 - mtd-concat functionality is included, to leave a "hole" for u-boot-env,
   combining the OEM kernel and rootfs partitions

I would like to thank @mpratt14 and @xabolcs for their help getting the
lzma loader to work!

Signed-off-by: Russell Morris
[drop changes in image/Makefile, fix indent and PKG_RELEASE in
uboot-envtools, fix LOADER_FLASH_OFFS, minor commit message facelift,
add COMPILE to Device/Default]
Signed-off-by: Adrian Schmutzler