(22.03.2016, 10:36)Dis5 schrieb: Warum funktioniert die automatische Mount-Flash-Laufwerk? Auf die Version 14.1 hat gut geklappt. Wie zu beheben?
sudo apt-get upgrade
sudo apt-get update
sudo apt-get install ntfs-3g
sudo fdisk -l (You watch how is name of usb)
sudo mkdir -p /var/hdd (hdd or usb or u like)
nano /etc/fstab (it is of usb mont automatically allways, ADD RED LINE (vfat is if ur ubs is FAT32))
--------------------------------
proc
/proc proc defaults 0 0
/dev/mmcblk0p5 /boot vfat defaults 0 2
/dev/mmcblk0p6 / ext4 defaults,noatime 0 1
/dev/sda1 /var/hdd vfat defaults 0 0
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that
--------------------------------
sudo reboot
(21.03.2016, 18:38)cbrauweiler schrieb: Please check file under "/opt/carpc/startup/StartCarPC"
It is correct i think!
StartCarPC for 7WAYS
# Start gpsd FOR 7WAYS
sudo killall gpsd
gpsd /dev/ttyAMA0
sudo stty -F /dev/ttyAMA0 38400&
gpsctl -f -n /dev/ttyAMA0&
sudo killall 7ways
# Start 7ways with a low priority
cd /opt/carpc/7ways/
./7ways &
I too have added chmod 755 and permision root in user pi but no run...
I just read that UART Raspberry Pi 3 have problems... Look:
https://blog.adafruit.com/2016/03/07/ras...orkaround/