On Tue, Jan 17, 2017 at 11:00 PM, Regina Choi <[email protected]> wrote: > Thanks for quick response! After remove cape_universal=enable, I managed to > load my device tree overlay, however, the PRU pins are not set according to > the dts provided. How do confirm if HDMI is disabled ?
make sure the pruss node is enabled in your overlay: https://github.com/RobertCNelson/dtb-rebuilder/blob/4.4-ti/src/arm/am33xx-pruss-uio.dtsi#L13-L20 and setup your kernel module blacklist: cat /etc/modprobe.d/pruss-blacklist.conf blacklist pruss blacklist pruss_intc blacklist pru-rproc 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/CAOCHtYgwNG5g4c7t4N13Zca6MXrUPGSf5BqcA_Y1kJ18OW5O4A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
