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

Official 64bit raspberry pi os differences #145

Open
jonesmz opened this issue Feb 5, 2022 · 0 comments
Open

Official 64bit raspberry pi os differences #145

jonesmz opened this issue Feb 5, 2022 · 0 comments

Comments

@jonesmz
Copy link
Contributor

jonesmz commented Feb 5, 2022

The official rpi os 64bit image has:

only one kernel, kernel8

and these settings turned on by default

# Automatically load overlays for detected cameras
camera_auto_detect=1

# Automatically load overlays for detected DSI displays
display_auto_detect=1

# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d

So for sake of aligning with upstream's official OS, we should

  1. Re-work our kernel build process to have only one kernel
  2. Change the vc4 overlay to vc4-kms-v3d but enable it for all pis, not just the pi4.
  3. add the other two options to our config, or inherit their default value from upstream.
samip5 added a commit that referenced this issue Jan 23, 2024
Enable automatic loading of overlays for detected:
- Camera
- Display

Part of #145.
samip5 added a commit that referenced this issue Jan 24, 2024
* Align more with upstream official OS.

Enable automatic loading of overlays for detected:
- Camera
- Display

Part of #145.

* No need to carry around the kernel source code.

Closes #138.
@github-project-automation github-project-automation bot moved this to In progress in Beta Roadmap Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant