#02 - How To Find The UART Interface - Hardware Hacking Tutorial

Описание к видео #02 - How To Find The UART Interface - Hardware Hacking Tutorial

This is the second episode of the Hardware Hacking Tutorial series.

This series is to share information on how to do hardware hacking and how to do reverse engineering. The series is useful both for beginners and experts.

In this episode we will talk about how the find tue UART interface on an IoT device; we will take an home router (Gemtek WVRTM-127ACN) and show how to find the UART interface using simple tools like a multi-meter and using more advanced tools like a JTagulator board.

UART stands for Universal Asynchronous Receiver-Transmitter, it is the serial interface of the device where to attach the serial console. It is essential, in hardware hacking, to find the UART interface because it allows you to see what is printed on the serial console during the boot cycle, and It allows to see what type of bootloader your device is using and his version, what Operating System you have and his version, what kind of CPU and other peripherals you have, the amount of RAM and EEPROM; often you can get information on how the EEPROM is partitioned and a lot of other information, including information during the firmware upgrade cycle.

Often it is also possible to interact with the serial console, interacting with the bootlader, getting the login prompt and, sometimes, being able to logon locally on the system.

In the device we are interested in, usually the serial or UART interface is included, because it is used during the development phase and for testing purposes, but it is hidden inside the motherboard.

We will discuss, and show on video, various techniques to find the position and the pin-out of the UART interface including using a simple multi-meter.

We will show, also, how to connect a PC, running a terminal emulator software (we use PuTTY), to the UART of the IoT device using a TTL serial adapter.

--------------------------------
Links with additional Information:

Channel's Author: https://www.makemehack.com/2020/02/a-...
Channel's Web Site: https://www.makemehack.com

The sample router (Gemtek WVRTM-127ACN) on techinfodepot: http://en.techinfodepot.shoutwiki.com...

The sample router (Gemtek WVRTM-127ACN) reverse engineered on GitHub: https://github.com/digiampietro/hacki...

The JTagulator website: http://www.grandideastudio.com/jtagul...

TTL Serial Adapter (affiliate link): https://amzn.to/2vvzCYB

PuTTY, the terminal emulator: https://www.putty.org/

The most common baud rates (serial speed): https://en.wikipedia.org/wiki/Serial_...

Комментарии

Информация по комментариям в разработке