Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 43 - File: showthread.php(1621) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1621) : eval()'d code 43 errorHandler->error_callback
/showthread.php 1621 eval




Themabewertung:
  • 5 Bewertung(en) - 5 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2)
(30.03.2016, 19:24)Oxyde schrieb: Hallo!
Ich für mein GPS GPS-Modul GY-GPS6MV2 setzt es unmöglich, das Modul fti ich ein Kabel zu parametrieren mit ihm verbunden.
und ich habe keine Signale, die xbmc erreicht

StartCarPC :
Code:
#!/bin/bash
# Start XBMC
#sudo killall xbmc.bin
#/usr/local/lib/xbmc/xbmc.bin &
#sudo renice -n -5 -p $(pgrep xbmc.bin)

#sudo killall kodi.bin
#/usr/local/lib/kodi/kodi.bin &
#sudo renice -n -5 -p $(pgrep kodi.bin)

# Start gpsd FOR 7WAYS
sudo killall gpsd
sudo chmod a+rwx /var/run/gps d.sock
gpsd /dev/ttyUSB0
sudo stty -F /dev/ttyUSB0 9600&
gpsctl -f -n /dev/ttyUSB0&
sudo killall 7ways
# Start 7ways with a low priority
cd /opt/carpc/7ways/
./7ways &

# Start Time synchronization tool with a low priority
cd /opt/carpc/tools/
nice -n 11 ./update-date.sh &

# Start Update check tool with low priority
nice -n 11 python /opt/carpc/tools/carpc-check-for-updates.py &

cd /opt/carpc/startup/
./StartCarPC_stage2 &

GPSD:

Code:
# 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/ttyUSB0"

# Other options you want to pass to gpsd
GPSD_# 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/ttyUSB0"

# Other options you want to pass to gpsd
GPSD_OPTIONS="-n"OPTIONS="-n"

Est ce qu'il y a une erreur dans mes fichiers?

Hallo Oxyde,

ich habe Raspi3 und das GPS Modul GY-GPS6MV2 mit serieller Schnittstelle. 
Leider hatte ich am das gleiche Problem, das keine Daten ankommen. 
Ich musste erst Bluetooth abgeschalten, bevor ich serielle Schnittstelle benutzten konnte.
Die Daten der seriellen Schnittstelle kommen über ttyAMA0.


Nachrichten in diesem Thema
RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - von Ray - 05.04.2016, 07:51

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 17 Gast/Gäste
RasPiCarProjekt