Skip to content

Commit

Permalink
[fix] rapssberry_pi4.md: bash expands u-boot vairable in heredocuments
Browse files Browse the repository at this point in the history
Signed-off-by: Manami Mori <[email protected]>
  • Loading branch information
Manami Mori committed Sep 2, 2023
1 parent b24658c commit 33913e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/raspberry_pi4.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export CROSS_COMPILE=aarch64-linux-gnu-
make rpi_4_defconfig
make -j`nproc`
cp u-boot.bin /path/to/bound/
cat <<EOF > boot.txt
cat <<"EOF" > boot.txt
fatload mmc 0:1 ${kernel_addr_r} EFI/BOOT/BOOTAA64.EFI
bootefi ${kernel_addr_r}
fatload mmc 0:1 ${fdt_addr_r} EFI/BOOT/dtb
Expand Down

0 comments on commit 33913e3

Please sign in to comment.