stratux/image/config.txt

31 wiersze
698 B
Plaintext

# RPi /boot/firmware/config.txt
dtparam=audio=on
max_usb_current=1
usb_max_current_enable=1
dtparam=i2c_arm=on
dtparam=i2c1=on
dtparam=i2c1_baudrate=400000
dtparam=i2c_arm_baudrate=400000
dtparam=spi=on
# move RPi3 Bluetooth off of hardware UART to free up connection for GPS
dtoverlay=disable-bt
# i2c serial support
dtoverlay=sc16is752-i2c,int_pin=4,addr=0x4d,xtal=1843900
# Otherwise TTGO T-Motion will cause kernel panic on bookworm
dtoverlay=dwc2
# disable default (mmc0) behavior on the ACT LED.
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# The below has been added as a proposed EMI reduction measure. Issue #573.
sdram_freq=450
core_freq=450
arm_freq=900
arm_64bit=1