[U-Boot] "fdt" commands in extlinux.conf ?

2018-01-07 Thread Ken Harris
I'd like to enable the CANbus on a Beagle Bone Black (on Fedora ... which doesn't do "cape manager"). The crux is a fdt command in u-boot : fdt set d_can1 status okay Is there a way to do this in extlinux.conf ? I didn't see a way (in uboot 2017.09), so I wrote a uEnv.txt script (see attached).

Re: [U-Boot] "fdt" commands in extlinux.conf ?

2018-01-07 Thread Peter Robinson
On Sun, Jan 7, 2018 at 4:04 AM, Ken Harris wrote: > I'd like to enable the CANbus on a Beagle Bone Black (on Fedora ... > which doesn't do "cape manager"). Well Fedora doesn't so stuff that's not upstream, and while there's been a bunch of discussion there's been no decision upstream of how best

Re: [U-Boot] "fdt" commands in extlinux.conf ?

2018-01-08 Thread Ken Harris
On Sun, Jan 7, 2018 at 6:39 PM, Peter Robinson wrote: > On Sun, Jan 7, 2018 at 4:04 AM, Ken Harris wrote: >> The crux is a fdt command in u-boot : >> >> fdt set d_can1 status okay >> >> Is there a way to do this in extlinux.conf ? > You could probably load an overlay and save the environment?