Re: [beagleboard] Loading custom capes on Debian

2014-11-24 Thread Jason Lange
What kernel are you using? (what is the output from uname -a ?) On Mon, Nov 24, 2014 at 12:11 AM, bremenpl breme...@gmail.com wrote: Hello there, I am suing bbb and a Debian Console image. I am strying to locate the place where the tree overlays are located but I cant. I tried greping for

Re: [beagleboard] Loading custom capes on Debian

2014-11-24 Thread Bremenpl
root@beaglebone:/# uname -a Linux beaglebone 3.8.13-bone64 #1 SMP Thu Aug 21 21:24:58 UTC 2014 armv7l GNU/Linux W dniu 2014-11-24 o 09:20, Jason Lange pisze: What kernel are you using? (what is the output from uname -a ?) On Mon, Nov 24, 2014 at 12:11 AM, bremenpl breme...@gmail.com

Re: [beagleboard] Loading custom capes on Debian

2014-11-24 Thread Jason Lange
I don't have much experience with device tree overlays so I might not be able to help, but what is the exact command you are using to echo it into the slot? On Mon, Nov 24, 2014 at 12:24 AM, Bremenpl breme...@gmail.com wrote: root@beaglebone:/# uname -a Linux beaglebone 3.8.13-bone64 #1 SMP

Re: [beagleboard] Loading custom capes on Debian

2014-11-24 Thread Bremenpl
root@beaglebone:/sys/devices/bone_capemgr.9# echo BB-BONELT_HDMIN1 slots -bash: echo: write error: No such file or directory For some reason he doesnt see my .dtbo file in lib/firmware/ but or the other hand there are no other .dtbo files there. They are somewhere, because I can echo BB-UART1

Re: [beagleboard] Loading custom capes on Debian

2014-11-24 Thread Philip Polstra
I suspect it is a problem with your dtbo file. I believe that some of the dtbo files that used to be installed in /lib/firmware have been essentially compiled in to the kernel in an attempt to fix some other issues. My dtbo for my XBee cape is still in /lib/firmware and it works fine. Doesn't

Re: [beagleboard] Loading custom capes on Debian

2014-11-24 Thread Robert Nelson
On Mon, Nov 24, 2014 at 2:57 AM, Bremenpl breme...@gmail.com wrote: root@beaglebone:/sys/devices/bone_capemgr.9# echo BB-BONELT_HDMIN1 slots -bash: echo: write error: No such file or directory btw: `dmesg | tail` will give you more info one the error above.. For some reason he doesnt see

Re: [beagleboard] Loading custom capes on Debian

2014-11-24 Thread Bremenpl
I have solved the issue, the problem was the naming. Thank you. Now I struggle with the hdmi: