Created
September 20, 2020 21:32
-
-
Save lovesegfault/6b4fbe7771939f23c002cf36fddec498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# U-Boot used to need this to work, regardless of whether UART is actually used or not. | |
# TODO: check when/if this can be removed. | |
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 | |
# Boot in 64-bit mode. | |
arm_64bit=1 | |
kernel=kernel.img | |
initramfs initrd followkernel | |
gpu_mem=192 | |
dtoverlay=hyperpixel4 | |
enable_dpi_lcd=1 | |
dpi_group=2 | |
dpi_mode=87 | |
dpi_output_format=0x7f216 | |
dpi_timings=480 0 10 16 59 800 0 15 113 15 0 0 0 60 0 32000000 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment