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

Add support for Raspberry pi OS Bookworm (and, to some extent, Pi5) #2317

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

Williangalvani
Copy link
Member

@Williangalvani Williangalvani commented Jan 17, 2024

I expect this to break AT LEAST the pi4 serial port mapping

known issues:

  • ssh is not getting enabled automatically, even with the ssh file at /boot
  • pi5 i2c ports are not working, probably need some update to the overlays

Steps:

  • Fix messing up cmdline.txt in bookworm
  • Get 32 bit images working
  • Move on to 64 bits and deal with the issues there

@RaulTrombin
Copy link
Member

RaulTrombin commented Feb 22, 2024

@Williangalvani also we need to add arm_64bit=0 to the config.txt file. If not it will load the 64 bit.

Since kernel 6, it loads the 64 by default on RPi4.
raspberrypi/rpi-firmware@7d6d960

@RaulTrombin
Copy link
Member

I expect this to break AT LEAST the pi4 serial port mapping

known issues:

  • ssh is not getting enabled automatically, even with the ssh file at /boot
  • pi5 i2c ports are not working, probably need some update to the overlays

@Williangalvani Have you tryed adding the pi user?

generate the encrypted 'raspberry' password and copy
echo 'raspberry' | openssl passwd -6 -stdin

nano /boot/userconfig
pi:openssl_thing_passwd

nano /boot/ssh

@Williangalvani
Copy link
Member Author

@Williangalvani Have you tryed adding the pi user?

yes, that is the second commit

@Williangalvani Williangalvani force-pushed the bookworm branch 2 times, most recently from f9e89dc to c4b44f9 Compare April 8, 2024 01:17
@Williangalvani Williangalvani force-pushed the bookworm branch 4 times, most recently from 1c1fc9c to f4c9db9 Compare May 11, 2024 04:43
@Williangalvani Williangalvani force-pushed the bookworm branch 4 times, most recently from 204a677 to 6218179 Compare May 13, 2024 22:23
@Williangalvani Williangalvani force-pushed the bookworm branch 4 times, most recently from 2a048b9 to 0ee8125 Compare May 15, 2024 00:07
@Williangalvani Williangalvani force-pushed the bookworm branch 2 times, most recently from 6a35649 to 853ede4 Compare May 15, 2024 01:15
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

Successfully merging this pull request may close these issues.

None yet

2 participants