OpenVoiceOS/buildroot-external/board/ovos/raspberrypi/rpi4/config.txt

69 lines
1.5 KiB
Plaintext

# Raspberry Pi 4 Configuration
# Basic setting
arm_64bit=1
# Specify UEFI firmware file.
armstub=RPI_EFI.fd
# Enable UART for serial communication.
enable_uart=1
uart_2ndstage=1
# Enable GIC (Generic Interrupt Controller).
enable_gic=1
# Set device tree memory address range.
device_tree_address=0x1f0000
device_tree_end=0x200000
# Disable command line tags.
disable_commandline_tags=2
# Custom bootloader files.
start_file=start4x.elf
fixup_file=fixup4x.dat
# Disable overscan for full-resolution display.
disable_overscan=1
# Auto-detect DSI displays and load overlays.
display_auto_detect=1
# Graphics acceleration with VC4 V3D driver, uses 384MB CMA limited to 2 framebuffer.
dtoverlay=vc4-fkms-v3d,cma-384
max_framebuffers=2
# Uncomment for HDMI safe mode.
# hdmi_safe=1
# How much memory in MB to assign to the GPU on Pi models having
# 256, 512 or 1024 MB total memory
gpu_mem=256
# Fixes for serial console on certain Pi models.
dtoverlay=miniuart-bt
# Enable Bluetooth driver autoprobing.
dtparam=krnbt=on
# Enable onboard audio.
dtparam=audio=on
# Enable hardware random number generator.
dtparam=random=on
# Camera driver settings (uncomment to enable).
# dtoverlay=imx219 # For IMX219 camera module
# dtoverlay=ov5647 # For OV5647 camera module
# camera_auto_detect=1 # Auto-detect camera type
# Disable rainbow splash screen on boot.
disable_splash=1
# Enable I2C, I2S, and SPI interfaces for peripheral communication.
dtparam=i2c=on,i2s=on,spi=on
# Enable CPU frequency boost on compatible models.
arm_boost=1