Hi Ethan! There's no such feature in the rproc driver. Note: the rproc API changes two or three times a year. That's no stuff for productive code yet.
You can implement those functions in your code. Find the source in package am335x_pru_package in file pru_sw/app_loader/interface/prussdrv.c But why using rproc? uio_pruss privides what you desire. Anyway, I'm not sure that mapped memory can fulfill you target (400Mbit/s), since all trafic is running over the OCP port. Better think about DMA transfer from fast PRU RAM (DRAM[1|2], SRAM) to ARM RAM. Regards -- 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/ecc2638a-a109-4312-8a78-231f483eea8e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
