Bananian
having problems installing i2c support
1
1721
View: 1721|Reply: 1
|
[Bananian]
having problems installing i2c support
[Copy link]
|
|
Hi,
I am trying to install I2C support in Bananian 15.08 on BananaPi.
I installed the tools:
- apt-get install i2c-tools
Copy the Code
Then I added i2c-bcm2708 and i2c-dev in /etc/modules
I added
dtparam=i2c2=on
dtparam=i2c_arm=on
in /boot/config.txt
and then rebooted.
The modules seem not to be loaded.
lsmod does not show them as running and during boot I can see a Fatal Error: i2c-bcm2708 not found
Nevertheless a
shows my 1-wire busmaster on default adress 18
I used a German guideline to install I2C on Raspberry.
I could not find information w.r. to Bananian if there might be a difference.
any help would be much appreciated
thanks ins Advance
Harald |
|
|
|
|
|
|
|
bcm2708 is Raspberry Pi chip ... Banana uses A20 -> different hardware, different drivers, ...
I2C kernel support is most likely already installed. Not 100% sure but on Armbian is tested that works out of the box on both kernels (3.4.x and 4.x). |
|
|
|
|
|
|