gnss-mgr is only present on HW21 and therefor gpsd will not be started
on other HWs if the service is disabled.
Also the bitrate is configured by gnss-mgr so we must keep gpsd with
default bitrate detection mode.
The tool was previously just printing log messages. Using this log
library, the timestamps in journald will be more precise and it will be
possible to filter by log level.
BugzID: 65586
The default config file has been emptied to not set dummy values
A example file has been added so the user knows which fields can be set.
BugzID: 65564
Our used ubxlib was forked and diverged too much from the original
one. Now there is a naming conflict when installing our image in
the car drive tests.
Therefore our ubxlib is renamed to nmubxlib
BugzID: 65478
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
It can happen that hciattach fails because of timeout.
Reexecuting the service in this case makes sure that the bluetooth
device is handled by bluetoothctl.
BugzID: 65391
It may happen that the service is failing, because the modem is in an
unpredictable state. To avoid this kind of cases and increase the
resilience of the system, systemd will now restart the service if it
fails, leading to a full power cycle of the modem.
BugzID: 63740
scons was called manually in do_install step with different parameters
than in do_compile step, leading to a recompilation in do_install (but
without -j4), leading it to take very long.
BugzID: 62046
Get rid of issue: Fix overlapping ranges for Switzerland and
Liechtenstein
Fixed with upstream commit: 5dd4dbf709d38aab21cba0183cf26510054449f0
BugzID: 61219
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Making it clear what is related to netmodule version and what can be
appended to any gpsd version.
Additional small changes:
1. Removed udev rules createing /dev/gps0
Not needed since we have proper udev rules in their own repo now.
2. Removed patch 0001-gps_shm_close-Free-privdata.patch
It was not used referenced anywhere, probably a remans of an old
version.
3. Use gnss0 as default TTY device on all targets.
It avoids rebuilding everything when changing MACHINE
4. Update checksums for mainline gpsd archive.
This recipe alone is still not building but at least the checksums are
now correct.
BugzID: 62684
These definitions were here since the beginning of the project and
nobody really knows what they are used for.
Now it is the source of a build error because it is overwritting
definitions from upstream yocto.
Removing is fixing error and seems to fix other warnings related to
licenses too.
BugzID: 62473
neom8tool is part of gps-utils, the gnss0.ubx config file
is now part of the newly created gps-utils-congf package.
BugzID: 62085
Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
Issue: after a reboot with no power cycle the gnss reveiver
was in the wrong state and did not send any NMEA data for gpsd to use.
Solution: Added a controlled GNSS start on boot to make sure that
the receiver is in the correct state.
BugzID: 62382
Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
This tool is parsing first sector of MMC to find bootloaders, and then
reports the data of these bootloaders to /run/bootloader.
It also creates the file /dev/bootloaderX for each bootloader, allowing
to do a safe and redundant update.
BugzID: 62317
Adoption of recent changes in udev rules and gpsd build recipe
to gnss-config script.
BugzID: 62295
Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
The pythonpath is now fixed in 3.20/netmodule branch on netmodule
gpsd gitlab repository. therfore the patch is no longer needed in the recipe.
BugzID: 61939
Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This tool is not used anymore and has been replaced by the more
generic nmhw-fwupdate tool.
BugzID: 62102
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
gnss-save-on-shutdown is a service, makes gnss receiver state persistent
before shut down and check if state got loaded again upon boot
on shutdown:
contents of receiver ram gets dumped to receiver flash
on boot:
checks if ram dump got loaded from receiver flash back into receiver ram
BugzID: 60669
Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
The gnss0.config file still used the old name for gnss-config.service.
Changed it to the current name.
BugzID: 61707
Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>