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

Bookworm Support #59

Open
calanthe23 opened this issue Jul 7, 2023 · 1 comment
Open

Bookworm Support #59

calanthe23 opened this issue Jul 7, 2023 · 1 comment

Comments

@calanthe23
Copy link

I performed an upgrade to bookworm on my raspberry pi that I use to run a Unicorn HAT HD display. Unfortunately, the display stopped working after the upgrade.

I posted here in the forum to get some assistance:
https://forums.pimoroni.com/t/unicorn-hat-hd-bookworm-challenges/22454

I mention this post because it contains the full output from the automated Unicorn install script.

Someone mentioned performing a manual install. I went to the git page for the HAT, and did this. Via this process, I could see that it was failing first on the python3-spidev package. I was able to force the install of that package with:
sudo pip install spidev --break-system-packages

But the HAT still wouldn't function. After this, I performed an install of the unicornhathd package as follows:
sudo pip3 install unicornhathd --break-system-packages

Via these two commands, the HAT now works again and I have not experienced any system issues otherwise.

I hope this information can help to provide an update to make this functional for others in the future.

Thanks!

@nettings
Copy link

nettings commented Dec 1, 2023

I'm using the HAT with bookworm successfully. Perform a manual install. Ignore all messages telling you to "sudo pip install FOO" anything, and instead do an "apt search FOO", then install the package you find there.
Unfortunately, the examples don't seem to come with those packages, but it's easy to just cut and paste them from git.
The only thing I can't get to work yet is the camera example, because there is only picamera2 and there seem to be some API changes I haven't figured out yet.

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

2 participants