We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b974404 commit e65b3b9Copy full SHA for e65b3b9
modules/ROOT/pages/provisioning-raspberry-pi4.adoc
@@ -38,7 +38,7 @@ In this case we can grab these files from the `uboot-images-armv8`, `bcm2711-fir
38
----
39
RELEASE=41 # The target Fedora Release. Use the same one that current FCOS is based on.
40
mkdir -p /tmp/RPi4boot/boot/efi/
41
-sudo dnf4 install -y --downloadonly --release=$RELEASE --forcearch=aarch64 --destdir=/tmp/RPi4boot/ uboot-images-armv8 bcm283x-firmware bcm283x-overlays
+dnf download --resolve --releasever=$RELEASE --forcearch=aarch64 --destdir=/tmp/RPi4boot/ uboot-images-armv8 bcm283x-firmware bcm283x-overlays
42
43
44
Now extract the contents of the RPMs and copy the proper `u-boot.bin` for the RPi4 into place:
0 commit comments