Hi All,
I am working on custom board based on iMX8M Plus processor and I want to use UART1 as a communication uart between 2 boards. But I am unable to receive anything on that uart1. Do I need to change anything in .dts file?
I wrote a sample code (application) to receive through uart1.
I am getting "imx-uart 30860000.serial: We cannot prepare for the RX slave dma!" this type of error while running the application.
I changed CONFIG_IMX_SDMA=y to CONFIG_IMX_SDMA=m still it not work.
can anyone please help me here?
Thanks