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

Use raspberrypi-firmware-uefi for Raspberry Pi #969

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

kkaempf
Copy link
Contributor

@kkaempf kkaempf commented Aug 22, 2023

This PR switches from the standard firmware to "system ready" (UEFI) firmware for Raspberry Pi

This PR switches from the standard firmware to "system ready" (UEFI)
firmware for Raspberry Pi

Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
Copy link
Contributor

@davidcassany davidcassany left a comment

Choose a reason for hiding this comment

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

Worth a try

@@ -44,7 +44,7 @@ RUN zypper --installroot /osimage in --no-recommends -y squashfs NetworkManager

# make ARM happy
#!ArchExclusiveLine: aarch64
RUN if [ `uname -m` = "aarch64" ]; then zypper --installroot /osimage in -y raspberrypi-firmware raspberrypi-firmware-config raspberrypi-firmware-dt u-boot-rpiarm64 grub2-arm64-efi; fi
RUN if [ `uname -m` = "aarch64" ]; then zypper --installroot /osimage in -y raspberrypi-firmware-uefi grub2-arm64-efi; fi
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice, did you manage to test that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kkaempf kkaempf merged commit 6bcc584 into rancher:main Aug 22, 2023
@kkaempf kkaempf deleted the use-raspberry-firmware-uefi branch August 22, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants