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

provisioning/rpi4: update to f39; fix copy u-boot.bin step #590

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

dustymabe
Copy link
Member

Update to F38 since stable is on F38 and also update the u-boot.bin copy step for:

  • use rpi_arm64/u-boot.bin from uboot-tools as recommended by pwhalen because it supports both rpi3 and rpi4.
  • In bcm283x-firmware the default location of the uboot bin file was changed [1].

[1] https://src.fedoraproject.org/rpms/bcm283x-firmware/c/489ba9a1607d29ed171540a675a43e71aa0d1f37?branch=rawhide

@dustymabe
Copy link
Member Author

I marked this as draft for now. There is a VGA console issue I'm still chasing down with @pwhalen. For me the system starts booting up fine but somewhere in the middle of bootup (kernel and systemd messages are flowing) the VGA console cuts out. The system does finish coming up, though, and I can SSH in.

@dustymabe
Copy link
Member Author

Adding nomodeset to the kernel command line fixes the VGA console dying at some point during boot. Working with the Fedora ARM team to see if there is an underlying bug here that needs fixing.

@dustymabe
Copy link
Member Author

BZ for the VGA console issue: https://bugzilla.redhat.com/show_bug.cgi?id=2241252

@dustymabe
Copy link
Member Author

New bug for BZ VGA console issue: https://bugzilla.redhat.com/show_bug.cgi?id=2246428

Update to F39 since stable will be on F39 next week. We have to add in a
`nomodeset` workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2246428

Also update the u-boot.bin copy step for:

- use rpi_arm64/u-boot.bin from uboot-tools as recommended by pwhalen
  because it supports both rpi3 and rpi4.
- In bcm283x-firmware the default location of the uboot bin file was
  changed [1].

[1] https://src.fedoraproject.org/rpms/bcm283x-firmware/c/489ba9a1607d29ed171540a675a43e71aa0d1f37?branch=rawhide
@dustymabe dustymabe changed the title provisioning/rpi4: update to f38; fix copy u-boot.bin step provisioning/rpi4: update to f39; fix copy u-boot.bin step Nov 17, 2023
@dustymabe dustymabe marked this pull request as ready for review November 17, 2023 21:57
@dustymabe
Copy link
Member Author

ok I just added nomodeset as a workaround in the steps for now. I'm marking this ready for review.

@dustymabe dustymabe merged commit 779e113 into coreos:main Nov 17, 2023
1 check passed
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