I'm trying the sample code in the SDK I got from the following page.
https://mcuxpresso.nxp.com/en/welcome
Application : edma_transfer
(/SDK_2_9_0_MEK-MIMX8QM /boards /mekmimx8qm /driver_examples /lpuart /edma_transfer)
I built it with IAR Embedded Workbench and generated a binary file (.bin).
I put the binary file in the Android source.
(~/android_build_1100260 /vendor /nxp-opensource /imx-mkimage /iMX8QM)
Fixed "m4_image.bin" in make files such as soc.mak.
I built the Android source.
I wrote the generated image file to i.MX8QM-MEK.
Connect USB (on PC) and J37 (on board) with RS232 cable.
After booting the board, I opened the serial terminal. (115200 baud rate)
However, when I enter a character, it does not echo.