Serial debugging/Cable schematics

From postmarketOS

This page contains schematics for serial cables, as well as device support tables and basic build instructions. For more information about serial debugging, visit the Serial debugging page.

microUSB/Carkit debug cable

Many devices with microUSB ports have the serial port multiplexed with the micro/mini USB connector, initially implemented as part of carkit standard. The Replicant project has a page dedicated to serial on Galaxy Nexus using this cable.

Nexus-usb-debug.png

NOTE: "TX" and "RX" on this image refer to the TX and RX pins on your UART board.

Note that some devices and MUICs require a resistor with a different resistance than 150KΩ. To find the correct resistor value, check your device's wiki page, the MUIC page or follow the guide in Serial debugging#Finding the UART ports on your device.

Note Tip: If you don't have the exact resistor you need for the cable, you can combine multiple similar resistors (for example 3 56kΩ for ~150kΩ). MUICs typically have a small margin of error where they'll still detect the correct resistance and switch to the right mode even if the value is a bit off.

Nexus debug cable

Some Nexus phones, as well as the first Pixel phone generation, multiplexed the serial debug lines with the headphone audio lines. To switch it into serial mode you have to supply -3V to the mic port. The UART lines themselves are 1.8V. If you use a 3.3V usb-to-uart adapter the signal from the phone will probably work, for the TX side you have to add a resistor divider to lower the voltage for the phone. Here's the schematic for a Nexus debug cable:

Nexus-debug-cable.png

This cable has been tested with:

Some LG devices also support this debug cable:

The Nexus 7 2012 (grouper) does not work with this setup and likely does not have any serial UART capabilities at all unless you connect to unpopulated pads on board.

Google open sourced their own debug cable design in the AOSP repository.

NT: You will have a better luck with FTDI based serial cable.

It is unknown if it can work with the A-series Pixel devices. These claims are unsubstantiated, and they are already known to use the "cereal" debugging cable scheme. See: Google Pixel "Android Debug Cable".

  • Google Pixel 3a and 3a XL (sargo/bonito)
  • Google Pixel 4a (sunfish)
  • Google Pixel 4a 5G (bramble)

Mediatek USB debug cable

Some Mediatek devices expose an 3.3V uart interface at the usb port when a special Mediatek debug cable is attached to the device while booting

The schematic for this debug cable is the same as the Nexus USB debug cable above, except that the ID pin shouldn't be connected.

Suzy-Q debug cable

The Suzy-Q debug cable isn't strictly a serial debug cable, it accesses the Closed Case Debugging system, it can access multiple busses on the device. Details for the Closed Case Debugging system can be found at https://chromium.googlesource.com/chromiumos/platform/ec/+/cr50_stab/docs/case_closed_debugging.md

Icon TODO: The usb type-c receptacle pinout is wrong(B8 is SBU2 B5 is CC2, no RFU1), see https://en.wikipedia.org/wiki/USB-C

Suzyq-debug-cable.png

The official SuzyQable from Google has an 2 port USB hub into the cable itself, one port connects to the normal usb lines in the USB-C connector and the other port connects to the CC1/RFU1 pair like the diagram above, this way you can use both interfaces at the same time. The debug mode with the cable also only works on one of the two orientations in the USB-C socket. The official cable has a "DBG" mark on the C connector that should be facing up when plugged into the device. The other way around it will act as a normal USB cable.

That cable can be used only with ChromeOS based devices for serial access.

There are frequent claims that Suzy-Q cables can be used with Pixel phones. This exact design cannot be used for the SoC UART. Suzy-Q cables can be used with some Pixel phones to communicate with the Titan M chip only. See: Google Pixel "Android Debug Cable".

Raspberry Pi

Icon TODO: This diagram shows how to connect the Raspberry Pi to a Carkit-standard device (as described above). Probably worth splitting this up to only mention the Pi's UART and how to connect to it, not from it.

RaspberryPiUART.png

Icon WARNING: Most phones don't take 3.3V to the D+ pin on the MICRO PLUG. That's why we need a voltage divider to turn it down to 1.8V. The resistors R1 and R2 values don't matter as long as D+ is getting ~1.8V.

