Currently, I am working on the RZ/V2L EVK. I am writing an application on the M33 side using FreeRTOS. In this application, I have a use case where I need to access the file system from the host side (Linux). Is there any example code that can be used on both the M33 side and the Linux side to access the file system?
Hi Ashish,Do you want to send a file from Linux side - A55 to M33?Are you aware of Multi-OS package?Kind Regards.
Hi,
In my application on the M33 side, I want to store data in a file using an RPC mechanism provided by the OPENAMP framework. Specifically, I need to implement OPEN, READ, and WRITE functionality from the M33 side to the Linux file system.
I am aware of the Multi-OS package provided by Renesas and have used the sample code included in it. However, the sample code provided is ECHO-based. I want to implement this test code provided by OPENAMP.