Hello,
Here is my question. I want to change the bus speed for the i2c lines. Whatever I tried has failed so far. From the dmesg listing I can see that the speed is set-up at around 6 seconds into the boot process. Where is the script that is setting this baudrate?
this is from dmesg
.
.
[ 5.583682] bcm2708_i2c 20804000.i2c: BSC1 Controller at 0x20804000 (irq 79) (baudrate 100000)
.
.
.
I did try
sudo modprobe i2c_bcm2708 baudrate=32000
and adding options into /etc/modprobe.d/custom.conf
options i2c_bcm2708 baudrate=32000
did not work.
thank you