GPS driver for imx6

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

GPS driver for imx6

Jump to solution
4,823 Views
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!

Labels (2)
1 Solution
1,247 Views
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.

View solution in original post

0 Kudos
3 Replies
1,247 Views
YixingKong
Senior Contributor IV

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

Thanks,

Yixing

0 Kudos
1,247 Views
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)

1,248 Views
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 Kudos