GPS driver for imx6

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

GPS driver for imx6

跳至解决方案
6,041 次查看
Jon1z
Contributor III

Hi all,

The GPS module for the imx6 sabresd reference board is the Locosys AH-1613 gps module.

I tried to look for the linux drivers for this module but came up short.

I only saw under kernel_mx/mxc/gps_ioctl/... and those are just ioctls.

Anyone know where the linux driver for this device is located at?

Thanks!

标签 (2)
1 解答
2,465 次查看
israelpz
Senior Contributor I

Hi ,

GPS doesn't need driver in order to work properly because there's no driver model for GPS they are serial (very common UART) devices.

No Linux Driver Needed - Linux Driver Project

If you have a special GPS device or want you want to use it with a file system interface like /proc

you need to register your serial GPS using Discipline Line and Serial Core.

Serial Drivers

You could take a look in drivers/misc/ti-st/st-core.c

Regards,

-Israel.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,465 次查看
YixingKong
Senior Contributor IV

Johnthan, please click Correct Answer if your question has been answered.

Thanks,

Yixing

0 项奖励
回复
2,465 次查看
ericyu
Contributor II

Hello All,

I used R13.4.1 on IMX6 SDP.

The GPS module still can't work.

Does anyone can tell me how to use/setting this GPS(AH-1613)

2,466 次查看
israelpz
Senior Contributor I

Hi ,

GPS doesn't need driver in order to work properly because there's no driver model for GPS they are serial (very common UART) devices.

No Linux Driver Needed - Linux Driver Project

If you have a special GPS device or want you want to use it with a file system interface like /proc

you need to register your serial GPS using Discipline Line and Serial Core.

Serial Drivers

You could take a look in drivers/misc/ti-st/st-core.c

Regards,

-Israel.

0 项奖励
回复