dasl- / piwall2

0 stars 0 forks source link

raspberry pi bullseye OS updates #18

Open dasl- opened 2 years ago

dasl- commented 2 years ago

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 https://github.com/popcornmix/omxplayer/issues/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- commented 10 months ago

instructions? https://gist.github.com/itapai/a18e58c04c5b67e936c8ad6fc374eb14