LCD-show-kali icon indicating copy to clipboard operation
LCD-show-kali copied to clipboard

package architecture (armhf) does not match system (armel)

Open jonathanfoster opened this issue 3 years ago • 0 comments

I received the error message package architecture (armhf) does not match system (armel) when attempting to run ./LCD35-show. The drivers installed correctly and the monitor worked after reboot, but the touch screen axes were swapped.

I'm running Sticky Finger's Kali-Pi on a Raspberry Pi B+.

$ uname -a
Linux kali 4.19.118-Re4son-v7+ #1 SMP Wed May 6 14:25:41 AEST 2020 armv7l GNU/Linux

I was able to resolve the issue by replacing the local install of the xserver-xorg-input-evdev lib with an APT install.

# sudo dpkg -i -B ./xserver-xorg-input-evdev_1%3a2.10.6-2_armhf.deb 2> error_output.txt
sudo apt-get install xserver-xorg-input-evdev  2> error_output.txt

jonathanfoster avatar Mar 13 '21 17:03 jonathanfoster