Added CarPC setup/install

This commit is contained in:
2021-09-01 15:49:01 -04:00
parent 3978d36530
commit d6547b01e4
17 changed files with 1213 additions and 0 deletions

14
CarPC/etc/default/gpsd Normal file
View File

@ -0,0 +1,14 @@
# Default settings for the gpsd init script and the hotplug wrapper.
# Start the gpsd daemon automatically at boot time
START_DAEMON="true"
# Use USB hotplugging to add new USB devices automatically to the daemon
USBAUTO="true"
# Devices gpsd should collect to at boot time.
# They need to be read/writeable, either by user gpsd or the group dialout.
DEVICES="/dev/ttyACM0"
# Other options you want to pass to gpsd
GPSD_OPTIONS="-G"

7
CarPC/etc/default/ptpd Normal file
View File

@ -0,0 +1,7 @@
# /etc/default/ptpd
# Set to "yes" to actually start ptpd automatically
START_DAEMON=yes
# Add command line options for ptpd
PTPD_OPTS="-c /etc/ptpd2.conf"