Hi, I’m trying to communicate an ADC with the “beaglebone” using SPI communication protocol, and I only find documentation about beagleboard.
Could I use the “beagleboard” docs about how to setup the kernel and the SPI for the beaglebone??
This the link I’ve red about the SPI in the beagleboard. http://www.brianhensley.net/2012/02/spi-working-on-beagleboard-xm-rev-c.html
I did:
root@beaglebone:~# opkg install kernel-module-spidev
Package kernel-module-spidev (3.2.16-r11n+gitr720e07b4c1f687b61b147b31c698cb6816
d72f01) installed in root is up to date.
root@beaglebone:~# dmesg | grep -i cape
[ 0.306881] BeagleBone cape EEPROM: could not read eeprom at address 0x54
[ 0.366877] BeagleBone cape EEPROM: could not read eeprom at address 0x55
[ 0.426876] BeagleBone cape EEPROM: could not read eeprom at address 0x56
[ 0.486877] BeagleBone cape EEPROM: could not read eeprom at address 0x57
[ 0.486894] BeagleBone cape: exporting ADC pins to sysfs
root@beaglebone:~#
BTW,
I tried the previous image and had no luck either
root@beaglebone:~# uname -a
Linux beaglebone 3.2.14 #1 Mon Apr 9 12:21:19 CEST 2012 armv7l GNU/Linux
root@beaglebone:~# opkg install kernel-module-spidev
Package kernel-module-spidev (3.2-r10d+gitre8004dad869568692ca2a45c04e8464ce48cc
4d7) installed in root is up to date.
root@beaglebone:~# modprobe spidev
FATAL: Error inserting spidev (/lib/modules/3.2.14/kernel/drivers/spi/spidev.ko)
: Invalid module format
root@beaglebone:~#
Hi, even i have the same problem.
i even did the opkg update and opkg upgrade but it ran out of space.
did anyone got the spi device working ? or even the kernel image the has a working spi device driver.
thank you all