The antenna FR-01-S4-224 is on the board itself, working as an passive antenna.
Uart device is:
cat /sys/bus/platform/devices/soc/75b4000.uart/uevent
OF_NAME=uart
OF_FULLNAME=/soc/uart@075b4000
OF_COMPATIBLE_0=qcom,msm-uartdm-v1.4
OF_COMPATIBLE_1=qcom,msm-uartdm
OF_COMPATIBLE_N=2
OF_ALIAS_0=serial3
MODALIAS=of:NuartTCqcom,msm-uartdm-v1.4Cqcom,msm-uartdm
The issue was reading values from :
gpsdctl add /sys/devices/platform/soc/75b4000.uart/
gpsmon
The gpsmon application itself is having error log:
tcp://localhost:2947 JSON slave driver>
(82) {“class”:“VERSION”,“release”:“3.17”,“rev”:“3.17”,“proto_major”:3,“proto_min
or”:12}
(199) {“class”:“DEVICES”,“devices”:[{“class”:“DEVICE”,“path”:"/sys/devices/platf
orm/soc/75b4000.uart/",“activated”:“2020-01-30T06:59:32.009Z”,“native”:0,“bps”:9
600,“parity”:“N”,“stopbits”:1,“cycle”:1.00}]}
(122) {“class”:“WATCH”,“enable”:true,“json”:false,“nmea”:false,“raw”:2,“scaled”:
false,“timing”:false,“split24”:false,“pps”:true}
Any suggestions on how gpsdctl can be used to add this UART device ?
Thanks in advance…