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:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
IN PROGRESS - CarPi Jessie (Mai 2016) & KODI 17 (Alpha)
#11
Kannst gerne auch deinen bisherigen stand mal hochladen, dann können wir zusammen basteln.  Kleines changelog aufbauen damit wir wissen was der andere gemacht hat (mit kleinem workaround). Würde mich freuen dir helfen zu können Smile
#12
Bisheriges Installationsscript
Code:
#!/bin/bash

# free some space
sudo apt-get --yes --force-yes remove --purge minecraft-pi scratch wolfram-engine debian-reference-* epiphany-browser* sonic-pi supercollider*
sudo apt-get --yes --force-yes clean
rm -r /home/pi/python_games/

# cleanup desktop
sudo rm -f /home/pi/Desktop/debian-reference-common.desktop /home/pi/Desktop/epiphany-browser.desktop /home/pi/Desktop/minecraft-pi.desktop /home/pi/Desktop/pistore.desktop /home/pi/Desktop/python-games.desktop /home/pi/Desktop/scratch.desktop /home/pi/Desktop/sonic-pi.desktop /home/pi/Desktop/wolfram-language.desktop /home/pi/Desktop/wolfram-mathematica.desktop

# Initialize the radio module
sudo apt-get --yes --force-yes install python-smbus

# Send click events to X windows
sudo apt-get --yes --force-yes install xdotool

# Install usbmount
sudo apt-get --yes --force-yes install usbmount

# navit gpsd and tools
sudo apt-get --yes --force-yes install gpsd gpsd-clients espeak navit

# cleanup apt-get
sudo apt-get --yes --force-yes autoremove

# Install wiringPI
cd /home/pi/
git clone git://git.drogon.net/wiringPi
cd wiringPi
git pull origin
./build
cd ../

# Build kodi from git

Vorher die "source.list" um einen Eintrag mit wheezy erweitern. Also die erste Zeile kopieren und "jessie" durch "wheezy" ersetzen.

sudo apt-get --yes --force-yes install git build-essential equivs gdebi
mkdir /home/pi/build
cd /home/pi/build
git clone git://github.com/xbmc/xbmc.git
equivs-build control
sudo gdebi kodi-build-deps_1.0_all.deb
cd /home/pi/build/xbmc
git clean -xfd && git reset --hard
./bootstrap
sudo make -C tools/depends/target/crossguid PREFIX=/usr
CFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" CXXFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" LDFLAGS="-L/opt/vc/lib" FFMPEG_OPTS="--cpu=cortex-a7" ./configure --disable-gl --enable-gles --with-platform=raspberry-pi --disable-x11 --disable-vaapi --disable-vdpau --disable-avahi --enable-pulse --disable-optical-drive --enable-alsa --enable-player=omxplayer --disable-libcec --enable-libbluetooth
make -j3
sudo make install

# Create system variable
echo "export CARPC_PATH=/opt/carpc/" >> ~/.bashrc
source ~/.bashrc

# some other
sudo cp profile /etc/
sudo cp inittab /etc/

Datei "control" mit den Abhängigkeiten für KODI
Code:
Section: misc
Priority: optional
Standards-Version: 3.9.2

Package: kodi-build-deps
Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, default-jre, gawk, gperf, libao-dev, libasound2-dev, libass-dev (>= 0.9.8), libavahi-client-dev, libavahi-common-dev, libbluetooth-dev, libbluray-dev (>= 0.7.0), libboost-dev, libboost-thread-dev, libbz2-dev, libcap-dev, libcdio-dev, libcec-dev, libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl-dev, libcwiid-dev, libdbus-1-dev, libfontconfig-dev, libfreetype6-dev, libfribidi-dev, libgif-dev (>= 4.1.6), libgl1-mesa-dev | libgl-dev, libglew-dev, libglu1-mesa-dev | libglu-dev, libiso9660-dev, libjasper-dev, libjpeg-dev, libltdl-dev, liblzo2-dev, libmicrohttpd-dev, libmodplug-dev, libmpcdec-dev, libmpeg2-4-dev, libmysqlclient-dev, libnfs-dev, libogg-dev, libpcre3-dev, libplist-dev, libpng12-dev | libpng-dev, libpulse-dev, librtmp-dev,libsdl2-dev, libsmbclient-dev, libsqlite3-dev, libssh-dev, libssl-dev, libswscale-dev, libtag1-dev (>= 1.8), libtiff5-dev, libtinyxml-dev (>= 2.6.2), libtool, libudev-dev, libusb-dev, libva-dev, libvdpau-dev, libvorbis-dev, libxinerama-dev, libxml2-dev, libxmu-dev, libxrandr-dev, libxslt1-dev, libxt-dev, libyajl-dev (>=2.0), lsb-release, nasm, python-dev, python-imaging, python-support, swig, unzip, uuid-dev, yasm, zip, zlib1g-dev
Description: List of packages that are used to build Kodi.

