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

69 lines
1.5 KiB
Plaintext
Raw Normal View History

2024-01-28 03:19:14 +01:00
# Raspberry Pi 4 Configuration
# Basic setting
2023-08-21 10:05:43 +02:00
arm_64bit=1
2024-01-28 03:19:14 +01:00
# Specify UEFI firmware file.
armstub=RPI_EFI.fd
# Enable UART for serial communication.
2023-08-21 10:05:43 +02:00
enable_uart=1
2024-01-28 03:19:14 +01:00
uart_2ndstage=1
# Enable GIC (Generic Interrupt Controller).
2023-08-21 10:05:43 +02:00
enable_gic=1
2024-01-28 03:19:14 +01:00
# Set device tree memory address range.
2023-08-21 10:05:43 +02:00
device_tree_address=0x1f0000
device_tree_end=0x200000
2024-01-28 03:19:14 +01:00
# Disable command line tags.
disable_commandline_tags=2
# Custom bootloader files.
start_file=start4x.elf
fixup_file=fixup4x.dat
2024-01-28 03:19:14 +01:00
# Disable overscan for full-resolution display.
disable_overscan=1
2024-01-28 03:19:14 +01:00
# Auto-detect DSI displays and load overlays.
display_auto_detect=1
2024-01-28 03:19:14 +01:00
# Graphics acceleration with VC4 V3D driver, uses 384MB CMA limited to 2 framebuffer.
dtoverlay=vc4-fkms-v3d,cma-384
max_framebuffers=2
2024-01-28 03:19:14 +01:00
# 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
2024-01-28 03:19:14 +01:00
# Fixes for serial console on certain Pi models.
dtoverlay=miniuart-bt
2024-01-28 03:19:14 +01:00
# Enable Bluetooth driver autoprobing.
2023-08-21 10:05:43 +02:00
dtparam=krnbt=on
2024-01-28 03:19:14 +01:00
# Enable onboard audio.
dtparam=audio=on
2024-01-28 03:19:14 +01:00
# Enable hardware random number generator.
dtparam=random=on
2024-01-28 03:19:14 +01:00
# 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
2024-01-28 03:19:14 +01:00
# Disable rainbow splash screen on boot.
disable_splash=1
2024-01-28 03:19:14 +01:00
# Enable I2C, I2S, and SPI interfaces for peripheral communication.
dtparam=i2c=on,i2s=on,spi=on
2024-01-28 03:19:14 +01:00
# Enable CPU frequency boost on compatible models.
arm_boost=1