Skip to content

Instantly share code, notes, and snippets.

@lovesegfault
Created December 26, 2020 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovesegfault/68cb69b89fed87b5055d6102bedb2b6e to your computer and use it in GitHub Desktop.
Save lovesegfault/68cb69b89fed87b5055d6102bedb2b6e to your computer and use it in GitHub Desktop.
[pi3]
kernel=u-boot-rpi3.bin
[pi4]
kernel=u-boot-rpi4.bin
enable_gic=1
armstub=armstub8-gic.bin
# Otherwise the resolution will be weird in most cases, compared to
# what the pi3 firmware does by default.
disable_overscan=1
[all]
# Boot in 64-bit mode.
arm_64bit=1
# U-Boot needs this to work, regardless of whether UART is actually used or not.
# Look in arch/arm/mach-bcm283x/Kconfig in the U-Boot tree to see if this is still
# a requirement in the future.
enable_uart=1
# Prevent the firmware from smashing the framebuffer setup done by the mainline kernel
# when attempting to show low-voltage or overtemperature warnings.
avoid_warnings=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment