How to use UART3 of 6ULL as a common UART?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use UART3 of 6ULL as a common UART?

785 Views
jackjiang
Contributor II

Dears,

UART3 is used as a Console in the SDK,  after we commented out the Console part of the SDK in imx.c file, UART3 transceiver exceptions.

Can you provide a UART3 as a software demo for common UART?

See the attachment for the DTS and DTSI file.

0 Kudos
2 Replies

620 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jack

in imx6ull.dtsi one can replace compatible = "ti,imx3100q-uart"; 

with compatible = "fsl,imx6ul-uart"

uart3 example can be found in some third party boards, for example TechNexion imx6ul-pico board

linux/imx6ul-pico.dtsi at tn-imx_4.9.88_2.0.0_ga-test · TechNexion/linux · GitHub 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

620 Views
jackjiang
Contributor II

Thanks for your support. I will test the function.

0 Kudos