Hi NXP
Our customer use the i.MX8M Mini solution. (Yocto 2.5)
He try modify and add rs-485 application.
** drivers/tty/serial/imx.c **
-#define RXTL_UART 16 /* For uart */
+#define RXTL_UART 4 /* For uart */
He run the application, then debug message show "kernel panic".
Please check the modify patch. (0001_tsl_kernel_modify.patch) and System Crash_info.txt
Our customer try modify the RXTL_UART 4 (in driver/tty/serial/imx.c)
Do you have any advice about fixed the kernel panic issue?