HooToo HT-TM01 (TripMate)

This device is NOT RECOMMENDED for future use with OpenWrt due to low flash/ram.
DO NOT BUY DEVICES WITH 4MB FLASH / 32MB RAM if you intend to flash an up-to-date and secure OpenWrt version onto it! See 4/32 warning for details.

1) This device does not have sufficient resources (flash and/or RAM) to provide secure and reliable operation.
This means that even setting a password or changing simple network settings might not be possible any more, rendering the device effectively useless. See OpenWrt on 4/32 devices what you can do now.

2) OpenWrt support for this device has ended in 2022.
19.07.10 was the last official build for 4/32 devices.

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

The TM01 is a small battery-powered travel router and 8MB/32MB RT5350F Wifi/LAN/USB host that can take power from MicroUSB as well as from a built-in rechargeable battery that can charge other devices via USB.

Under OpenWRT, the TM01 can e.g. serve as a small portable battery-powered media player (running e.g. shairport-sync) that can directly drive and charge USB speakers with built-in USB sound card such as e.g. the Edifier MP260, or e.g. a car stereo (via a USB DAC).

FIXME

  1. This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information.
  2. There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
  3. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it.
  • Please include only model specific information, omit bla,bla and put everything generic into separate articles
  • If you have no time to write certain stuff, link to docs
  • base-system should lead the way, do not explain this again
  • DO NOT provide a complete howto here! Instead groom the general documentation.

:!: Likely, using the official OpenWRT files initramfs-kernel.bin resp. squashfs-sysupgrade.bin above will overwrite the params partition (one of the device specific partitions) and softbrick the device.

There are two community builds available:

A more detailed comparison is given in the forum.

xabolcs's files for the TM02 can be installed on the TM01 from stock FW as follows, using a TFTP server on another computer that has a free LAN port:

  1. to create a system backup first, write file EnterRouterMode.sh from here to a USB stick (needs not be empty), and insert it to the TM01 while it's running. This script will create a new folder on the USB stick with copies of the TM01's original partitions.
  2. set your computer's LAN port to a fixed IP address 10.10.10.254 with subnet 255.255.255.0.
  3. optionally set up Wireshark on your computer to listen to this LAN port.
  4. prepare the TFTP server on your computer (e.g. Apple's built-in TFTP server), and place xabolcs's two files kernel.bin and rootfs.bin into the TFTP server's root directory. The other files there are not needed.
  5. In your TFTP server's folder, name these files kernel and rootfs, without the .bin extension. Note that these are 'random binaries from the internet' (namely, from xabolcs's github project).
  6. Power off the router, connect everything (via switch or direct), start your TFTP server, and monitor traffic in Wireshark if needed.
  7. Press and hold router reset pin with paper clip. While holding reset then press and hold router power button. Wifi LED should light up then go out again, 3-5 seconds.
  8. Continue holding reset and release power. After another 10-15 seconds you should see 10.10.10.128 looking for tftp on 10.10.10.254. Now you can release the reset pin.
  9. when the TM01 reboots after flashing (should be few minutes at max), change your computer's fixed LAN address to 192.168.1.2 in order to reach OpenWRT on your TM01 at 192.168.1.1 (e.g. LuCI).
  10. configure OpenWRT on your TM01 as you like --- and don't forget to configure your computer's LAN port back to normal.

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

FIXME The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

  • Browse to http://192.168.1.1/Upgrade.asp
  • Upload .bin file to router
  • Wait for it to reboot
  • Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address FILL-IN
Bootloader MAC address (special) FILL-IN
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window FILL-IN seconds
TFTP window start approximately FILL-IN seconds after power on
TFTP client required IP address FILL-IN

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The HooToo HT-TM01 (TripMate) has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for HooToo HT-TM01 (TripMate)
EXAMPLE 115200, 8N1

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

None so far.