Next do the following:

  • From /boot/cmdline.txt, remove console=serial0,115200
  • Disable bluetooth: https://www.raspberrypi.com/documentation/computers/configuration.html#uarts-and-device-tree
    • Usually appending dtoverlay=disable-bt at the end of /boot/cmdline.txt works
  • sudo raspi-config > 3 Interface Options > P6 Serial Port > No to login shell > Yes to Serial Port hardware > Finish and reboot
  • Finally do sudo picocom -b 115200 /dev/serial0 to actually get logs. Regardless of what program you use, /dev/serial0 must be used
    • /dev/ttyAMA0 might work as well
Note If you get weird characters appearing on your screen, your voltage is probably too low

Per manufacturer/series

Sony Xperia

See this page.

Some Motorola Devices

On here, find your device, and download and extract the file,then:

  • open the one contains schematics.
  • search keyword UART(could be MSM_UART_* or *_UART_MSM_* or *_DBG_UART_*) and see where it goes to(usually it's JTAG:MINI).
    • in some device(like motorola-harpia),tx and rx will connect to a test pad(TP_*),which makes it easier to access.
  • find it in board layout and on the device.

Specific devices

Mozilla Flame

The Flame has open UART pads that are accessible underneath the outer and inner covers.

  • TX - red
  • GND - green

Pull-ups/downs are unnecessary, hook straight up to any FTDI/USB-to-serial.

Mozilla-flame-pcb.jpg

Nokia N900

See the following links:

N900-serial-cable.jpg

Samsung Galaxy S7 and S5

See this guide. It worked almost exactly for the S5, only kernel MUIC driver was in another directory.

Motorola Droid 4

A off-the-shelf USB-TTL Adapter with 3.3V signal level can be used together with a MicroUSB connector to access the phone's UART. By using a standard MicroUSB <-> USB A cable and just combine a USB jack with a cheap chinese USB-TTL adapter is space-saving and allows you to use the same MicroUSB cable to access the device in USB mode

See http://elektranox.org/2017/02/0009-droid-4-root/ and http://muru.com/linux/d4/

Motorola Photon Q (asanti / xt897)

The Motorola Photon Q exposes UART via the JTAG connector, the Tx pin can be seen in the image below, the Rx pin is directly below it. It is also possible to hook up a jumper wire from Tx to the headphone jack pad as shown to allow the PinePhone headphone jack UART cable to be used, however make sure not to hook up Rx without a level converter as the PinePhone UART cable is 3.3v, where the Photon Q is 1.8v.

Motorola-photon-q-uart.jpg

OnePlus 6/6T and 7 Pro

OnePlus 6

Oneplus6-uart.jpg

OnePlus 7 Pro

Oneplus7-pro-uart.jpg


Much like other devices, solder to the Tx test point as shown, as well as a ground point (I used a screwhole). You should see bootloader logs. this commit enables UART output from the mainline kernel.

Google Pixel "Android Debug Cable"

While reported online that a "Suzy-Q" cable can be used for Android-based Pixel devices, the cable available from Sparkfun, the SuzyQable, is not the right cable for debugging Pixel phones. They are using a different incompatible scheme[How?]. On Pixel 2 devices they will not work at all, and on Pixel 3, it is reported they show the console of the Titan M chip only. That seems incorrect - bootloader/dmesg logs are sent over USB UART if you run fastboot oem uart enable first.

Serial access for the Pixel 2, 3 and 4 (unverified with 5) can instead be achieved using the following Android Debug Cable. Note that using a pass-through breakout board is not mandatory, but is helpful to keep the serial console active while using ADB.

Google has also open sourced their own adapter.

This cable has been tested with:

This cable should work fine with:

  • Google Pixel 4 (flame)

This cable might work with:

  • Google Pixel 5 (redfin)

Lenovo IdeaTab A3000

Lenovo-a3000-uart.jpg

Details in Lenovo IdeaTab A3000 (lenovo-a3000)#UART.

See also