-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support for Raspberry Pi firmwares/bootloaders #651
Comments
It might be useful to be able to have dot.conf files to allow different bits to be managed using bootupd, I know fwupd-efi may have similar requirements. |
FTR, I came up with a horrible, incomplete, but working workaround, see https://github.com/ondrejbudai/fedora-bootc-raspi |
Likewise for other SBC's which use uboot and/or need custom dtb/dtsi definitions. I am currently investigating bootc for rk3588/rk3566 deployment and am running into lack of flexibility. At the moment it looks like a wash for IOT and/or configurable dtb |
They will need to be dealt with differently actually. |
Both the rk3566/rk3588 have working e2dk uefi at this point; so as long as
it's been loaded it could be delt with similarly to the rpi hack linked
currently.
There are also a number of ways to use an uefi shim to chianload other
uboot targets.
…On Tue, 14 May 2024 at 18:13, Peter Robinson ***@***.***> wrote:
Likewise for other SBC's which use uboot and/or need custom dtb/dtsi
definitions. I am currently investigating bootc for rk3588/rk3566
deployment and am running into lack of flexibility. At the moment it looks
like a wash for IOT and/or configurable dtb
They will need to be dealt with differently actually.
—
Reply to this email directly, view it on GitHub
<#651 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACF5LYQOQDZXAF3TNHZVODZCGTOZAVCNFSM6AAAAABHLI6NI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBZGM3DIOJQGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Raspberry Pi requires a bunch of files to be available in the root of the ESP partition (traditionally mounted as
/boot/efi
on Fedora) in order to boot. In the case of Fedora, this means the firmware, uboot, device trees and probably more. This is the content of/boot/efi
on Fedora Server for aarch64:However,
bootupd
currently only manages the/boot/efi/EFI
directory, so there's no way to put these files under/boot/efi
without any kind of post-processing run afterbootupd backend install
.The text was updated successfully, but these errors were encountered: