config_cm5io.txt 759 B

123456789101112131415161718192021222324
  1. # Please note that this is only a sample, we recommend you to change it to fit
  2. # your needs.
  3. # You should override this file using BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE.
  4. # See http://buildroot.org/manual.html#rootfs-custom
  5. # and http://elinux.org/RPiconfig for a description of config.txt syntax
  6. kernel=Image
  7. # To use an external initramfs file
  8. #initramfs rootfs.cpio.gz
  9. # Disable overscan assuming the display supports displaying the full resolution
  10. # If the text shown on the screen disappears off the edge, comment this out
  11. disable_overscan=1
  12. # enable RTC
  13. dtparam=i2c_vc=on
  14. dtoverlay=i2c-rtc,pcf85063a,i2c_csi_dsi
  15. # enable dwc2 USB controller (USB 2.0)
  16. dtoverlay=dwc2,dr_mode=host
  17. # Enable UART0 for serial console on ttyAMA0
  18. dtparam=uart0_console=on