blob: d3f3a60cf106e5b4ca6a5846448b5f8f92e0b097 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
To run the test:
opkg install gpsd-test_1.0-*_all.ipk
/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)
|