I am trying to install the Linux SPI master drivers. There are several links on the TI site and elsewhere around the internet that provide some guidance, but it's not clear to me how or if these apply to the L137. From the Arago GIT, I got the 2.6.37 kernel which was suggested in order to get latest SPI drivers.
# uname -a
Linux da830-omapl137-evm 2.6.37+ #1 PREEMPT Mon Oct 31 08:11:01 CDT 2011 armv5tejl unknown
There is much discussion on the net about modifications to the board-da850-evm.c file. Indeed in the kernel code I have that file has many references to spi functionality. The problem is that I am compiling board-da830-evm.c (no da850). I configure the kernel build with the da830_omapl137_defconfig option. Specifically to make I use:
# make da830_omapl137_defconfig ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- xconfig
# make uImage ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
Should I not be using da830_omapl137_defconfig? Can someone explain what needs to be done to get the SPI drivers installed and then available in the /dev/ directory?
Or maybe a link to a site I haven't found yet?
Thanks