double check output of dtc -v - Must be that which is listed on the github for overlays. I made the mistake of using an older dtc myself last week, and it will just silently fail - e.g. no warning if the device tree compiler version is the wrong one.
On Tue, Aug 11, 2015 at 1:10 PM, <[email protected]> wrote: > Thanks Robert. > > > I grabbed the am335x_pru_package here: > git clone https://github.com/beagleboard/am335x_pru_package.git > > Rebuilt it, and installed the various parts, then rebuilt my PRU code. > > Still have the SAME basic problem: prussdrv_open() fails. > > if (prussdrv_open(PRU_EVTOUT_0) != 0) > { > fprintf(stderr, "Failed to open the PRU-ICSS, have you loaded the > overlay?\n"); > exit(1); > } > > I noticed when I load the overlay I get "pruss_uio 4a300000.pruss: No > children". > I do not recall seeing this message under 3.8.x > > BTW: linux-image-4.1.4-ti-r9 had 1 spontaneous reboot for me in about 3hrs > of uptime > today so far. Is that still to be expected, or supposed to be fixed? > > -- > 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. > -- 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.
