On Wed, May 17, 2017 at 11:17 PM, <[email protected]> wrote: > Hello Everyone, > > I am not able to enable ADC overlay, I am not sure what I am doing wrong:
First see: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays and verify you are running the latest version of u-boot: > > dtb=am335x-boneblack.dtb drop this, u-boot will decide what *.dtb to use > > enable_uboot_overlays=1 > disable_uboot_overlays_emmc=1 > disable_uboot_overlays_video=1 > disable_uboot_overlays_audio=1 > disable_uboot_overlays_wireless=1 > #disable_uboot_overlays_adc=1 > > uboot_overlay_adc=/lib/firmware/BB-ADC-00A0.dtbo Drop the uboot_overlay, adc will automatically be loaded. > > cmdline=coherent_pool=1M quiet > > Thank you for help! 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/CAOCHtYhHW-4QC0VSaPaQuunxf6Z8qiU--ZfHOKJSu_2F%3Di%3Dx0A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
