echo BB-I2C1 > /sys/devices/platform/bone_capemgr/slots
for enabling I2C1.
I would like to make Universal Cape enabled, other wise I will not be able to make the P9_14 and P9_16 as PWMs.
So my question is, is there anyway to enable I2C1, while Universal Cap is enabled?
I am using the latest debian image - bone-debian-8.7-lxqt-4gb-armhf-2017-03-19-4gb.img and BBB Rev C.
I have examined the am335x-boneblack.dts file (got from coverting /boot/dtbs/4.4.54-ti-r93/am335x-boneblack.dtb).
sudo config-pin p9-17 i2c
sudo config-pin p9-18 i2cconfig-pin -q p9-17config-pin -l p9-17config-pin -i p9-17--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/d6db1d3e-9b68-4f8c-b88d-ba805e94ab2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
config-pin P9.17 i2c
config-pin P9.18 i2c
But that was not successful.
Now I got the correct solution
config-pin p9-17 i2c
config-pin P9.17 i2c
config-pin P9.18 i2c
Now it is working.
I might not have tested it properly.
or I might have tested it, before doing modification in .dts file.