Part Number: AM5728
Tool/software: TI-RTOS
I am using am5728-idk board.On borad System using:ti-processor-sdk-linux-rt-am57xx-evm-04.01.00.06.
I noticed that there is a am572x-idk-uio.dtsi in arch/arm/boot/dts .And I try to modify am572x-idk.dtsi and include it.
After $make dtbs and reboot. I saw /dev/uiox and /sys/class/uio/uiox appeared .That means the uio driver is working with am5728-idk.
Then I try to follow
.
but it still turned out with error:prussdrv_open() failed .
Q1:I look at the /sys/class/remoteproc/ ,remotepproc 0~1 is for dsp,and remoteproc2~3 is for ipu. So that means pru can't use uio_driver?
Q2: As the title says,RPMSG_PRU how to access memory through C code? I really need it for my project!!!