Star Hype News.

Premium celebrity moments with standout appeal.

updates

How to install LCD Touch display driver on ubuntu server 20.04 [rbPi 3B)

By Sebastian Wright

How to install LCD 3.5 touch driver on ubuntu 20.04 installed on Raspberry Pi 3B? I already tried to Install the driver provided, but here is what i got.

sudo ./LCD35-show
grep: /boot/cmdline.txt: No such file or directory
cp: cannot stat '/boot/cmdline.txt': No such file or directory
cp: cannot create regular file '/usr/share/X11/xorg.conf.d/99-fbturbo.conf': No such file or directory
cp: cannot create regular file '/boot/overlays/': Not a directory
cp: cannot create regular file '/boot/overlays/tft35a.dtbo': No such file or directory
grep: /boot/cmdline.txt: No such file or directory
cp: cannot create regular file '/usr/share/X11/xorg.conf.d/99-fbturbo.conf': No such file or directory
2021
need to update touch configuration
dpkg: error processing archive ./xserver-xorg-input-evdev_1%3a2.10.6-1+b1_armhf.deb (--install): package architecture (armhf) does not match system (arm64)
Errors were encountered while processing: ./xserver-xorg-input-evdev_1%3a2.10.6-1+b1_armhf.deb
cp: cannot stat '/usr/share/X11/xorg.conf.d/10-evdev.conf': No such file or directory
reboot now
Connection to 172.xx.x.xxx closed by remote host.
Connection to 172.xx.x.xxx closed.
0

1 Answer

I'm having the same problem.

The problem is:

dpkg: error processing archive ./xserver-xorg-input-evdev_1%3a2.10.6-1+b1_armhf.deb (--install): package architecture (armhf) does not match system (arm64)

You see the driver is for armhf not arm64.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy