This is a cache of https://discuss.96boards.org/t/android-uart-output-options/5066. It is a snapshot of the page at 2024-09-19T08:41:40.229+0000.
<strong>android</strong> UART output options - DragonBoard410c - 96Boards Forum

android UART output options

Hi.
(I am a beginner in English.)

I disable all console output (shell, debug, printk)
I want to use it generally.
It is output as ttyHSL0 and must communicate with external device via this port.

Please let me know what options I can set.

Hi ,
We generally do two things to disable the debug UART.

  1. remove the flag “CONFIG_SERIAL_MSM_HSL_CONSOLE”.
  2. remove the dtsi configuration So we can use the same GPIO for other purpose.

Thanks,
Sivaram