Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCD-35C-show not compatible with Raspberry Pi 4 Kali Linux 64 bit #55

Open
Aethernite opened this issue Apr 20, 2022 · 4 comments
Open

Comments

@Aethernite
Copy link

After installing the 64-bit Kali Linux on my Raspberry Pi 4 the LCD show script doesn't seem to work. It fails to pull dependencies and reboots the RPI. The result from that is a white screen and HDMI connector not working (because the script disables it). To go around that issue I had to use the 32-bit Kali Linux image.

@dazbaker
Copy link

same here with the same thing ive just upgraded to the 64 all i get is a blank screen?

@Mifaxav
Copy link

Mifaxav commented May 6, 2023

it will only work with 32 bit os's it seems

@JimJ92120
Copy link

got it running on Pi 4B with kernel 6.1 on bullseye and bookworm (Raspberry PI OS 64-bit version) following [waveshare wiki instructions] (https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(C)#Install_the_touch_driver)
(example for C version)

also assuming x-org is used (and not wayland on bookworm)

following must be run with root privilege:

./LCD35C-show

# now
sudo  ./LCD35C-show

then updating (or creating) /usr/share/X11/xorg.conf.d/99-fbdev.conf as mentioned here:
https://forums.raspberrypi.com/viewtopic.php?t=161512#p1048180

...
  # output to LCD screen
  Option "fbdev" "/dev/fb1"

  # or replace with this to output to HDMI instead
  Option "fbdev" "/dev/fb0"
...

@Mifaxav
Copy link

Mifaxav commented Jan 9, 2024

cool..! ill try this out when i need the screen again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants