summaryrefslogtreecommitdiff
path: root/recipes-navigation/gpsd/test/README
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-01-14 06:05:56 -0600
committerJohn Klug <john.klug@multitech.com>2021-06-22 09:09:58 -0500
commitcfba9d58320fe254b1160e0a9899fd5305594d52 (patch)
tree233bbd3a799d1c51599221c00579e3d283e7cf8a /recipes-navigation/gpsd/test/README
parent77ade8364d3e8012eb87919eb4fbba7c880bb3eb (diff)
downloadmeta-mlinux-cfba9d58320fe254b1160e0a9899fd5305594d52.tar.gz
meta-mlinux-cfba9d58320fe254b1160e0a9899fd5305594d52.tar.bz2
meta-mlinux-cfba9d58320fe254b1160e0a9899fd5305594d52.zip
Create gpsd-test package
Diffstat (limited to 'recipes-navigation/gpsd/test/README')
-rw-r--r--recipes-navigation/gpsd/test/README40
1 files changed, 32 insertions, 8 deletions
diff --git a/recipes-navigation/gpsd/test/README b/recipes-navigation/gpsd/test/README
index 18d712f..d3f3a60 100644
--- a/recipes-navigation/gpsd/test/README
+++ b/recipes-navigation/gpsd/test/README
@@ -1,10 +1,34 @@
-Install the test in the root file system
-of a device with ntp and gpsd installed.
-ntp must be configured to use gpsd as
-the time source.
+To run the test:
+opkg install gpsd-test_1.0-*_all.ipk
-cd /
-sudo tar -xf /tmp/gpsd-test.tar.gz
+/etc/rc5.d/S99zzreboot
+
+
+To shutoff the test:
+
+rm /var/config/reboot
+
+
+To restart the test:
+
+touch /var/config/reboot
+
+/etc/rc5.d/S99zzreboot
+
+
+
+A log of successful tests is kept in:
+/var/config/gpslog.txt.
+
+It contains the seconds since 1-1-1970,
+baud rate, and the ntpq -p output for the
+PPS.
+
+On failure, the test will stop rebooting.
+
+Failure is defined as:
+
+No fix (if we lost reception this could happen)
+
+Bad baud rate (not 115200)
-See /usr/share/gpsd-test/README for more
-details.