Files
infix/board/aarch64/raspberrypi-rpi64/config.txt
T
Joachim Wiberg ab56c1be50 Relocate src/board/* and package/board/* to board/
This commit consolidates all BSP support files into the Buildroot standard
board/ directory.  The concept of selectable boards in menuconfig remains
as-is but now lives in board/ instead.

Drop support for board-specific post-build.sh scripts, not needed atm. and
we should really use Buildroot _POST_INSTALL_HOOKS in the board .mk files
instead.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2025-10-31 13:26:06 +01:00

36 lines
383 B
Plaintext

[all]
arm_64bit=1
arm_boost=1
force_turbo=1
kernel=u-boot.bin
dtoverlay=rpi-env
dtoverlay=infix-key
disable_overscan=1
enable_uart=1
uart_2ndstage=1
[pi3]
start_file=start.elf
fixup_file=fixup.dat
dtoverlay=miniuart-bt
gpu_mem=100
[pi4]
start_file=start4.elf
fixup_file=fixup4.dat
dtoverlay=vc4-kms-v3d-pi4
lcd_rotate=2
# Prevent console on DSI
console=map:0
gpu_mem=256