[meta-freescale] Change DEBUG console port on SabreSD image

Fabio Estevam festevam at gmail.com
Tue Feb 25 02:54:01 PST 2014


Please don't top post.

On Tue, Feb 25, 2014 at 2:55 AM, Niklas Molin <niklas.p.molin at gmail.com> wrote:
> Hi Fabio.
>
> I'm using 3.10, so I assume it should be setup in the dts then. But I can't
> find in any of the dts/dtsi files where to set which UART (and tty) that
> should be used for the debug port.


Take a look at http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/boot/dts/imx6qdl-sabresd.dtsi?h=imx_3.10.17_1.0.0_beta

&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_1>;
status = "okay";
};

You should just remove this uart1 node and add your uart2 instead.

Regards,

Fabio Estevam


More information about the meta-freescale mailing list