RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-08 Thread Andre Heinemans
t could not be resolved. I guess rpmsg_core.c. Kind regards, Andre Heinemans static int rpmsgfs_rename_handler(struct rpmsg_device *rpdev, void *data, int len, void *priv, u32 src) { struct rpmsgfs_rename *msg = data; #if LINUX_VERSION_CODE >= KERNEL

RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-07 Thread Andre Heinemans
) [ 121.413609] ---[ end trace ]--- > -Original Message- > From: Andre Heinemans > Sent: Friday, 1 November 2024 12:14 > To: dev@nuttx.apache.org > Subject: RE: [EXT] Re: RPMsg FS on NuttX and Linux > > Caution: This is an external email. Please ta

RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-11-01 Thread Andre Heinemans
; server side in linux for now, rpmsgfs client side in linux is still under > development. > > So we can access the Linux‘s file system in NuttX, but in Linux, we can't > mount > the Vela's file system. > > > Kind regards, > > Wang Bowen > > Andre He

RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-06-27 Thread Andre Heinemans
file system. Kind regards, Wang Bowen Andre Heinemans mailto:andre.heinem...@nxp.com>> 于2024年6月27日周四 17:12写道: Hi Bowen, I am using 6.6.3. But it would be okay for me if I receive the patches for version 5.15. I will try to adapt them. Thanks in advance! Kind regards, Andre -Origina

RE: [EXT] Re: RPMsg FS on NuttX and Linux

2024-06-27 Thread Andre Heinemans
e not sure if it meets your requirements. Kind regards, Wang Bowen Xiang Xiao 于2024年6月25日周二 22:47写道: > rpmsg_fs isn't upstreamed to the Linux community yet. Bowen could give > you a patch to try. > > On Tue, Jun 25, 2024 at 8:44 PM Andre Heinemans > > wrote: > > >

RPMsg FS on NuttX and Linux

2024-06-25 Thread Andre Heinemans
Hi, I am searching for a solution to share a disk or directory on a Linux host and make it accessible in NuttX through RPMsg. It looks like CONFIG_FS_RPMSGFS is the feature I need. According to this NuttX channel video (https://www.youtube.com/watch?v=-YLAQlJR1vA) various RPMsg services in Nut

RE: [EXT] Re: uart rpmsg driver compatibility

2024-03-12 Thread Andre Heinemans
the rpmsg-tty patches based on linux LTS 5.15. If you have any problems, feel free to contact me. Regards, Bowen Wang Xiang Xiao <mailto:xiaoxiang781...@gmail.com> 于2024年3月11日周一 23:43写道: On Mon, Mar 11, 2024 at 11:13 PM Andre Heinemans <mailto:andre.heinem...@nxp.com> wrote: > H

uart rpmsg driver compatibility

2024-03-11 Thread Andre Heinemans
Hi, Does the NuttX uart_rpmsg.c driver have a Linux counterpart to interact with? I want to achieve a virtual uart connection through rpmsg on an imx8mp between NuttX (m7) and Linux (a53). The tty_rpmsg.c driver in mainline linux does not seem compatible as it read and writes the raw data direc