Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-10-15 Thread lee
I am too seeing this issue on the latest 4.1 kernel.

This is a custom cape that loads fine echoing direct to the slot but when I 
add to the /etc/default/capemgr file nothing happens.

Nothing in the log at all for it.

Lee

On Tuesday, April 7, 2015 at 7:37:00 AM UTC+1, bremenpl wrote:
>
> Hello,
> Moving uEnv.txt havent solved the issue: https://pastebin.com/eJUPXyWU
> Any other thoughts?
>
> W dniu 2015-04-05 o 15:45, pic t pisze:
>
> Editing /etc/default/capemgr worked for me, can you try creating uenv.txt 
> in /boot/uboot ?
>
> On 5 Apr 2015 11:32, "Bremenpl"  wrote:
>
>> Hi there,
>> Any other hints maybe? I still havent resolved this :\.
>>
>> On April 1, 2015 5:01:10 PM azizb...@gmail.com  wrote:
>>
>>>
>>>
>>> On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote: 

 Hello there,
 I am using a custom build kernel using the script from Mr Nelson (
 https://github.com/RobertCNelson/bb-kernel.git). I am facing problems 
 with loading a device tree overlay for dvi cape at startup. I was abble to 
 succesfully load the overlay using echo BB-BONE-DVID-01 > slots when 
 running already. I tried sifferent methods for loading the device tree at 
 startup.

 I tried creating uEnv.txt in /boot/ directory that contains:

 # enable systemd
 optargs=quiet init=/lib/systemd/systemd

 # enable dvi
 cape_enable=capemgr.enable_partno=BB-BONE-DVID-01



 This havent worked so i tried editing /etc/default/capemgr with:

 CAPE=BB-BONE-DVID-01



 But that also did not help, the dts is not loading at startup.
 I would aprichiate any hints on this case. Is there any step I could 
 possibly miss when loading device trees at startup?
 I am using debian wheezy.

>>>
>>>
>>>
>>> Hi, 
>>> Can you try the following in uEnv.txt
>>> optargs=capemgr.enable_partno=BB-BONE-DVID-01
>>> -- 
>>> For more options, visit http://beagleboard.org/discuss
>>> --- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "BeagleBoard" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> beagleboard...@googlegroups.com .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "BeagleBoard" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> beagleboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> For more options, visit http://beagleboard.org/discuss
> --- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> beagleboard...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>
>
> -- 
> Bremenpl
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-10-15 Thread Robert Nelson
On Thu, Oct 15, 2015 at 2:36 AM,   wrote:
> I am too seeing this issue on the latest 4.1 kernel.
>
> This is a custom cape that loads fine echoing direct to the slot but when I
> add to the /etc/default/capemgr file nothing happens.

The script that uses /etc/default/capemgr needs to be patched for v4.1.x

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-04-07 Thread Bremenpl

Hello,
Moving uEnv.txt havent solved the issue: https://pastebin.com/eJUPXyWU
Any other thoughts?

W dniu 2015-04-05 o 15:45, pic t pisze:


Editing /etc/default/capemgr worked for me, can you try
creating uenv.txt in /boot/uboot ?

On 5 Apr 2015 11:32, Bremenpl breme...@gmail.com 
mailto:breme...@gmail.com wrote:


Hi there,
Any other hints maybe? I still havent resolved this :\.

On April 1, 2015 5:01:10 PM azizbahr...@gmail.com
mailto:azizbahr...@gmail.com wrote:




On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:

Hello there,
I am using a custom build kernel using the script from Mr
Nelson (https://github.com/RobertCNelson/bb-kernel.git). I am
facing problems with loading a device tree overlay for dvi
cape at startup. I was abble to succesfully load the overlay
using echo BB-BONE-DVID-01  slots when running already. I
tried sifferent methods for loading the device tree at startup.

I tried creating uEnv.txt in /boot/ directory that contains:

|
# enable systemd
optargs=quiet init=/lib/systemd/systemd

# enable dvi
cape_enable=capemgr.enable_partno=BB-BONE-DVID-01
|



This havent worked so i tried editing /etc/default/capemgr with:

|
CAPE=BB-BONE-DVID-01
|



But that also did not help, the dts is not loading at startup.
I would aprichiate any hints on this case. Is there any step
I could possibly miss when loading device trees at startup?
I am using debian wheezy.




Hi,
Can you |try the following in uEnv.txt|
optargs|=capemgr.enable_partno=BB-BONE-DVID-01
|
-- 
For more options, visit http://beagleboard.org/discuss

---
You received this message because you are subscribed to a topic
in the Google Groups BeagleBoard group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
To unsubscribe from this group and all its topics, send an email
to beagleboard+unsubscr...@googlegroups.com
mailto:beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- 
For more options, visit http://beagleboard.org/discuss

---
You received this message because you are subscribed to a topic in
the Google Groups BeagleBoard group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
To unsubscribe from this group and all its topics, send an email
to beagleboard+unsubscr...@googlegroups.com
mailto:beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the 
Google Groups BeagleBoard group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com 
mailto:beagleboard+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
Bremenpl

--
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups BeagleBoard group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-04-05 Thread pic t
Editing /etc/default/capemgr worked for me, can you try creating uenv.txt
in /boot/uboot ?

 On 5 Apr 2015 11:32, Bremenpl breme...@gmail.com wrote:

   Hi there,
 Any other hints maybe? I still havent resolved this :\.

 On April 1, 2015 5:01:10 PM azizbahr...@gmail.com wrote:



 On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:

 Hello there,
 I am using a custom build kernel using the script from Mr Nelson (
 https://github.com/RobertCNelson/bb-kernel.git). I am facing problems
 with loading a device tree overlay for dvi cape at startup. I was abble to
 succesfully load the overlay using echo BB-BONE-DVID-01  slots when
 running already. I tried sifferent methods for loading the device tree at
 startup.

 I tried creating uEnv.txt in /boot/ directory that contains:

 # enable systemd
 optargs=quiet init=/lib/systemd/systemd

 # enable dvi
 cape_enable=capemgr.enable_partno=BB-BONE-DVID-01



 This havent worked so i tried editing /etc/default/capemgr with:

 CAPE=BB-BONE-DVID-01



 But that also did not help, the dts is not loading at startup.
 I would aprichiate any hints on this case. Is there any step I could
 possibly miss when loading device trees at startup?
 I am using debian wheezy.




 Hi,
 Can you try the following in uEnv.txt
 optargs=capemgr.enable_partno=BB-BONE-DVID-01

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

   --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-04-05 Thread Bremenpl

Hi there,
Any other hints maybe? I still havent resolved this :\.


On April 1, 2015 5:01:10 PM azizbahr...@gmail.com wrote:




On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:

 Hello there,
 I am using a custom build kernel using the script from Mr Nelson (
 https://github.com/RobertCNelson/bb-kernel.git). I am facing problems
 with loading a device tree overlay for dvi cape at startup. I was abble to
 succesfully load the overlay using echo BB-BONE-DVID-01  slots when
 running already. I tried sifferent methods for loading the device tree at
 startup.

 I tried creating uEnv.txt in /boot/ directory that contains:

 # enable systemd
 optargs=quiet init=/lib/systemd/systemd

 # enable dvi
 cape_enable=capemgr.enable_partno=BB-BONE-DVID-01



 This havent worked so i tried editing /etc/default/capemgr with:

 CAPE=BB-BONE-DVID-01



 But that also did not help, the dts is not loading at startup.
 I would aprichiate any hints on this case. Is there any step I could
 possibly miss when loading device trees at startup?
 I am using debian wheezy.




Hi,
Can you try the following in uEnv.txt
optargs=capemgr.enable_partno=BB-BONE-DVID-01

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the 
Google Groups BeagleBoard group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups BeagleBoard group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-04-05 Thread Bremenpl

Ill try replacing the uEnv.txt, will let know as soon as I do.


On April 5, 2015 3:46:03 PM pic t azizbahr...@gmail.com wrote:


Editing /etc/default/capemgr worked for me, can you try creating uenv.txt
in /boot/uboot ?

 On 5 Apr 2015 11:32, Bremenpl breme...@gmail.com wrote:

   Hi there,
 Any other hints maybe? I still havent resolved this :\.

 On April 1, 2015 5:01:10 PM azizbahr...@gmail.com wrote:



 On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:

 Hello there,
 I am using a custom build kernel using the script from Mr Nelson (
 https://github.com/RobertCNelson/bb-kernel.git). I am facing problems
 with loading a device tree overlay for dvi cape at startup. I was abble to
 succesfully load the overlay using echo BB-BONE-DVID-01  slots when
 running already. I tried sifferent methods for loading the device tree at
 startup.

 I tried creating uEnv.txt in /boot/ directory that contains:

 # enable systemd
 optargs=quiet init=/lib/systemd/systemd

 # enable dvi
 cape_enable=capemgr.enable_partno=BB-BONE-DVID-01



 This havent worked so i tried editing /etc/default/capemgr with:

 CAPE=BB-BONE-DVID-01



 But that also did not help, the dts is not loading at startup.
 I would aprichiate any hints on this case. Is there any step I could
 possibly miss when loading device trees at startup?
 I am using debian wheezy.




 Hi,
 Can you try the following in uEnv.txt
 optargs=capemgr.enable_partno=BB-BONE-DVID-01

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

   --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the 
Google Groups BeagleBoard group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups BeagleBoard group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-04-02 Thread Bremenpl

Same thing :/
https://pastebin.com/kkr55jmn

W dniu 2015-04-01 o 16:43, azizbahr...@gmail.com pisze:



On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:

Hello there,
I am using a custom build kernel using the script from Mr Nelson
(https://github.com/RobertCNelson/bb-kernel.git
https://github.com/RobertCNelson/bb-kernel.git). I am facing
problems with loading a device tree overlay for dvi cape at
startup. I was abble to succesfully load the overlay using echo
BB-BONE-DVID-01  slots when running already. I tried sifferent
methods for loading the device tree at startup.

I tried creating uEnv.txt in /boot/ directory that contains:

|
# enable systemd
optargs=quiet init=/lib/systemd/systemd

# enable dvi
cape_enable=capemgr.enable_partno=BB-BONE-DVID-01
|



This havent worked so i tried editing /etc/default/capemgr with:

|
CAPE=BB-BONE-DVID-01
|



But that also did not help, the dts is not loading at startup.
I would aprichiate any hints on this case. Is there any step I
could possibly miss when loading device trees at startup?
I am using debian wheezy.




Hi,
Can you |try the following in uEnv.txt|
optargs|=capemgr.enable_partno=BB-BONE-DVID-01
|
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the 
Google Groups BeagleBoard group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com 
mailto:beagleboard+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
Bremenpl

--
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups BeagleBoard group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Cannot load device tree overlay at startup

2015-04-01 Thread azizbahri90


On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:

 Hello there,
 I am using a custom build kernel using the script from Mr Nelson (
 https://github.com/RobertCNelson/bb-kernel.git). I am facing problems 
 with loading a device tree overlay for dvi cape at startup. I was abble to 
 succesfully load the overlay using echo BB-BONE-DVID-01  slots when 
 running already. I tried sifferent methods for loading the device tree at 
 startup.

 I tried creating uEnv.txt in /boot/ directory that contains:

 # enable systemd
 optargs=quiet init=/lib/systemd/systemd

 # enable dvi
 cape_enable=capemgr.enable_partno=BB-BONE-DVID-01



 This havent worked so i tried editing /etc/default/capemgr with:

 CAPE=BB-BONE-DVID-01



 But that also did not help, the dts is not loading at startup.
 I would aprichiate any hints on this case. Is there any step I could 
 possibly miss when loading device trees at startup?
 I am using debian wheezy.




Hi, 
Can you try the following in uEnv.txt
optargs=capemgr.enable_partno=BB-BONE-DVID-01

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-04-01 Thread Bremenpl

First thing in the morning.


On April 1, 2015 5:01:10 PM azizbahr...@gmail.com wrote:




On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:

 Hello there,
 I am using a custom build kernel using the script from Mr Nelson (
 https://github.com/RobertCNelson/bb-kernel.git). I am facing problems
 with loading a device tree overlay for dvi cape at startup. I was abble to
 succesfully load the overlay using echo BB-BONE-DVID-01  slots when
 running already. I tried sifferent methods for loading the device tree at
 startup.

 I tried creating uEnv.txt in /boot/ directory that contains:

 # enable systemd
 optargs=quiet init=/lib/systemd/systemd

 # enable dvi
 cape_enable=capemgr.enable_partno=BB-BONE-DVID-01



 This havent worked so i tried editing /etc/default/capemgr with:

 CAPE=BB-BONE-DVID-01



 But that also did not help, the dts is not loading at startup.
 I would aprichiate any hints on this case. Is there any step I could
 possibly miss when loading device trees at startup?
 I am using debian wheezy.




Hi,
Can you try the following in uEnv.txt
optargs=capemgr.enable_partno=BB-BONE-DVID-01

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the 
Google Groups BeagleBoard group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/beagleboard/mnw4Q7nXA3I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups BeagleBoard group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.