android-debug-cable-howto icon indicating copy to clipboard operation
android-debug-cable-howto copied to clipboard

Tested on the Pixel 5

Open mrexodia opened this issue 2 years ago • 3 comments

Just wanted to let you know this method also works on the Pixel 5! The only thing I changed was inverting the A8 and B8 pins (A8 -- TX and B8 -- RX). I got the idea from https://blog.bacon.dev/2020/10/enabling-serial-port-or-console-uart-on.html. It also wasn't mentioned as far as I could find, but the baud rate is 115200.

mrexodia avatar Apr 05 '23 06:04 mrexodia

after get kernel debug info in minicom, I can't switch to standard USB mode to use standard fastboot command, including fastboot oem uart disable , how can I quit UART debuging?

ls89757 avatar Jul 10 '23 12:07 ls89757

after get kernel debug info in minicom, I can't switch to standard USB mode to use standard fastboot command, including fastboot oem uart disable , how can I quit UART debuging?

by the way, also in Pixel5 devices

ls89757 avatar Jul 10 '23 12:07 ls89757

after get kernel debug info in minicom, I can't switch to standard USB mode to use standard fastboot command, including fastboot oem uart disable , how can I quit UART debuging?

by the way, also in Pixel5 devices

UART can be disabled using fastboot oem uart disable, try reinstalling the driver.

JerryXu-code avatar Nov 26 '23 12:11 JerryXu-code