Hallo,
ich bin auch relativ neu in dem Gebiet und habe letztens ein Projekt gestartet.
Habe eine RPI B+ ein HifiBerry DAC und ein Waveshare 4" LCD Display. Dies soll mit weiterer Hardware als Internetradio dienen.
Nun wollte ich dies mit Volumio betreiben, jedoch bricht mir die Installation jedes mal ab und ich kann nichts mehr machen.
Gehe wie folgt vor:
1. flashen von Volumio mit Balena Etcher
2. Karte rein und starten
3. in Volumio über Browser Touch Plugin installieren
4. über Putty Treiber von:
git clone https://github.com/waveshare/LCD-show.git
..holen und wie folgt installieren:
1# cd LCD-show/
2# chmod +x LCD4-show
3# ./LCD4-show
dann bricht das ganze mit folgendem Text ab:
CMake Error: The current CMakeCache.txt directory /home/volumio/LCD-show/rpi-fbc p/build/CMakeCache.txt is different than the directory /home/pi/LCD-show/rpi-fbc p/build where CMakeCache.txt was created. This may result in binaries being crea ted in the wrong place. If you are not sure, reedit the CMakeCache.txt
CMake Error: The source "/home/volumio/LCD-show/rpi-fbcp/CMakeLists.txt" does no t match the source "/home/pi/LCD-show/rpi-fbcp/CMakeLists.txt" used to generate cache. Re-run cmake with a different source directory.
CMake Error: The source directory "/home/pi/LCD-show/rpi-fbcp" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Makefile:176: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
LCD configure 0
Habe auch schon versucht den Pfad in der CMakeCache.txt zu ändern, jedoch ohne Erfolg.
Wäre um jede Hilfe sehr dankbar, da ich schon seit Tage alles mögliche probiere und bis jetzt zu keinem Erfolg gekommen bin 
VG Fabi