On Thu, May 11, 2017 at 2:50 AM, Beagle Boner <[email protected]> wrote: > Hi there, > > I´m using Debian Jessie 8.7 (Kernel 4.4.54) on my BBB. In the long-run I > want to connect a LCD Display via the 16Bit Interface to the BBB. So I have > to disabled the HDMI (Audio/Video) by uncommenting this in the uEnv.txt > right? > > ##BeagleBone Black: HDMI (Audio/Video) disabled: > dtb=am335x-boneblack-emmc-overlay.dtb > > I also commented this line. > > #In the event of edid real failures, uncomment this next line: > #cmdline=coherent_pool=1M net.ifnames=0 quiet cape_universal=enable > video=HDMI-A-1:1024x768@60e > > > But for now I try to load anything to my slotsfile, for example the PWM, but > it seems like nothing happens: > > debian@beaglebone:/lib/firmware$ export > SLOTS=/sys/devices/platform/bone_capemgr/slots > debian@beaglebone:/lib/firmware$ sudo echo "BB-PWM1-00A0.dtbo > $SLOTS" > BB-PWM1-00A0.dtbo > /sys/devices/platform/bone_capemgr/slots
You can't "sudo echo >" sudo sh -C "echo 'BB-PWM1-00A0.dtbo' > /sys/devices/platform/bone_capemgr/slots" The source for all the overlays is available here: https://github.com/beagleboard/bb.org-overlays/ 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhweBEfuCUsSkqRJSF%2Bbt2Mci5SoiUqhwq7hxS1_YWsAQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
