config.txt 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. ################################################################################
  2. #
  3. # Copyright (c) 2014 Minoca Corp. All Rights Reserved
  4. #
  5. # File Name:
  6. #
  7. # config.txt
  8. #
  9. # Abstract:
  10. #
  11. # This file contains platform configuration settings for the Raspberry Pi.
  12. # It is read by the GPU before it hands control over to the ARM core.
  13. #
  14. # Author:
  15. #
  16. # Chris Stevens 3-Feb-2014
  17. #
  18. # Environment:
  19. #
  20. # Build
  21. #
  22. ################################################################################
  23. #
  24. # Limit the amount of memory given to the video core.
  25. #
  26. gpu_mem=32
  27. #
  28. # As of 4-Nov-2014 the firmware defaults to swap the red and blue channels.
  29. # Disable this as the video core mailbox still reports BGR, which is incorrect
  30. # when the swap is enabled.
  31. #
  32. framebuffer_swap=0
  33. #
  34. # Set this to disable the default overscans chosen by the Raspberry Pi firmware.
  35. #
  36. disable_overscan=1
  37. #
  38. # Overscan adjustment parameters. Use positive numbers if the console goes off
  39. # the screen, and negative numbers if there is too much border.
  40. #
  41. #overscan_left=0
  42. #overscan_right=0
  43. #overscan_top=0
  44. #overscan_bottom=0
  45. #
  46. # Force a display size. The default uses the display's size minus the overscan.
  47. #
  48. #framebuffer_width=1024
  49. #framebuffer_height=768
  50. #
  51. # Force use of HDMI if it is not being detected and composite output is showing.
  52. #
  53. hdmi_force_hotplug=1
  54. #
  55. # Boot in HDMI safe mode with the default HDMI settings.
  56. #
  57. #hdmi_safe=1
  58. #
  59. # Force an HDMI group type, rather than relying on the EDID value.
  60. #
  61. #hdmi_group=1
  62. #
  63. # Force an HDMI mode type, rather than relying on the EDID value.
  64. #
  65. #hdmi_mode=1
  66. #
  67. # Force HDMI mode to get audio. The default is DVI mode without audio.
  68. #
  69. #hdmi_drive=2
  70. #
  71. # Set an HDMI boost value between 0 and 7. Higher numbers help with
  72. # interference issues.
  73. #
  74. config_hdmi_boost=4
  75. #
  76. # Set an overclock frequency. The default is 700 MHz.
  77. #
  78. #arm_freq=800
  79. #
  80. # Disable the ARM core's access to the L2 cache.
  81. #
  82. disable_l2cache=0
  83. #
  84. # Force the UART to 3 MHz. The Raspberry Pi 3 UART runs at 48 MHz for the
  85. # Bluetooth module, but it is not yet enabled. Minoca OS uses the UART for
  86. # debugging and that only needs to be 3 MHz to achieve an 115200 baudrate.
  87. #
  88. init_uart_clock=3000000
  89. init_uart_baud=115200
  90. #
  91. # Set the kernel image and the kernel's start address.
  92. #
  93. kernel rpifw
  94. kernel_address 0x8000