I was so close! I found the problem! I forgot to do this: sudo cp pru_enable-00A0.dtbo /lib/firmware
So, to summarize and wrap this up: 1. Use the device tree I posted previously, and name it pru_enable-00A0.dts 2. Build the dts file: dtc -O dtb -o pru_enable-00A0.dtbo -b 0 -@ pru_enable-00A0.dts 3. Copy the result: sudo cp pru_enable-00A0.dtbo /lib/firmware 4. Enable the overlay: sudo sh -c "echo pru_enable > $SLOTS" -- 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/f55f4083-f6fc-4923-b034-7fdef338db44%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
