Hi
beagleboard-x15 in
We built and uploaded the SDK for android automotive.
Lunch version used:
lunch beagle_x15_auto-userdebug
The operation of Ui (Launcher) for automotive has been confirmed.
We want to install and use the Navigation App.
So connect the GPS to the USB Type
As above, we confirmed that NMEA is received from GPS device Node.
console:/ # cat /dev/ttyUSB0 $GPGGA,015033.000,3731.8991,N,12657.1359,E,2,07,1.4,90.1,M,19.4,M,2.0,0000*47 $GPGSA,M,3,20,10,24,12,25,15,21,,,,,,2.5,1.4,2.1*39 $GPRMC,015033.000,A,3731.8991,N,12657.1359,E,0.00,322.77,300120,,,D*6A $GPGGA,015034.000,3731.8991,N,12657.1359,E,2,07,1.4,90.1,M,19.4,M,3.0,0000*41 $GPGSA,M,3,20,10,24,12,25,15,21,,,,,,2.5,1.4,2.1*39 $GPRMC,015034.000,A,3731.8991,N,12657.1359,E,0.00,322.77,300120,,,D*6D $GPGGA,015035.000,3731.8991,N,12657.1359,E,2,07,1.4,90.1,M,19.4,M,4.0,0000*47 $GPGSA,M,3,20,10,24,12,25,15,21,,,,,,2.5,1.4,2.1*39 $GPGSV,3,1,12,20,70,207,39,10,61,302,20,24,55,044,18,12,42,122,51*78 $GPGSV,3,2,12,25,26,166,45,15,24,092,29,21,13,213,27,57,71,140,34*78
However, the Navigation App does not import location information.
I think we will need to do some additional work.
For example 'HAL' or '* .rc' or 'property' etc ...
Please guide me what I need to do to use USB GPS in Ti's Android SDK.
Thank you for your great help.
Best Regards.
Choi.