distroconfig.txt 678 B

12345678910111213141516
  1. ################################################################################
  2. # Bootloader configuration - distroconfig.txt
  3. ################################################################################
  4. # Restore PL011 (ttyAMA0) to GPIOs 14 & 15, instead of Mini UART (ttyS0).
  5. # Mini UART is disabled by default unless "enable_uart=1" is specified,
  6. # which changes the core frequency to a fixed value and impacts performance.
  7. # See https://www.raspberrypi.com/documentation/computers/configuration.html#mini-uart-and-cpu-core-frequency
  8. [pi0w]
  9. dtoverlay=disable-bt
  10. [pi3]
  11. dtoverlay=disable-bt
  12. [pi4]
  13. dtoverlay=disable-bt
  14. # Run as fast as firmware / board allows
  15. arm_boost=1