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

Adds support for Raspberry Pi 5 #1868

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicomiguelino
Copy link
Contributor

Overview

  • Adds support for Raspberry Pi 5

How to run the installer script?

cd && \
echo "export CUSTOM_BRANCH='rpi5-support'" > .env && \
bash <(curl -sL https://raw.githubusercontent.com/nicomiguelino/Anthias/rpi5-support/bin/install.sh)

Copy link

sonarcloud bot commented Apr 2, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

@vpetersson vpetersson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this will work as the GPU is different on the pi 5.

@nicomiguelino nicomiguelino changed the title workaround: Pull Pi 4 images when fetching Docker images for Pi 5. Adds support for Raspberry Pi 5 Apr 2, 2024
@nicomiguelino
Copy link
Contributor Author

nicomiguelino commented Apr 2, 2024

@vpetersson I'm getting a Segmentation fault when running docker commands, so I re-installed Docker using this guide.

The progress so far (right after running the installer, well at least some custom commands):

image

image

EDIT: Looks like I will take more work than expected because of the GPU differences, you're right.

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.

2 participants