I tried for days to install a Waveshare 3.5inch RPI LCD (B) rev2.0 on a RPI3B+, now with success.
Don´t find any guide here nor the web to install and set this hardware. So, as an absolutely Linux noob,
I wrote a script, don´t know if all commands in it are needed, but it works for me, hope it helps anyone.
Please report if I have to change anything.
Hi Lintbf,
can´t say because I don´t have RPI4 for testing it.
But I think it´s the same install procedure.
Do You want to try it out and report here?
Greetings.
I know this site but waveshare only offers 2 installation methods,
first, to run LCD35B-show-V2 script that is killing your volumio installation,
I tried it a few time,
second, a 7.9 Gig. ready-to-use-image.
calibration.conf file from waveshare git hub, especially for 3.5 B V2,
needs a little modification that works for volumio, userconfig.txt too,
no indication of this on this website, quite frustrating for a beginner like me.
More or less Igave up😊
But I will sent you the information this weekend.
It’s a 4’’ wave screen. Raspi 3b+, latest volimio image.
Already tried it a dozen time, all kinds of scripts, internet manuals. But maybe you can help.
The sreen is lit. Yes sometimes I see Volumio shattered.
● volumio-kiosk.service - Volumio Kiosk
Loaded: loaded (/lib/systemd/system/volumio-kiosk.service; disabled)
Active: failed (Result: exit-code) since Fri 2021-05-14 14:22:24 UTC; 2min 42 s ago
Process: 1293 ExecStart=/usr/bin/startx /etc/X11/Xsession /opt/volumiokiosk.sh – -nocursor (code=exited, status=1/FAILURE)
Main PID: 1293 (code=exited, status=1/FAILURE)
May 14 14:22:02 volumio pulseaudio[1492]: Unable to contact D-Bus: org.freedeskt op.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally witho ut any error message
May 14 14:22:02 volumio pulseaudio[1492]: Unable to contact D-Bus: org.freedeskt op.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally witho ut any error message
May 14 14:22:02 volumio pulseaudio[1492]: org.bluez.Manager.GetProperties() fail ed: org.freedesktop.DBus.Error.UnknownMethod: Method “GetProperties” with signat ure “” on interface “org.bluez.Manager” doesn’t exist
May 14 14:22:23 volumio systemd[1]: Stopping Volumio Kiosk…
May 14 14:22:23 volumio startx[1293]: xinit: connection to X server lost
May 14 14:22:24 volumio startx[1293]: waiting for X server to shut down (II) Ser ver terminated successfully (0). Closing log file.
May 14 14:22:24 volumio startx[1293]: xinit: unexpected signal 15
May 14 14:22:24 volumio systemd[1]: volumio-kiosk.service: main process exited, code=exited, status=1/FAILURE
May 14 14:22:24 volumio systemd[1]: Stopped Volumio Kiosk.
May 14 14:22:24 volumio systemd[1]: Unit volumio-kiosk.service entered failed st ate.
I started all over again and did exacty the steps from your topic.
Latest Volumio image, lit is on.
thers is something on the screen but shattered.
chromium-browser version
/usr/bin/chromium-browser: line 138: lsb_release: command not found
/usr/bin/chromium-browser: line 139: lsb_release: command not found
bootstrap_helper: /usr/lib/chromium-browser/nacl_helper: Cannot open ELF file! errno=2
[1:1:0514/165147.471640:ERROR:nacl_fork_delegate_linux.cc(315)] Bad NaCl helper startup ack (0 bytes)
[2266:2266:0514/165147.545955:ERROR:browser_main_loop.cc(495)] Failed to put Xlib into threaded mode.
[2266:2266:0514/165147.638681:ERROR:browser_main_loop.cc(272)] Gtk: cannot open display:
That’s what I suspected: chromium has not been installed (properly). Easiest to try would be uninstalling the touch display plugin and re-installing it. You might watch the installing process for errors in a terminal with
journalctl -f --no-tail
Installing respectively downloading chromium fails from time to time for various reasons. One reason could be too less space on your SD card. After setting up Volumio did you wait so the file system could expand?
If that should not have been the case and disk space should be too low you could create a file “boot/resize-volumio-datapart” with
touch /boot/resize-volumio-datapart
and reboot before re-installing the plugin. Then the data partition will get expanded to its maximum size.