geting gps default data on imx6 saberboard

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

geting gps default data on imx6 saberboard

563 次查看
shilesh_babu
Contributor II

Hi All,

My ublox gps module not able to read correct data from imxdq board.

Is I am missing something.....

 

130|root:/ # cat /dev/ttymxc4                                              
��4��z�

��4��z�
��4��z�

��4��z�

��4��z�

��4��z�
root/ #

标记 (1)
0 项奖励
回复
1 回复

519 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hi shilesh,

   See advice below, please!

1. Hardware connections

CPU_UART_TXD----->GPS_UART_RXD

CPU_UART_RXD----->GPS_UART_TXD

check it, please!

2. UART bandrate.

you should configure CPU UART bandrate to be the same as that of UART of GPS module.

3. GPS data format is NMEA

Generally speaking, we should decode GPS data via software, so I am not sure if GPS data can be showed directly on terminial via cat command.

4. Try to use minicom tool

you know we ofter use the serial tool on linux platform, so you can also try to reciew GPS data.

[Comment]

I have ever validated GPS module of u-blox on iMX6Q platform, no problem.(UART port / USB port both OK)

Have a nice day!

BR,

Weidong

0 项奖励
回复