Well, neither of them works:

ubuntu@arm:/sys/devices/bone_capemgr.9$ sudo su -c "echo TT3201:001 > slots"
[sudo] password for ubuntu:
bash: line 0: echo: write error: No such file or directory
ubuntu@arm:/sys/devices/bone_capemgr.9$ sudo -S "echo TT3201:001 > slots"
sudo: echo TT3201:001 > slots: command not found
ubuntu@arm:/sys/devices/bone_capemgr.9$

Does someone know how to "disable the kernel config switch for building 
firmware inside the kernel" as Robert mentioned in a prior post to force 
the BBB to load the .dtbo from /lib/firmware?


Am Freitag, 25. April 2014 19:15:12 UTC+2 schrieb William Hermans:
>
> I think sudo -S <command> might work too, but have not tested this myself 
> yet.
>
>
> On Fri, Apr 25, 2014 at 4:51 AM, Charles Steinkuehler <
> [email protected] <javascript:>> wrote:
>
>> On 4/25/2014 5:37 AM, Andreas Tauböck wrote:
>> >
>> > and I get a permission denied when i want to add it manually with:
>> >
>> > ubuntu@arm:/sys/devices/bone_capemgr.9$ sudo echo TT3201:001 >slots
>> > -bash: slots: Permission denied
>>
>> The redirect happens before the sudo, try:
>>
>> sudo su -c "echo TT3201:001 > slots"
>>
>> --
>> Charles Steinkuehler
>> [email protected] <javascript:>
>>
>> --
>> 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 [email protected] <javascript:>.
>> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to