Hi Beat thanks for the reply.
I tried again :
address@hidden ~ $ sudo gpsctl -b -D 5 -t "uBlox UBX binary" -e /dev/ttyAMA0 -x '\xB5\x62\x06\x04\x04\x00\xFF\x87\x00\x00\x94\xF5'
gpsctl:PROG: uBlox UBX binary driver selected.
gpsctl:PROG: switch_driver(uBlox UBX binary) called...
gpsctl:PROG: selecting uBlox UBX binary driver...
gpsctl:SHOUT: switching to mode BINARY.
gpsctl:IO: => GPS: UBX class: b5, id: 62, len: 10, crc: 3e92
▒b▒b
▒▒▒▒>▒gpsctl:IO: => GPS: b562b5620a0006040400ff87000094f53e92
This is the cold boot. Didn't see to have any effect.
Again CRC is wrong.
Removing the CRC from above :
address@hidden ~ $ sudo gpsctl -b -D 5 -t "uBlox UBX binary" -e /dev/ttyAMA0 -x '\xB5\x62\x06\x04\x04\x00\xFF\x87\x00\x00'
gpsctl:PROG: uBlox UBX binary driver selected.
gpsctl:PROG: switch_driver(uBlox UBX binary) called...
gpsctl:PROG: selecting uBlox UBX binary driver...
gpsctl:SHOUT: switching to mode BINARY.
gpsctl:IO: => GPS: UBX class: b5, id: 62, len: 8, crc: b3f7
▒b▒▒▒▒▒gpsctl:IO: => GPS: b562b562080006040400ff870000b3f7
Still wrong :)
I'm sure I'm doing something wrong here. Its getting the message class correct but failing to calculate the checksum correctly.
Anthony