Hi there ,
I had written a legato application which would read gps data from /dev/nmea the code was working fine in wp7502 but the same code when tried with wp7607 gives out following errors
–> supervisor[658]/supervisor T=main | app.c GetDevID() 650 | ‘/dev/nmea’ is not a device file. Success.
–> supervisor[658]/supervisor T=main | app.c SetCfgDevicePermissions() 754 | Failed to set permissions (rw) for app ‘GNSS’ on device ‘/dev/nmea’ .
It could be good if somebody provides me some pointers to over come this issue
Some more detail:
I managed to get the application up and “running” as a “sand boxed” application. The first connection to the outside world that I need is to the /dev/nmea port.