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

it doesn't work on new raspberry pi OS CodeName: BookWorm #65

Open
descuidado opened this issue Feb 9, 2024 · 2 comments
Open

it doesn't work on new raspberry pi OS CodeName: BookWorm #65

descuidado opened this issue Feb 9, 2024 · 2 comments

Comments

@descuidado
Copy link

it doesn't work on new raspberry pi OS CodeName: BookWorm aarch64
this repo needs an update.

@vchrizz
Copy link

vchrizz commented Jun 27, 2024

It still works fine, since Raspbian bookworm the files config.txt and cmdline.txt moved from /boot/ to /boot/firmware/ .
So I did following before I run ./LCD-show installation:

mv /boot/config.txt /boot/config.txt.old
mv /boot/cmdline.txt /boot/cmdline.txt.old
ln -s /boot/firmware/config.txt /boot/config.txt
ln -s /boot/firmware/cmdline.txt /boot/cmdline.txt

@DennisRauscher
Copy link

After a lot of trial and error I made it work on bookworm x64 rp5, here is what I did:

  1. fresh install of raspberry pi bookworm via official imager to sd card
  2. follow the Guide https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)_Manual_Configuration "For Bookworm System" section, but with a change:
  3. dont add the 99-fbturbo.~, check if there is any configuration existing (from earlier trials) in the folder /usr/share/X11/xorg.conf.d and remove them (seems to be a issue with loading fbturbo (https://github.com/ssvb/xf86-video-fbturbo)
  4. run startx, it should work immediatly
  5. follow the rest of the guide

startup takes 2-5m for me from power to desktop.

Troubleshooting:
connect via ssh and run startx, check the error and the error log

Hope this helps!

ref: raspberrypi/bookworm-feedback#237

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

3 participants