i.MX6Q UART2 Enabling Problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX6Q UART2 Enabling Problem

558 Views
mustafabakircio
Contributor IV

Hello ;

I ' m working on Wandboard Quad which has iMX6Q processor on it . I  opened it 's UART2 features from it 's  imx6q-wandboard.dts but I have some problem about it and my mind is confused if I did right or missed something while enabling the UART2 . 

I can  send data from the  UART2_TX  but even if  I set up the both console and ttymxc1 (UART2) baudrates same , I recieve nonsense character 's  .

And I enabled from  im6q-wandboard.dts adding ;

&uart2 {

               pinctrl-names = "default";

               pinctrl-0 = <&pinctrl_uart2_1>;

               status = "okay" ;

};

Did  I missing something or did I do something wrong about it ? 

Thanks for your help ...

0 Kudos
0 Replies