Re: [beagleboard] Loading CAN cape on startup

2014-11-25 Thread dan . novischi
Hey Robert, Its seems I have the same problem for beaglebone wihite with the following specs: # uname -a Linux air2 3.8.13-bone63 #1 SMP Mon Aug 11 23:03:02 UTC 2014 armv7l armv7l armv7l GNU/Linux # echo $SLOTS /sys/devices/bone_capemgr.8/slots cat /boot/uEnv.txt #Docs:

Re: [beagleboard] Loading CAN cape on startup

2014-11-25 Thread Robert Nelson
On Tue, Nov 25, 2014 at 12:33 PM, dan.novis...@gmail.com wrote: Hey Robert, Its seems I have the same problem for beaglebone wihite with the following specs: # uname -a Linux air2 3.8.13-bone63 #1 SMP Mon Aug 11 23:03:02 UTC 2014 armv7l armv7l armv7l GNU/Linux # echo $SLOTS

[beagleboard] Loading CAN cape on startup

2014-03-06 Thread sixvolts
Using the new Debian builds on my beaglebone white, I'm trying to load a device tree overlay for the CAN cape on startup, but it seems to fail to load automatically (but try), however, I can load the device tree overlay manually and it seems to work just fine. What am I doing wrong? I even

Re: [beagleboard] Loading CAN cape on startup

2014-03-06 Thread David Lambert
I had a similar experience with the Debian 3.8 kernel. Never figured it out and wrote a simple startup service (systemd) to do the echo... Now I am using 3.13 and using Robert Nelson's excellent ideas (see the thread Kernel/device tree road-map for the BBB) Hope this helps, Dave. On

Re: [beagleboard] Loading CAN cape on startup

2014-03-06 Thread Robert Nelson
On Thu, Mar 6, 2014 at 3:37 PM, sixvolts drewko...@gmail.com wrote: Using the new Debian builds on my beaglebone white, I'm trying to load a device tree overlay for the CAN cape on startup, but it seems to fail to load automatically (but try), however, I can load the device tree overlay