]> Git Repo - buildroot-mgba.git/blob - board/raspberrypi/config_3_64bit.txt
package/rpi-firmware: rework boot/config file handling
[buildroot-mgba.git] / board / raspberrypi / config_3_64bit.txt
1 # Please note that this is only a sample, we recommend you to change it to fit
2 # your needs.
3 # You should override this file using BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE.
4 # See http://buildroot.org/manual.html#rootfs-custom
5 # and http://elinux.org/RPiconfig for a description of config.txt syntax
6
7 start_file=start.elf
8 fixup_file=fixup.dat
9
10 kernel=Image
11
12 # To use an external initramfs file
13 #initramfs rootfs.cpio.gz
14
15 # Disable overscan assuming the display supports displaying the full resolution
16 # If the text shown on the screen disappears off the edge, comment this out
17 disable_overscan=1
18
19 # How much memory in MB to assign to the GPU on Pi models having
20 # 256, 512 or 1024 MB total memory
21 gpu_mem_256=100
22 gpu_mem_512=100
23 gpu_mem_1024=100
24
25 # fixes rpi (3B, 3B+, 3A+, 4B and Zero W) ttyAMA0 serial console
26 dtoverlay=miniuart-bt
27
28 # enable autoprobing of Bluetooth driver without need of hciattach/btattach
29 dtoverlay=krnbt=on
30
31 # enable 64bits support
32 arm_64bit=1
This page took 0.02761 seconds and 4 git commands to generate.