xref: /OK3568_Linux_fs/buildroot/board/raspberrypi/config_default.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Please note that this is only a sample, we recommend you to change it to fit
2*4882a593Smuzhiyun# your needs.
3*4882a593Smuzhiyun# You should override this file using BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE.
4*4882a593Smuzhiyun# See http://buildroot.org/manual.html#rootfs-custom
5*4882a593Smuzhiyun# and http://elinux.org/RPiconfig for a description of config.txt syntax
6*4882a593Smuzhiyun
7*4882a593Smuzhiyunstart_file=start.elf
8*4882a593Smuzhiyunfixup_file=fixup.dat
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunkernel=zImage
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun# To use an external initramfs file
13*4882a593Smuzhiyun#initramfs rootfs.cpio.gz
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun# Disable overscan assuming the display supports displaying the full resolution
16*4882a593Smuzhiyun# If the text shown on the screen disappears off the edge, comment this out
17*4882a593Smuzhiyundisable_overscan=1
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun# How much memory in MB to assign to the GPU on Pi models having
20*4882a593Smuzhiyun# 256, 512 or 1024 MB total memory
21*4882a593Smuzhiyungpu_mem_256=100
22*4882a593Smuzhiyungpu_mem_512=100
23*4882a593Smuzhiyungpu_mem_1024=100
24