U-Boot 1.1.3 (Apr 25 2013 - 09:25:18) DRAM: 32 MB Initialize usb ehci ohci find flash: MX25L6405D .*** Warning - bad CRC, using default environment ============================================ UBoot Version: 3.6.0.0 -------------------------------------------- ASIC 5350_MP (Port5<->None) DRAM_CONF_FROM: Boot-Strapping DRAM_TYPE: SDRAM DRAM_SIZE: 256 Mbits DRAM_WIDTH: 16 bits DRAM_TOTAL_WIDTH: 16 bits TOTAL_MEMORY_SIZE: 32 MBytes Flash component: SPI Flash Date:Apr 25 2013 Time:09:25:18 ============================================ icache: sets:256, ways:4, linesz:32 ,total:32768 dcache: sets:128, ways:4, linesz:32 ,total:16384 ##### The CPU freq = 360 MHZ #### estimate memory size =32 Mbytes . Initialize vs configure module .Initialize GPIO Input i key to enter menu 0 ........................## Booting image at 80500000 ... Image Name: Linux Kernel Image Created: 2013-09-27 6:01:32 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1442377 Bytes = 1.4 MB Load Address: 80000000 Entry Point: 80441000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80441000) ... ## Giving linux memsize in MB, 32 Starting kernel ... LINUX started... THIS IS ASIC PROC INIT OK! enter init Start rootfs mounted echo 6 > /proc/sys/kernel/printk tntfs: module license 'Commercial. For support email ntfs-support@tuxera.com.' taints kernel. init dev files mounted end Sun Jan 1 00:00:00 UTC 2012 Get time information first tz_minuteswest=0 Set time information offset=0 tz.tz_minuteswest=0 Get time information again tz_minuteswest=0 GMT-00:00 arch/mips/rt2880/nvram.c 472: len=0x3ffc, crc_value=0x962c8a5e, fb[0].env.crc=0x962c8a5e arch/mips/rt2880/nvram.c 502: Same CRC Finish the check crc SSID_PREFIX:TripMate wireless port last two bytes:-afe4! tmp1 = TripMate-AFE4! Default SSID:TripMate-AFE4! arch/mips/rt2880/nvram.c 423: --> nvram_clear 0 arch/mips/rt2880/nvram.c 445: clear flash from 0x2004 for 0x3ffc bytes arch/mips/rt2880/nvram.c 527: --> nvram_commit 0 init net phy_tx_ring = 0x01255000, tx_ring = 0xa1255000 phy_rx_ring0 = 0x01320000, rx_ring0 = 0xa1320000 MAC_ADRH -- : 0x0000001c MAC_ADRL -- : 0xc20bafe5 RT305x_ESW: Link Status Changed vs_port_link_status=0 RX DESC a07dc000 size = 2048 <-- RTMPAllocTxRxRingMemory, Status=0 RTMP_TimerListAdd: add timer obj c0083b68! RTMP_TimerListAdd: add timer obj c0020fe4! RTMP_TimerListAdd: add timer obj c0020bb4! RTMP_TimerListAdd: add timer obj c0020f90! RTMP_TimerListAdd: add timer obj c0020fb8! RTMP_TimerListAdd: add timer obj c0021210! RTMP_TimerListAdd: add timer obj c0024104! RTMP_TimerListAdd: add timer obj c0023cd4! RTMP_TimerListAdd: add timer obj c00240b0! RTMP_TimerListAdd: add timer obj c00240d8! RTMP_TimerListAdd: add timer obj c0024330! RTMP_TimerListAdd: add timer obj c0027224! RTMP_TimerListAdd: add timer obj c0026df4! RTMP_TimerListAdd: add timer obj c00271d0! RTMP_TimerListAdd: add timer obj c00271f8! RTMP_TimerListAdd: add timer obj c0027450! RTMP_TimerListAdd: add timer obj c002a344! RTMP_TimerListAdd: add timer obj c0029f14! RTMP_TimerListAdd: add timer obj c002a2f0! RTMP_TimerListAdd: add timer obj c002a318! RTMP_TimerListAdd: add timer obj c002a570! RTMP_TimerListAdd: add timer obj c002d464! RTMP_TimerListAdd: add timer obj c002d034! RTMP_TimerListAdd: add timer obj c002d410! RTMP_TimerListAdd: add timer obj c002d438! RTMP_TimerListAdd: add timer obj c002d690! RTMP_TimerListAdd: add timer obj c0030584! RTMP_TimerListAdd: add timer obj c0030154! RTMP_TimerListAdd: add timer obj c0030530! RTMP_TimerListAdd: add timer obj c0030558! RTMP_TimerListAdd: add timer obj c00307b0! RTMP_TimerListAdd: add timer obj c00336a4! RTMP_TimerListAdd: add timer obj c0033274! RTMP_TimerListAdd: add timer obj c0033650! RTMP_TimerListAdd: add timer obj c0033678! RTMP_TimerListAdd: add timer obj c00338d0! RTMP_TimerListAdd: add timer obj c00367c4! RTMP_TimerListAdd: add timer obj c0036394! RTMP_TimerListAdd: add timer obj c0036770! RTMP_TimerListAdd: add timer obj c0036798! RTMP_TimerListAdd: add timer obj c00369f0! RTMP_TimerListAdd: add timer obj c005170c! RTMP_TimerListAdd: add timer obj c00512dc! RTMP_TimerListAdd: add timer obj c00516b8! RTMP_TimerListAdd: add timer obj c00516e0! RTMP_TimerListAdd: add timer obj c0051738! RTMP_TimerListAdd: add timer obj c0051764! RTMP_TimerListAdd: add timer obj c0051790! RTMP_TimerListAdd: add timer obj c0084088! RTMP_TimerListAdd: add timer obj c0084060! RTMP_TimerListAdd: add timer obj c0084038! RTMP_TimerListAdd: add timer obj c005a924! RTMP_TimerListAdd: add timer obj c005aa28! RTMP_TimerListAdd: add timer obj c005a94c! RTMP_TimerListAdd: add timer obj c0051c74! RTMP_TimerListAdd: add timer obj c001e468! RTMP_TimerListAdd: add timer obj c0021588! RTMP_TimerListAdd: add timer obj c00246a8! RTMP_TimerListAdd: add timer obj c00277c8! RTMP_TimerListAdd: add timer obj c002a8e8! RTMP_TimerListAdd: add timer obj c002da08! RTMP_TimerListAdd: add timer obj c0030b28! RTMP_TimerListAdd: add timer obj c0033c48! RTMP_TimerListAdd: add timer obj c0051990! Key1Str is Invalid key length(0) or Type(1) Key2Str is Invalid key length(0) or Type(0) Key3Str is Invalid key length(0) or Type(0) Key4Str is Invalid key length(0) or Type(0) 2b:39:24:2f:fa:ec:b9:89:8a:13:f5:bf:4f:f5:ad:e5: 3c:c5:ec:f7:dd:a4:66:7e:16:08:be:a5:e1:23:d7:96: 1. Phy Mode = 9 2. Phy Mode = 9 3. Phy Mode = 9 RTMPSetPhyMode: channel is out of range, use first channel=0 MCS Set = ff 00 00 00 01 SYNC - BBP R4 to 20MHz.l RTMP_TimerListAdd: add timer obj c0052244! Main bssid = 00:1c:c2:0b:af:e4 <==== rt28xx_init, Status=0 0x1300 = 00064380 vconfig: ioctl error for rem: Invalid argument eth2.2: Setting MAC address to 00 1c c2 0b af e5. VLAN (eth2.2): Underlying device (eth2) has same MAC, not checking promiscious mode. ifconfig: ioctl 0x8913 failed: No such device brctl: bridge br0: No such device or address switch reg write offset=14, value=405555 switch reg write offset=50, value=2001 switch reg write offset=98, value=7f3f switch reg write offset=e4, value=3f switch reg write offset=40, value=1001 switch reg write offset=44, value=1001 switch reg write offset=48, value=1002 switch reg write offset=70, value=ffff506f Set: phy[0].reg[0] = 3900 Set: phy[1].reg[0] = 3900 Set: phy[2].reg[0] = 3900 Set: phy[3].reg[0] = 3900 ### adapter index 9 ### adapter hardware address 00:1c:c2:0b:af:e5 udhcpc (v1.12.1) started ### vfork'ing and execle'ing /sbin/udhcpc.sh ### entering raw listen mode ### opening raw socket on ifindex 9 ### got raw socket fd 5 ### attached filter to raw socket fd 5 ### bound to raw socket fd 5 ### adding option 0x35 ### adding option 0x3d ### adding option 0x3c ### adding option 0x39 ### Waiting on select... aaaaa do_cmd:mkdir /tmp/led_tmp BEGIN:=======================================2456 to wait child 2459 END:=======================================2456 to wait child 2459 /etc/rc.d/rc1.d/S73ddns start /etc/rc.d/rc1.d/S75fileserv start /etc/rc.d/rc1.d/S80webd start /etc/rc.d/rc1.d/S82upnpd start /etc/rc.d/rc1.d/S99local start TM01 login:


