On Tue, Feb 25, 2014 at 7:35 PM, Niklas Molin <[email protected]> wrote: > Hi Fabio. > > I assume that console=ttymxc1 is changed in menuconfig? > > I just realized that in my .dtsi file I have multiple uarts (since we are > using some uarts to communicate with other chips). > How will the compiler know which uart it should use for the console (so I > interact via the terminal console window)?
You should pass console=ttymxc1 from U-boot. Then kernel will use uart2 as console. _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
