After solving my problem with the earlycon, I now am stuck at the next point. Earlycon runs at 0x30880000 (Uart 3), and in the bootargs I set console=ttymxc2,115200. I also tried using ttymxc1 (Uart 2 is accessable via Jumpers on the custom board), still no Log.
The Kernel Log is Stuck at the 8250/16550 driver, I believe the board tries to switch to the real console at this point.
Any help would be appreciated!
解決済! 解決策の投稿を見る。
I figured out that the jumpers on the Uart2 / ttymxc1 were connected wrong. When I set console=ttymxc1 i get an output, but still nothing on ttymxc2
Let me try to summary:
1.You need get log from ttymxc2,right?
2.Have you got the log you want from the ttymxc1?
After solving my problem with the earlycon, I now am stuck at the next point. Earlycon runs at 0x30880000 (Uart 3)
-->How do you enable the earlycon?