On Tue, Oct 3, 2017 at 5:10 PM, <[email protected]> wrote: > Hello, > > I'm trying to use a beaglebone black wireless to perform simple output tasks > and read several sensors continuously while transmitting the information > wirelessly. But to do what I need it to do I HAVE to disable the BBB HDMI, > that's not a problem, I found out how to do this with uEnv.txt and there is > lot's of good documentation, but when I disable the HDMI by modifying > uEnv.txt the wireless functionality of the BBB wireless completely > disappears :0 no wifi, no bluetooth, no nothing but ethernet connection. > There must be a way to disable HDMI without disabling the wireless > functions. PLEASE help me!
You have to use u-boot overlays to achieve this: https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays wifi/hdmi/audio/etc are all separated... https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Disable_on-board_devices 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/CAOCHtYjH%3DCyCanr_hyWX5S626SPbt1zx2TERGU9_9Cej5icFsQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
