This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM335X: Read shared memory written by the PRU from the kernel

Part Number: PROCESSOR-SDK-AM335X

Tool/software: Linux

Hello everyone,

In a beaglebone black, I have a program that enable the PRU and load the code on them, they write in a shared memory I can access from userspace (and read the data correctly). But the point is that I want to read that memory from kernel space, and I don't know if it's possible, or there are some limitations due to memory restrictions or something like that.

Thanks in advanced.