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 Pi3/4 64-bit images by using packages from Alpine #3

Closed
wants to merge 1 commit into from

Conversation

imrehg
Copy link
Contributor

@imrehg imrehg commented Sep 19, 2019

The bootloader package is not available for 64-bit in Raspbian, thus here we use Alpine (armv7 or aarch64 as needed), and install the Python requirements from scratch, instead of using the system SenseHAT package (which currently only exists for 32-bit ARM in Alpine as well)

Change-type: major
Signed-off-by: Gergely Imreh gergely@balena.io

The `bootloader` package is not available for 64-bit in Raspbian,
thus here we use Alpine (armv7 or aarch64 as needed), and install
the Python requirements from scratch, instead of using the system
SenseHAT package (which currently only exists for 32-bit ARM in
Alpine as well)

Change-type: major
Signed-off-by: Gergely Imreh <gergely@balena.io>
Copy link

@dansku dansku left a comment

Choose a reason for hiding this comment

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

tested and working!

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