Hi @Chavira
Thank you for your reply.
We already modified the imx8mn_bl31_setup.c file to support for UART4.
imx8mn_bl31_setup.c
/* peripherals domain permission */
#if 0
- RDC_PDAPn(RDC_PDAP_UART4, D1R | D1W),
+ RDC_PDAPn(RDC_PDAP_UART4, D0R | D0W),
RDC_PDAPn(RDC_PDAP_UART2, D0R | D0W),
RDC_PDAPn(RDC_PDAP_UART1, D0R | D0W),
1) Loopback test:
We have attempted a loopback test of UART4, encountering an issue where the output of the loop back test results in receiving the same sent data continuously.
Can you please suggest any other modification are needed to make UART4 to work
Output of loop back:
hello
<2 line space>
hello
<4 line space>
hello
<8 line space>
hello
<16 line space>
and so on