Datei "profile" für Autostart Kodi
Code:
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

if [ "`id -u`" -eq 0 ]; then
  PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else
  PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games"
fi
export PATH

if [ "$PS1" ]; then
  if [ "$BASH" ] && [ "$BASH" != "/bin/sh" ]; then
    # The file bash.bashrc already sets the default PS1.
    # PS1='\h:\w\$ '
    if [ -f /etc/bash.bashrc ]; then
      . /etc/bash.bashrc
    fi
  else
    if [ "`id -u`" -eq 0 ]; then
      PS1='# '
    else
      PS1='$ '
    fi
  fi
fi

# The default umask is now handled by pam_umask.
# See pam_umask(8) and /etc/login.defs.

if [ -d /etc/profile.d ]; then
  for i in /etc/profile.d/*.sh; do
    if [ -r $i ]; then
      . $i
    fi
  done
  unset i
fi

# Check if KODI was already started (this script is executed at any getty spawn, LXDE start)
if [ "$(pidof kodi.bin)" ]
then
  # process was found
  echo "KODI already started"
else
  # process not found
  echo "KODI is starting..."
  /usr/local/lib/kodi/kodi.bin
fi
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
#13
Sehr schön Smile Werde mir dann mal das aktuelle IMG von Raspbian ziehen und angucken.

Vielleicht hilft dir dass hier schonmal weiter bzgl. Kodi und Navit parallel laufen zu lassen http://forum.kodi.tv/showthread.php?tid=84639
#14
Wie lang bootet das System eigentlich?
#15
(23.05.2016, 20:38)cbrauweiler schrieb: Der von Jack ;-)

Also heißt das, dass ich jetzt aufhören kann zu weinen? Tongue


Big Grin
#16
(24.05.2016, 19:22)harryberlin schrieb: Wie lang bootet das System eigentlich?

Aufm Pi3 ~21 Sekunden. Ist aber noch nix getweaked.


(24.05.2016, 20:12)Jack schrieb:
(23.05.2016, 20:38)cbrauweiler schrieb: Der von Jack ;-)

Also heißt das, dass ich jetzt aufhören kann zu weinen?  Tongue


Big Grin

Nein...muss einiges angepasst werden damit dein Skin mit Kodi 17 zusammenarbeitet. Ist aber weniger Aufwand als ich dachte. Paar Dateien umbenennen und bissel was anpassen.
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
#17
Update:

Also bisher bekomme ich es nicht hin das Navit im Hintergrund auf einer X-Session startet. Der CarPCController läuft auch wien Sack Nüsse.
Bisher funktioniert aber folgendes:
- Installation Raspbian Wheezy
- Installation CarPC mit Andrei`s Installationsscripten
- Upgrade auf Jessie
- Nach Upgrade via "rasp-config" bei "Boot Options" auf "Console Autologin" umstellen.
- Upgrade auf Kodi 17-Alpha

Danach funktioniert der Raspberry Pi Touchscreen problemlos. Für andere Screens könnte folgendes funktionieren: http://markamc.traki-iski.co.uk/raspberr...uchscreen/
Das Probiere ich mal aus mit meinem eGalax. Das müsste dann aber eigentlich auch für andere Screens funktionieren.
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
#18
Hi Christian vielen Dank fürs updaten. Bin gespannt ob du es hin bekommst. Drück dir die Daumen.
Raspberry Pi 2 , Pollin 7" Display, PIco USV, Jessie Image
Am Testen Raspberry Pi 3, 7" Orginal Display, Jessie Image
#19
So noch mal ein kleines Update...

- Raspbian Jessie installiert
- Kodi 17 kompiliert
- Navit via apt-get installiert
- CarPCController etc installiert (neue Version aus GitHub)
- Boot to Console (Autologin)
- Autostart Kodi via /etc/profile
- Radio Addon, Jacks Skin (angepasst an Kodi 17), Navi Addon, CarPCManager (autostart X)
- Neuer NAVIT Skin
- Autostart von Navit und CarPCController via /etc/xdg/lxsession/LXDE-Pi/autostart

Läuft jetzt alles bis auf das umschalten zu Navit. Wenn ich via Bildschirmschoner Kodi dimme, sieht man Navit im Hintergrund, aber über das Plugin dort hinschalten geht nicht. Es bleibt dort leider schwarz. Ich befürchte das liegt auch an den Patches die fehlen...
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
#20
Also wenn nach 21s Kodi geladen ist und Musik abspielt, dann ist das doch ein guter Wert.


Gehe zu:


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