IMX6Sx UART demo

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

IMX6Sx UART demo

Jump to solution
5,498 Views
chandiniindavar
Contributor IV

Hi All

I am trying to run UART Interrupt or UART polling demo .

1.Downloaded FreeRTOS BSP for IMX6Sx

2. build files using ARM GCC .

Following 3 documents to run demo

1. Getting_Started_with_FreeRTOS_BSP_for_i.MX_6SoloX.pdf to load M4

2. FreeRTOS_BSP_for_i.MX_6SoloX_Demo_User’s_Guide.pdf  to See steps

3  .i.MX_Linux_Reference_Manual.pdf for details

0 Kudos
1 Solution
4,733 Views
BiyongSUN
NXP Employee
NXP Employee

It says "Type characters from keyboard, the board will receive and then echo them to terminal screen"

View solution in original post

0 Kudos
3 Replies
4,733 Views
chandiniindavar
Contributor IV

1. A7 window

pastedImage_0.png

2. M4 window

pastedImage_1.png

To see the demo next what i have to do .. where i have to type and in which terminal board show the output..?

Can some one help me to do this ?

Thanks in advance

Regards

Chandini

0 Kudos
4,734 Views
BiyongSUN
NXP Employee
NXP Employee

It says "Type characters from keyboard, the board will receive and then echo them to terminal screen"

0 Kudos
4,733 Views
chandiniindavar
Contributor IV

Thank you Sun.

Before also it was working but i got confused comparing hello world program..

i changed the program the way what ever you type print same 'a' .. then i come to know its printing in M4 window.

Result.

you will get what ever you type

Ex: if you type 'h' you can see in window 'h'