You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

50 line
1.2 KiB

  1. # For more options and information see
  2. # http://rptl.io/configtxt
  3. # Some settings may impact device functionality. See link above for details
  4. # Uncomment some or all of these to enable the optional hardware interfaces
  5. #dtparam=i2c_arm=on
  6. #dtparam=i2s=on
  7. #dtparam=spi=on
  8. # Enable audio (loads snd_bcm2835)
  9. dtparam=audio=on
  10. # Additional overlays and parameters are documented
  11. # /boot/firmware/overlays/README
  12. # Automatically load overlays for detected cameras
  13. camera_auto_detect=1
  14. # Automatically load overlays for detected DSI displays
  15. display_auto_detect=1
  16. # Automatically load initramfs files, if found
  17. auto_initramfs=1
  18. # Enable DRM VC4 V3D driver
  19. dtoverlay=vc4-kms-v3d
  20. max_framebuffers=2
  21. # Don't have the firmware create an initial video= setting in cmdline.txt.
  22. # Use the kernel's default instead.
  23. disable_fw_kms_setup=1
  24. # Run in 64-bit mode
  25. arm_64bit=1
  26. # Disable compensation for displays with overscan
  27. disable_overscan=1
  28. # Run as fast as firmware / board allows
  29. arm_boost=1
  30. [cm4]
  31. # Enable host mode on the 2711 built-in XHCI USB controller.
  32. # This line should be removed if the legacy DWC2 controller is required
  33. # (e.g. for USB device mode) or if USB support is not required.
  34. otg_mode=1
  35. [all]