2013-01-06 11:56:22 +01:00
|
|
|
# Please note that this is only a sample, we recommend you to change it to fit
|
|
|
|
# your needs.
|
|
|
|
# You should override this file using a post-build script.
|
2015-08-26 00:00:02 +02:00
|
|
|
# See http://buildroot.org/manual.html#rootfs-custom
|
2013-01-06 11:56:22 +01:00
|
|
|
# and http://elinux.org/RPiconfig for a description of config.txt syntax
|
|
|
|
|
2013-04-30 01:08:08 +02:00
|
|
|
kernel=zImage
|
2015-05-02 17:10:14 +02:00
|
|
|
|
|
|
|
# To use an external initramfs file
|
|
|
|
#initramfs rootfs.cpio.gz
|
|
|
|
|
|
|
|
# Disable overscan assuming the display supports displaying the full resolution
|
|
|
|
# If the text shown on the screen disappears off the edge, comment this out
|
2013-01-06 11:56:22 +01:00
|
|
|
disable_overscan=1
|
2015-05-02 17:10:14 +02:00
|
|
|
|
|
|
|
# How much memory in MB to assign to the GPU on Pi models having
|
|
|
|
# 256, 512 or 1024 MB total memory
|
2013-01-06 11:56:22 +01:00
|
|
|
gpu_mem_256=100
|
|
|
|
gpu_mem_512=100
|
2015-05-02 17:10:14 +02:00
|
|
|
gpu_mem_1024=100
|