[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-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

[U-Boot] RFE : CONFIG_OF_LIBFDT_OVERLAY=y in configs/orangepi_one_defconfig

2018-01-08 Thread Ken Harris
Can you enable the "fdt apply" command on the "Orange Pi One" u-boot : diff --git a/configs/orangepi_one_defconfig b/configs/orangepi_one_defconfig index 36feab204c..edc6f549dc 100644 --- a/configs/orangepi_one_defconfig +++ b/configs/orangepi_one_defconfig @@ -15,3 +15,6 @@ CONFIG_SPL=y CONFIG