RPi3+RHF0M301+Ublox Neo 6m

Does anyone know if the Ublox-Neo-6m works with Gateway-OS?
I have this error:
Capturar
the module does not return Lat Long
just stay in this loop
When I connect to the Arduino the module is working normally.
GPS RXD - UART TX 8
GPS TXD - UART RX 10

I managed to solve the problem of the gps that was not synchronizing.
it was the module that was configured only to respond to GPGGA
and apparently the concentrator doesn’t recognize it.
$ GPGGA, 024904.00,2517.94628, S, 05406.98964, W, 1,04,2.40,516.6, M, 6.5, M , * 60.

But now the concentrator has this error, even with the gps receiving the signal of 6 sat:

I discovered the problem with my Ublox-Neo-6m modules
With the help of @brocaar he reminded me that:
“The HAL uses the proprietary UBX output of the uBlox module to get the monotonic GPS epoch time, instead of the UTC timestamp.”
So I had to use the configurator of the Gps Ublox modules (U-center) and enable the module to send the proprietary message Ubx Nav-GPSTime.
Concentratord now recognizes GPS messages.