-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Fix compatibility with Raspberry Pi OS Bookworm #1668
Comments
Yes, i get error when install it on my pi4 with os bookworm, so i suggest you can add warning on |
Resolves #1667. TinyPilot doesn't currently work on Raspberry Pi OS Bookworm, so this change adds a check to prevent installation on versions of Raspberry Pi OS newer than Bullseye. A link to the [issue for adding Bookworm support](#1668) is included in the error message for convenience. I've tested this on-device on both Bullseye and Bookworm. <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1671"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a>
yes please add to readme that ONLY RPI OS 32bit bullseye works.. |
@CHN-STUDENT, @aetonsi - This information is currently in the README: |
Hi yes i saw that, i meant that the addition of the word "only" (with emphasis) would be great |
@mtlynch hey, i mean could you use more highlight and bigger fonts to show this, I think we can see this without wrong personal experience |
Any news ? (Raspi 5 wont run with Bullseye) |
I had the same issues with Bookworm, so I rolled back to Bullseye listed as Legacy in the RPI Imager. It hasn't worked for some reason as I ended up getting different dependency issues, though similar to the ones listed above. I plan on working with the scripts. If I have any luck, I'll share what I find. |
Thanks for your message, @hungry-bogart. I'm sorry to hear you're having dependency issues. We currently use Bullseye as our target operating system, so TinyPilot should work correctly on a new Raspberry Pi OS Bullseye installation. Can you please confirm that you performed a fresh installation of both Bullseye and then, subsequently, TinyPilot? |
Thanks, @cphague. I got it working. I think the dependency issues may have had something to do with a broken pipe issue I got while trying to install TinyPilot over SSH. It may have interrupted dpkg and thus packages were left unconfigured. My fix was just attaching the pi to a proper keyboard and screen to have more stability. Then, I ran sudo dpkg --configure -a and the packages resolved normally. I have the install running just fine now. I am using Bullseye (Raspberry Pi OS). This is really cool btw. I hope to help test in the future. I see you have a lot of requests at the top of this thread. I'll see if I can help. |
Thanks for the quick response. I'm pleased to hear that your TinyPilot installation is working now! Any help contributing to our development and testing processes would be welcome! As an aside, I've had similar issues with dropped SSH connections in the past and I've found that using |
From initial testing, we've discovered that some of TinyPilot's dependencies fail on Raspberry Pi OS Bookworm.
This is a high-level ticket to track the work of individual work items needed for TinyPilot to achieve Bookworm compatibility.
The text was updated successfully, but these errors were encountered: