Hi
When I create a library export of the NuttX project I receive a library
*nuttx-export-12.4.0-RC0.tar.gz*. Is this correct or I have to get a
*12.4.0* version?
Thanks in advance
Roberto
So, please check the remote core call uart_rpmsg_init with isconsole=true,
and no other uart driver register as console.
On Wed, Feb 7, 2024 at 9:15 PM yfliu2008 wrote:
> Xiang.
>
>
>
> Thanks for that. Yes I can see hello echo from master to remote and vice
> versa as you suggested.
>
>
>
>
> R
You can try:
1. echo hello > /dev/ttyRpmsg on one core
2. and cat /dev/ttyRpmsg on another core
to confirm rpmsg uart work as expected before testing with cu.
On Wed, Feb 7, 2024 at 8:00 PM yfliu2008 wrote:
> Xiang and Bowen,
>
>
>
> I noticed that I didn't initialize the call the "uart_
I did some tests and sometimes it works and sometimes (the most
times...) it gives the error...
The error usually appears when I give the command
nsh> ifconfig
or
nsh> renew eth0
but not all the times. I think that it can be a problem with memory
sizes; I'll try more investigations
BR
Ro