-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Current installs broken on RPI4 bookworm #1854
Comments
Could we get a note above the install instructions to highlight Need Bullseye 32-bit ONLY Bookworm, 64-bit is all unsupported and won't install. |
Hi @gazhay, I'm sorry you ran into this install issue. As you mentioned, TinyPilot currently only supports Bullseye 32-bit. We're tracking compatibility with Bookworm in this issue. Our README already mentions Raspberry Pi OS Bullseye (32-bit) as a pre-requisite for installation. Can I ask how we could improve the language surrounding that? For instance, would changing "Pre-requisites" to "Requirements" help? |
Either move the pre-requisite section under "simple install" and/or perhaps have a one liner test the arch and codename at install time and spit out a message, rather than attempt to install and fail. After all, the wording is a bit confusing. The rpi4 is supported, but the only text is something like "use this simple command to install on any compatible rpi" When it means, any compatible pi running a supported os. |
Thanks, @gazhay!
I was fairly sure that already existed, so I checked and we do have some checks to prevent installation on incompatible systems. However, it looks like those checks didn't cover some systems (64-bit), which explains why we saw this behavior. I've created a new issue and pushed a fix so that we block installs on 64-bit systems too. I've also created an issue to update our README to make it more clear what the requirements are for installation. I've changed the "Pre-requisites" section to a "Requirements" section and moved it into the "Simple installation" heading so it's more visible. Additionally, I've updated the requirement to "A Raspberry Pi 4 running Raspberry Pi OS Bullseye (32-bit)". I hope that covers everything! Please let me know if you have any questions or feedback. |
Using the scripts here https://github.com/tiny-pilot/tinypilot?tab=readme-ov-file#simple-installation, install fails with dependency problems under a fresh Rpi4 bookworm install image created with rpi imager.
Tried to do a sudo apt update && sudo apt upgrade to make dependencies appear but sadly they don't.
Reverted to a fresh bullseye install from rPI, and also blocked by
The text was updated successfully, but these errors were encountered: