On Tue, Dec 30, 2014 at 6:06 PM, Rick Mann <[email protected]> wrote: > It seems that the PRUs are not enabled by default in the BeagleBone Black's > dts files, right? And to enable it, I think I need to add something like this > (taken from the x15.dts). Thing is, all that mailbox stuff makes me nervous, > and I'm not sure the addresses are correct for the 3358, etc. > > &pruss1 { > status = "okay"; > pru1_0: pru@4b234000 { > mboxes = <&mailbox3 &mbox_pru1_0>; > status = "okay"; > }; > > pru1_1: pru@4b238000 { > mboxes = <&mailbox3 &mbox_pru1_1>; > status = "okay"; > }; > }; > > Robert, can you show me the correct bits to enable the PRUs?
They are actually enabled: https://github.com/RobertCNelson/dtb-rebuilder/blob/3.14-ti/src/arm/am33xx.dtsi#L761 on bootup, they look for a few firmware files: dmesg | grep remote Regards, -- Robert Nelson http://www.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]. For more options, visit https://groups.google.com/d/optout.
