systems/lctr-rpi4: boot/config: activate i2c1.

This commit is contained in:
Pedro Gonçalves 2019-09-10 16:09:43 +01:00
parent 0e7d615c9f
commit d4a0df30a2

View File

@ -1,13 +1,16 @@
# Core. # Core.
arm_freq=1000 #arm_freq=1000
sdram_freq=500 #sdram_freq=500
core_freq=500 #core_freq=500
over_voltage=2 #over_voltage=2
temp_limit=80 #Will throttle to default clock speed if hit. #temp_limit=80 #Will throttle to default clock speed if hit.
# Disable BT on Rpi3. # Disable BT on Rpi3.
dtoverlay=pi3-disable-bt dtoverlay=pi3-disable-bt
# Enable RasPicam # Enable RasPicam
start_x=1 #start_x=1
gpu_mem=128 gpu_mem=128
dtparam=i2c_arm=on
dtparam=i2c1=on