Hi,I try to get my logibone working but fail. The /dev/i2c-1 seems to be missing,
as far as I understand it is the gpio expander on the logibone. The
logi_tools install script will spit out
Error: Could not open file `/dev/i2c-1' or `/dev/i2c/1': No such file or directory
as a image on a beaglebone black.
-- Thanks Konrad
Comments
if the i2c module is not loaded, there is a good chance that your LOGI-Bone was not recognized. Have you installed the logi-tools as directed on the Wiki ? If so you can check that the board was recognized by executing:
sudo cat /sys/devices/bone_capemgr.*/slots
if there is no mention of the LOGIBONE, there is a good chance the board was not recognized. You can also do a :
dmesg | grep LOGIBONE
to see if there was any event related to LOGIBONE on boot. Post these information in this forum thread so i can help you getting the board to work.
Regards,
Jonathan Piat
Thanks
uname -a output:
Linux arm 3.14.43-ti-r67 #1 SMP PREEMPT Thu Jun 4 20:37:18 UTC 2015 armv7l GNU/Linux
There are no mention of logibone in dmesg output, and no i2c-1 device. And furthermore, no capemgr.
Do you have any suggestion on what to try next?
I installed the latest BBB image (testing image with kernel version 3.14, debian 8.1 console version), fetched the logi scripts, which failed.
I will try on the older images, just to make sure that this is not a hardware issue.
there was some changes in the earliest kernel that will prevent the logi-bone to work. For now you have to stick with the older (yet not so old) image we provide. The change that breaks logi support for now are in the cape management system that was removed and replaced by a static loading of the capes. There is hope that the cape manager will soon be able to handle dynamic loading of the capes.
I just flashed the latest _stable_ debian image (2015-03-01, debian 7.8), and installed logi-tools and apps, and got the blink LED demo to work! Great. Now I'm off to read/do Pong Chu's book
thank you for your explanations and help!