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.