When I change in mx6sabresd.h (UART base to 1 and CONSOLE_DEV to ttymxc1) I can see the u-boot on UART2.
But as soon as the Linux image starts, I can't see anything in the console.
If I change the cable to UART1, I can eventually see the login: prompt (I also get: "Poky (Yocto Project Reference Distro) 1.5.1 imx6qsabresd /dev/ttymxc0" before the login prompt ).
But I won't see the Linux boot up in the prompt.
If I change the UART base to 2 and CONSOLE_DEV ttymxc0, then I won't see anything from u-boot, but I soon as the Linux image starts, then I can see the bootup sequence from from the Linux image..
It seems like it still uses /dev/ttymxc0 in the Linux image.
Where do I change which ttymxc port it should use in the Linux image?
If I change the UART base to 1 and CONSOLE_DEV ttymxc0, then I can see the whole Linux boot sequence on UART1.
What needs to be changed to be able to see the Linux bootup sequence in UART2 and that ttymcx is changed to 1 in the linux image?
Thanks,
Niklas