RasPiCar Projekt Forum

Normale Version: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2)
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Also ich habe einen ungeschützten 18650er Akku an meiner PiUSV+ CW2 angeschlossen, und das funzt einwandfrei.
I have a small question about the kodi version that you are using. Did you compile it by yourself or you installed the kodi-bin from raspbian repo? If you compiled it by yourself, is there any special flag that I need to enable? Because at the moment, the kodi (15.2 from git) is always on top and I cannot switch to navit. I read on kodi forum that the version from Debian jessie is always on top and it can't be minimize or so. Would you please share it?

Thanks a lot.

Hieu
It`s manually compiled from git.
(01.06.2016, 09:33)cbrauweiler schrieb: [ -> ]It`s manually compiled from git.

When you compiled, do you have the error of:
Code:
checking for main in -lEGL... no

I have this problem for days and cannot know how to solve it. There are also many people got the same problem without solution. Would you please help if you know?

And about the other question, did you enable --enable-x11?
Hey,

erstmal vielen Dank für die Arbeit mit dem Image! Die Installation hat auf dem Pi 3 soweit super geklappt bis auf die Touch-Funktion. Habe einen alten 7" Monitor von einer Rückfahrkamera (480X234) per Cinch im Einsatz der soweit auch gut funktioniert. Für die Touch-Eingabe habe ich mir das USB-eGalax Touch Pad darüber gebastelt. Dieser wird auch unter Raspbian erkannt und ich kann ihn Calibrieren wobei mir folgende Werte angezeigt werden:

Section "InputClass"
             Identifier                  "calibration"
             MatchProduct          "eGalax Inc. USB TouchController"
             Option       "Calibration"      "92 1992 1884 167"
EndSection


Erste Frage: Wo muss ich diese Werte abspeichern, damit sie auch nach einem Neustart bei Raspbian noch vorhanden sind?
Zweite Frage: Wie bekomme ich den auch in Kodi zum laufen. Wenn ich hier die Kalibrierung starte werden die Touch-Befehle
nicht erkannt, obwohl die LED aufleuchtet.

Vielen Dank für die Hilfe!
Gruß Maik
@hieuln:
check this http://raspicarprojekt.de/showthread.php?tid=703

@MaikO.:
https://christian-brauweiler.de/howto/ca...ouchscreen
Guck mal da... in der Mitte irgendwo steht was zu tun ist. Damit sollte das klappen
Hi,
ich verfolge das Projekt hier schon eine Weile und bin echt begeistert. Aktuell treibt mich leider die Umsetzung in den Wahnsinn. Ich habe einen RPI2 mit dem offiziellenl RPI Touchscreen. Das Image läuft einwandfrei und der Touchscreen funktioniert auch.
Für GPS habe ich das Microstacks GPS mit Base Unit an die GPIO angeschlossen. Ich habe in der StartCarPC Datei auf ttyAMA0 umgestellt. Ich weiß allerdings nicht, wie es weiter gehen soll.

Beim normalen Jessie ohne CarPc läuft alles einwandfrei, auch wegen der Anleitung von Microstacks, die leider beim CarPC nicht funktioniert.

Vielleicht kann mir ja jemand einen Tipp in Richtung Fehlersuche / Behebung geben.

Gruß

Link zum Microstack:
http://www.farnell.com/datasheets/1860443.pdf?COM=July
(02.06.2016, 13:11)cbrauweiler schrieb: [ -> ]@hieuln:
check this http://raspicarprojekt.de/showthread.php?tid=703

Thank you very much for your guide. I did it and it works good. However I have small problem that when I click on Navigation, the screen is black with the white back arrow to come back to home screen. I ssh and see that navit is running in background. It looks like the problem is similar to when I install the kodi version in raspbian repositories (which someone said that, with that version, kodi cannot be lost focus and always be on top).

In kodi.log, I see this:

Code:
12:03:03 T:1969192960   DEBUG: Activating window ID: 10025
12:03:03 T:1969192960   DEBUG: ------ Window Deinit (Home.xml) ------
12:03:03 T:1969192960   DEBUG: ------ Window Init (MyVideoNav.xml) ------
12:03:03 T:1969192960    INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY

I tried to look on your image and see nothing different there (or maybe I missed something?). Do you know why it happen and how to fix it? Thank you very much for your wonderful work here.
Hallo,
Ich versuche bei  meinem CarPi den GPS Empfänger ans laufen zu bekommen , die Anleitung hilft nicht richtig weiter --> http://raspicarprojekt.de/showthread.php...808#pid808
Haben sich die zwischen Version 2015 und 2016 die Pfade verändert ? 
 /opt/carpc/startup/Startup hab ich gefunden.  Aber wo finde Ich  /lib/udev/gpsd.hotplug , damit ich die Anpassung vornehmen kann.
Damit der folgende Fehler hoffentlich verschwindet:

CarPi gpsd[1330]: gpsd:ERROR: /var/run/gpsd.sock: device activation failed.
CarPi gpsd[1330]: gpsd:ERROR: device open failed: Permission denied - retrying read-only



Software:
CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) 

Hardware 
- Rasperry PI 3
Raspberry Pi 7" Touchscreen (kapazitiv) 
SkyTraq Venus 8 USB GPS Maus (GM-65)
PiUSV+ CW2

Gruß  Jan
Ich frag mich immer warum ihr solche Probleme mit GPS habt. Ich steck das Ding rein und dann läuft das.

mach mal...

Code:
kill -9 gpsd
Code:
sudo chmod a+r /dev/ttyUSBx
für das x die nummer unter der dein GPS läuft
Code:
gpsd /dev/ttyUSBx

Wenn es dann läuft trägst du das chmod einfach in die Startup Datei mit ein nach dem kill und bevor gpsd gestartet wird.