Advertisement
Guest User

Untitled

a guest
Aug 5th, 2023
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # Copyright (C) 2009-2014 Stephan Raue ([email protected])
  3. # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
  4. ################################################################################
  5. # Bootloader configuration
  6. # config.txt version v1 (do not remove or change this line!)
  7. ################################################################################
  8. # For more options and information see
  9. # http://rpf.io/configtxt
  10. ################################################################################
  11.  
  12. # Default GPU memory split, 76MB are needed for H264 decoder
  13. gpu_mem=256
  14.  
  15. # Don't send initial active source message.
  16. # Avoids bringing CEC (enabled TV) out of standby and channel switch when
  17. # rebooting.
  18. hdmi_force_hotplug=1
  19. hdmi_ignore_cec_init=1
  20. hdmi_drive=2
  21.  
  22. [all]
  23. ################################################################################
  24. # Use distroconfig-composite.txt instead of distroconfig.txt to enable
  25. # composite video output.
  26. # The composite video mode needs to be configured in cmdline.txt:
  27. # For PAL add: video=Composite-1:720x576@50ie
  28. # For NTSC add: video=Composite-1:720x480@60ie
  29. ################################################################################
  30. include distroconfig.txt
  31. #include distroconfig-composite.txt
  32. # uncomment to enable analog audio output
  33. dtparam=audio=on
  34. audio_pwm_mode=1
  35.  
  36. # uncomment to enable infrared remote receiver connected to GPIO 18
  37. #dtoverlay=gpio-ir,gpio_pin=18
  38.  
  39.  
  40. dtparam=i2c=on
  41. enable_uart=1
  42. dtoverlay=gpio-ir,gpio_pin=23
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement