Hello,
I am using i.MX6SoloX to develop application with custom board. U-Boot and Linux porting have been done. Everything is OK except that Linux hung while opening /dev/console with ttymxc0. It tried to do spin_lock_irqsave in imx_uart_startup. But at this point, the lock was already acquired. So dead lock occurred.
Can someone give any advice?
Thanks