sleopantro wrote:Good day everyone and thanks for all the info and work on tripmate.
I got the tripmate ht-tm01 and followed the instruction on this thread to install openwrt into it. It was successful however I tried to update it and bricked it. I have gotten all the files and serial console to unbrick it but don't know how to attach it to the board or what to do from there. Will greatly appreciate it if a detailed tutorial or a picture of where the cables are to be attached to. Also, I'm a supernoob with limited knowledge in this field ; it's actually a hobby. However, I so love the device and also brought the tripmate ht-tm02.
I hope to run a WIFI cyber cafe with the device, will it be possible?
You don't need a serial connection to reload the firmware, you can tftp the firmware.bin image onto the router in "recovery" mode.
This works on TM02 and TM03, should work on TM01.
You need
- A tftp server running on 10.10.10.3.
- Copy the firmware.bin file to Kernal.bin (yes, actual spelling and capitalized) in the tftp server default directory.
- Ethernet connection.
- Running tcpdump on the workstation interface helps.
- Paper clip.
Power off the router, connect everything (via switch or direct), start tftpd, start tcpdump on your network interface, usually eth0.
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. Continue holding reset and release power. Watch tcpdump output, after another 10-15 seconds you should see 10.10.10.123 looking for tftp on 10.10.10.3. Now you can release the reset pin. If tftp is running the Kernal.bin file will upload right away and you'll see the upload in tcpdump.
It can take another 3-5 minutes for the firmware to install. Let it sit for a while, up to 10 minutes, then power cycle the router. It should boot up on default config for OpenWRT.
(Last edited by mmmdonuts on 23 Sep 2015, 13:45)