[ 0.000000] Linux version 4.14.221 (builder@buildhost) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11306-c4a6851c72)) #0 Mon Feb 15 15:22:37 2021 [ 0.000000] SoC Type: Ralink RT5350 id:1 rev:3 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001964c (MIPS 24KEc) [ 0.000000] MIPS: machine is HooToo HT-TM02 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 02000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000001ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000001ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff] [ 0.000000] On node 0 totalpages: 8192 [ 0.000000] free_area_init_node: node 0, pgdat 803d34f0, node_mem_map 81000040 [ 0.000000] Normal zone: 64 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 8192 pages, LIFO batch:0 [ 0.000000] random: get_random_bytes called from 0x803d66ec with crng_init=0 [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8128 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes) [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Writing ErrCtl register=000421a0 [ 0.000000] Readback ErrCtl register=000421a0 [ 0.000000] Memory: 27072K/32768K available (3319K kernel code, 170K rwdata, 432K rodata, 1192K init, 199K bss, 5696K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 256 [ 0.000000] CPU Clock: 360MHz [ 0.000000] clocksource: systick: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 583261500 ns [ 0.000000] systick: running - mult: 214748, shift: 32 [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 10618113593 ns [ 0.000016] sched_clock: 32 bits at 180MHz, resolution 5ns, wraps every 11930464253ns [ 0.015733] Calibrating delay loop... 239.61 BogoMIPS (lpj=1198080) [ 0.098018] pid_max: default: 32768 minimum: 301 [ 0.107638] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.120751] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.144092] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.163653] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.175898] pinctrl core: initialized pinctrl subsystem [ 0.189195] NET: Registered protocol family 16 [ 0.253680] rt2880_gpio 10000600.gpio: registering 22 gpios [ 0.264825] rt2880_gpio 10000600.gpio: registering 22 irq handlers [ 0.287458] clocksource: Switched to clocksource MIPS [ 0.299809] NET: Registered protocol family 2 [ 0.310438] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.324323] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.336900] TCP: Hash tables configured (established 1024 bind 1024) [ 0.349909] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.361555] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.374491] NET: Registered protocol family 1 [ 0.390408] rt-timer 10000100.timer: maximum frequency is 3662Hz [ 0.404103] Crashlog allocated RAM at address 0x1f00000 [ 0.419545] workingset: timestamp_bits=30 max_order=13 bucket_order=0 [ 0.443797] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.455395] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.505914] io scheduler noop registered [ 0.513695] io scheduler deadline registered (default) [ 0.525544] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.544367] console [ttyS0] disabled [ 0.551551] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 2500000) is a Palmchip BK-3103 [ 0.571270] console [ttyS0] enabled [ 0.585053] bootconsole [early0] disabled [ 0.622235] spi spi0.0: force spi mode3 [ 0.631581] m25p80 spi0.0: mx25l6405d (8192 Kbytes) [ 0.641547] 8 fixed-partitions partitions found on MTD device spi0.0 [ 0.654276] Creating 8 MTD partitions on “spi0.0”: [ 0.663894] 0x000000000000-0x000000030000 : “u-boot” [ 0.675767] 0x000000030000-0x000000040000 : “config” [ 0.687940] 0x000000040000-0x000000050000 : “factory” [ 0.700021] 0x000000050000-0x0000001d0000 : “kernel” [ 0.711998] 0x0000001d0000-0x0000001e0000 : “params” [ 0.723880] 0x0000001e0000-0x0000001f0000 : “userbackup” [ 0.736569] 0x0000001f0000-0x000000200000 : “user” [ 0.748348] 0x000000200000-0x000000800000 : “rootfs” [ 0.760207] mtd: device 7 (rootfs) set to be root filesystem [ 0.787602] 1 squashfs-split partitions found on MTD device rootfs [ 0.800035] 0x00000045c000-0x000000800000 : “rootfs_data” [ 0.813769] libphy: Fixed MDIO Bus: probed [ 0.832036] rt3050-esw 10110000.esw: link changed 0x00 [ 0.845536] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5 [ 0.863205] rt2880_wdt 10000120.watchdog: Initialized [ 0.875975] NET: Registered protocol family 10 [ 0.895451] Segment Routing with IPv6 [ 0.903108] NET: Registered protocol family 17 [ 0.912208] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 0.938141] 8021q: 802.1Q VLAN Support v1.8 [ 0.969013] VFS: Mounted root (squashfs filesystem) readonly on device 31:7. [ 0.995488] Freeing unused kernel memory: 1192K [ 1.004608] This architecture does not have kernel memory protection. [ 2.637520] random: fast init done [ 5.812860] init: Console is alive [ 5.820476] init: - watchdog - [ 7.542830] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 7.942830] usbcore: registered new interface driver usbfs [ 7.954204] usbcore: registered new interface driver hub [ 7.965173] usbcore: registered new device driver usb [ 7.987732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.004741] ehci-platform: EHCI generic platform driver [ 8.025960] phy phy-usbphy.0: remote usb device wakeup disabled [ 8.037840] phy phy-usbphy.0: UTMI 16bit 30MHz [ 8.046730] ehci-platform 101c0000.ehci: EHCI Host Controller [ 8.058341] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1 [ 8.074516] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000 [ 8.107703] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00 [ 8.122609] hub 1-0:1.0: USB hub found [ 8.131415] hub 1-0:1.0: 1 port detected [ 8.147333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 8.162130] ohci-platform: OHCI generic platform driver [ 8.173236] ohci-platform 101c1000.ohci: Generic Platform OHCI controller [ 8.186995] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number 2 [ 8.203092] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000 [ 8.283625] hub 2-0:1.0: USB hub found [ 8.292415] hub 2-0:1.0: 1 port detected [ 8.309234] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 8.334809] init: - preinit -


Space for additional notes, links to forum threads or other resources.

  • This thread in the OpenWRT forum explores how to revert from a soft bricked OpenWRT based on wingspinner's image. It also has valuable discussions around xabolcs's new 19.07 installation files.
  • Both wingspinner's image as well as xabolcs's new 19.07 installation files apply equally to the TM01 and TM02 (note that TM02 gets displayed in either case).

FIXME Add tags below, then remove this fixme.

How to add tags

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1