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

raspberry pi bullseye OS updates #18

Open
dasl- opened this issue Apr 8, 2022 · 1 comment
Open

raspberry pi bullseye OS updates #18

dasl- opened this issue Apr 8, 2022 · 1 comment

Comments

@dasl-
Copy link
Owner

dasl- commented Apr 8, 2022

Firstly, bullseye removes support for omxplayer. But we can work around this by installing it and its dependencies manually.

  1. copy dependencies. See here for which files we need and where: https://github.com/hitesh83/pwomxplayer-support . The libs can be obtained officially from here: https://github.com/raspberrypi/firmware/tree/master/opt/vc/lib . Should the libs be copied into /usr/lib/arm-linux-gnueabihf/ or into /opt/vc/lib?

  2. Comment out kms driver. See OMXPlayer and Raspbian Bullseye - running and compiling popcornmix/omxplayer#810 and https://forums.raspberrypi.com/viewtopic.php?t=323322#p1935441

Secondly, bullseye removes existence of the pi default user and password: https://www.raspberrypi.com/news/raspberry-pi-bullseye-update-april-2022/ (see section "Headless setup"). Need to make sure stuff runs w/o assumption of pi user, or have a script to create it. See here for how to generate account passwords on osx: https://www.google.com/search?client=firefox-b-1-d&q=osx+sha512+password

@dasl-
Copy link
Owner Author

dasl- commented Dec 4, 2023

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

1 participant