Added NTCNA install/setup
This commit is contained in:
19
NTCNA/rpi-update.sh
Executable file
19
NTCNA/rpi-update.sh
Executable file
@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
# copy config files
|
||||
sudo cp -r etc lib usr home /
|
||||
|
||||
# Need rc.local to start CAN and BSMPd
|
||||
sudo systemctl enable rc-local.service
|
||||
|
||||
# update
|
||||
sudo ntpdate pool.ntp.org
|
||||
sudo hwclock -w
|
||||
|
||||
# checkouts
|
||||
ntcna-update.sh
|
||||
|
||||
# rebuild
|
||||
#cd $HOME/NTCNA/CVehicle
|
||||
#./build.sh
|
||||
#./install.sh
|
||||
Reference in New Issue
Block a user