Advertisement
Guest User

Untitled

a guest
Oct 10th, 2024
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  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.  
  5. # Uncomment some or all of these to enable the optional hardware interfaces
  6. dtparam=i2c_arm=on
  7. dtparam=i2s=on
  8. dtparam=spi=on
  9.  
  10. # Enable audio (loads snd_bcm2835)
  11. dtparam=audio=off
  12.  
  13. # Additional overlays and parameters are documented
  14. # /boot/firmware/overlays/README
  15.  
  16. # Automatically load overlays for detected cameras
  17. camera_auto_detect=0
  18.  
  19. # Automatically load overlays for detected DSI displays
  20. display_auto_detect=1
  21.  
  22. # Automatically load initramfs files, if found
  23. auto_initramfs=1
  24.  
  25. # Enable DRM VC4 V3D driver
  26. dtoverlay=vc4-kms-v3d
  27. max_framebuffers=2
  28.  
  29. # Don't have the firmware create an initial video= setting in cmdline.txt.
  30. # Use the kernel's default instead.
  31. disable_fw_kms_setup=1
  32.  
  33. # Run in 64-bit mode
  34. arm_64bit=1
  35.  
  36. # Disable compensation for displays with overscan
  37. disable_overscan=1
  38.  
  39. # Run as fast as firmware / board allows
  40. arm_boost=1
  41.  
  42. [cm4]
  43. # Enable host mode on the 2711 built-in XHCI USB controller.
  44. # This line should be removed if the legacy DWC2 controller is required
  45. # (e.g. for USB device mode) or if USB support is not required.
  46. otg_mode=1
  47.  
  48. [cm5]
  49. dtoverlay=dwc2
  50. #add ,dr_mode=host at the end for usb sound
  51. [all]
  52.  
  53. #NEW SETUP
  54. #OVERCLOCK v3d_freq = 850 - (très bon) OV=6
  55. over_voltage=8
  56. v3d_freq=850
  57. #force_turbo=1
  58. #gpu_freq=750
  59. #hdmi_enable_4kp60=1
  60. arm_freq=2100
  61.  
  62. disable_audio_dither=1
  63. kernel=kernel8.img
  64. dtparam=sd_cqe
  65. disable_splash=1
  66. avoid_warnings=1
  67. hdmi_drive=2
  68. hdmi_force_hotplug=1
  69. hdmi_group=2
  70. hdmi_mode=16
  71. #hdmi_cvt=1920 1080 60 3 0 0 0
  72.  
  73. # uncomment the following to adjust overscan. Use positive numbers if console
  74. # goes off screen, and negative if there is too much border
  75. #overscan_left=-50
  76. #overscan_right=-50
  77. #overscan_top=-50
  78. #overscan_bottom=-50
  79.  
  80.  
  81. enable_uart=0
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement