config.txt 843 B

12345678910111213141516171819202122232425
  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 a post-build script.
  4. # See http://buildroot.org/manual.html#rootfs-custom
  5. # and http://elinux.org/RPiconfig for a description of config.txt syntax
  6. # We always use the same names, the real used variant is selected by
  7. # BR2_PACKAGE_RPI_FIRMWARE_{DEFAULT,X,CD} choice
  8. start_file=start.elf
  9. fixup_file=fixup.dat
  10. kernel=zImage
  11. # To use an external initramfs file
  12. #initramfs rootfs.cpio.gz
  13. # Disable overscan assuming the display supports displaying the full resolution
  14. # If the text shown on the screen disappears off the edge, comment this out
  15. disable_overscan=1
  16. # How much memory in MB to assign to the GPU on Pi models having
  17. # 256, 512 or 1024 MB total memory
  18. gpu_mem_256=100
  19. gpu_mem_512=100
  20. gpu_mem_1024=100