Re: dev board recommendation?

2020-02-13 Thread Takashi Yamamoto
i'll try it and tell you a result when/if i have a chance. On Thu, Feb 13, 2020 at 12:31 PM Ishikawa, Masayuki (SHES) wrote: > > I think the settings look very basic. So it should work. > But I'm not sure if GS2200 has any problems with AR9223 Wi-Fi chip. > Can you try another Wi-Fi router which

Re: Using the network in the NuttX simulator

2020-02-13 Thread Xiang Xiao
On Thu, Feb 13, 2020 at 10:33 AM Adam Feuer wrote: > > Thanks to Xiang and Greg, I got Internet networking running in the > simulator. > > Xiang, your configuration as you sent it didn't work for me, but using it > as a base with some modifications, I got the simulator to compile. > Then with some

RE: Re: NuttX SocketCAN implementation

2020-02-13 Thread Peter Van Der Perk
>From ease-of-implementation perspective that would be the way to go. However >this would mean that a CAN frame would go through the CAN driver -> Char >driver -> VFS -> Socket -> user space. This would add unnecessary delay and >jitter which would be certainly worse. Ideally I would implement i

Re: Re: NuttX SocketCAN implementation

2020-02-13 Thread Xiang Xiao
On Tue, Feb 11, 2020 at 11:48 PM Peter Van Der Perk wrote: > > >I believe that both sides would be the same. Both would use BSD sockets, > >SocketCAN would be added to the network stacks, and the CAN drivers would be > >a network drivers. > > > >Your picture shows the existing implementation us

[PATCH] Fix netlink route small issue

2020-02-13 Thread Alan Carvalho de Assis
Please apply attached patch. BR, Alan From 1c335da43142e4880f54acd80e3cab90f3e6 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Thu, 13 Feb 2020 14:29:07 -0300 Subject: [PATCH] Fix netlink route small issue --- net/netlink/netlink_route.c | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH] Fix netlink route small issue

2020-02-13 Thread Gregory Nutt
Hi, Alan, Please apply attached patch. This is patch duplicates PR273.  We just need to merge PR273. Greg

Re: [PATCH] Fix netlink route small issue

2020-02-13 Thread Alan Carvalho de Assis
Ok On 2/13/20, Gregory Nutt wrote: > Hi, Alan, >> Please apply attached patch. > > This is patch duplicates PR273. We just need to merge PR273. > > Greg > > >

thread-aware debugging for SAMA5D3 (and D2) with OpenOCD

2020-02-13 Thread Adam Feuer
Hi, I realized that the Sony thread-awareness changes for nuttx are in OpenOCD 's master branch now. I added an OpenOCD target for the SAMA5D3 and SAMA5D2 chips (though the D2 is still untested). This is based on work done by Olivier Schonken

Re: Using the network in the NuttX simulator

2020-02-13 Thread Adam Feuer
Xiang, Thanks for the encouragement, I will submit my simulator route setup script and docs in a PR soon. I too think it's best to keep the two scripts separate right now. cheers adam On Thu, Feb 13, 2020 at 4:49 AM Xiang Xiao wrote: > On Thu, Feb 13, 2020 at 10:33 AM Adam Feuer wrote: > > >

Re: Using the network in the NuttX simulator

2020-02-13 Thread Xiang Xiao
On Fri, Feb 14, 2020 at 8:10 AM Adam Feuer wrote: > > Xiang, > > Thanks for the encouragement, I will submit my simulator route setup script > and docs in a PR soon. I too think it's best to keep the two scripts > separate right now. > Sure , it's fine in either form. > cheers > adam > > On Thu,

Re: problems with TCP send sizes greater than ETH_PKTSIZE (SAMA5D36)

2020-02-13 Thread Adam Feuer
I tried using the EMAC 10/100 ethernet just now with the KSZ8081 PHY using the latest nuttx master, with an updated config. It has the same problem the GMAC does– it hangs when I try to do TCP sends of more than 1446 bytes. I'm going to look into the DMA, MAC, and PHY stuff tomorrow. I am hoping t