Advertisement
Guest User

Untitled

a guest
May 1st, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. # For more options and information see
  2. # http://www.raspberrypi.org/documentation/configuration/config-txt.md
  3. # Some settings may impact device functionality. See link above for details
  4. #
  5. # For Device-tree overlays, please reference overlays/README on the boot partition.
  6. #
  7.  
  8. [PI0]
  9. initramfs rootfs-13.1.0.gz,modules-5.10.77.gz,dr_n_u.gz followkernel
  10. kernel kernel-5.10.77-piCore.img
  11.  
  12. [PI0W]
  13. initramfs rootfs-13.1.0.gz,modules-5.10.77.gz,dr_n_u.gz followkernel
  14. kernel kernel-5.10.77-piCore.img
  15.  
  16. [PI02]
  17. initramfs rootfs-13.1.0.gz,modules-5.10.77-v7.gz,dr_n_u-v7.gz followkernel
  18. kernel kernel-5.10.77-piCore-v7.img
  19.  
  20. [PI1]
  21. initramfs rootfs-13.1.0.gz,modules-5.10.77.gz followkernel
  22. kernel kernel-5.10.77-piCore.img
  23.  
  24. [PI2]
  25. initramfs rootfs-13.1.0.gz,modules-5.10.77-v7.gz followkernel
  26. kernel kernel-5.10.77-piCore-v7.img
  27.  
  28. [PI3]
  29. initramfs rootfs-13.1.0.gz,modules-5.10.77-v7.gz followkernel
  30. kernel kernel-5.10.77-piCore-v7.img
  31.  
  32. [PI4]
  33. initramfs rootfs-13.1.0.gz,modules-5.10.77-v7l.gz followkernel
  34. kernel kernel-5.10.77-piCore-v7l.img
  35.  
  36. [ALL]
  37. cmdline cmdline.txt
  38.  
  39. # uncomment if you get no picture on HDMI for a default "safe" mode
  40. #hdmi_safe=1
  41.  
  42. # uncomment this if your display has a black border of unused pixels visible
  43. # and your display can output without overscan
  44. #disable_overscan=1
  45.  
  46. # uncomment the following to adjust overscan. Use positive numbers if console
  47. # goes off screen, and negative if there is too much border
  48. #overscan_left=16
  49. #overscan_right=16
  50. #overscan_top=16
  51. #overscan_bottom=16
  52.  
  53. # uncomment to force a console size. By default it will be display's size minus
  54. # overscan.
  55. #framebuffer_width=1280
  56. #framebuffer_height=720
  57.  
  58. # uncomment if hdmi display is not detected and composite is being output
  59. #hdmi_force_hotplug=1
  60.  
  61. # uncomment to force a specific HDMI mode (this will force VGA)
  62. #hdmi_group=1
  63. #hdmi_mode=1
  64.  
  65. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  66. # DMT (computer monitor) modes
  67. #hdmi_drive=2
  68.  
  69. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  70. # no display
  71. #config_hdmi_boost=4
  72.  
  73. # uncomment for composite PAL
  74. #sdtv_mode=2
  75.  
  76. #uncomment to overclock the arm. 700 MHz is the default.
  77. arm_freq=600
  78.  
  79. # Uncomment some or all of these to enable the optional hardware interfaces
  80. #dtparam=i2c_arm=on
  81. #dtparam=i2s=on
  82. #dtparam=spi=on
  83.  
  84. # Uncomment this to enable infrared communication.
  85. #dtoverlay=gpio-ir,gpio_pin=17
  86. #dtoverlay=gpio-ir-tx,gpio_pin=18
  87.  
  88. # Additional overlays and parameters are documented /boot/overlays/README
  89.  
  90. # Enable audio (loads snd_bcm2835)
  91. dtparam=audio=on
  92.  
  93. [PI3]
  94. # Enable DRM VC4 V3D driver on top of the dispmanx display stack
  95. #dtoverlay=vc4-kms-v3d
  96.  
  97. [PI4]
  98. # Enable DRM VC4 V3D driver on top of the dispmanx display stack
  99. #dtoverlay=vc4-kms-v3d-pi4
  100. max_framebuffers=2
  101.  
  102. [all]
  103. #dtoverlay=vc4-fkms-v3d
  104.  
  105. #dtoverlay=dwc2,dr_mode=host
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement