Build failed in Jenkins: NuttX-Nightly-Build #62

2020-03-12 Thread Apache Jenkins Server
See Changes: -- [...truncated 506.79 KB...] Copy files Select CONFIG_HOST_LINUX=y Refreshing... Building NuttX... --

Re:Re: let's discuss about the file system and nand flash driver

2020-03-12 Thread wxy
Hi Greg I totally agree with you. I'll save the hints here and see what I can do. At 2020-03-12 21:05:41, "Gregory Nutt" wrote: > >> 2.FTL for FAT ? >> >> It’s very nice to use FAT and FTL. I know FAT has a index table to mapping >> logical and physical area. But there is one problem Whe

Re: DNS Name Resolution Issue

2020-03-12 Thread Nathan Hartman
On Thu, Mar 12, 2020 at 11:33 AM Gregory Nutt wrote: > >> We have analyzed the issue and observed trying to open resolv.conf in > >> "at" mode but There is no such mode as "at" in C programming. > >> So We have experimented with "a+" "w+" etc but these did not work because > >> of the "resolv.c

Re: DNS Name Resolution Issue

2020-03-12 Thread Gregory Nutt
We have analyzed the issue and observed trying to open resolv.conf in "at" mode but There is no such mode as "at" in C programming. So We have experimented with "a+" "w+" etc but these did not work because of the "resolv.conf" file resides in /etc directory in ROMFS, ROMFS supports only "r"

Re: DNS Name Resolution Issue

2020-03-12 Thread Nathan Hartman
On Thu, Mar 12, 2020 at 1:05 AM Surya prakash Verma wrote: > We have analyzed the issue and observed trying to open resolv.conf in "at" > mode but There is no such mode as "at" in C programming. > So We have experimented with "a+" "w+" etc but these did not work because of > the "resolv.conf" f

Re: DNS Name Resolution Issue

2020-03-12 Thread Gregory Nutt
> That seems like a correct analysis.  Can you please submit a PR to https://github.com/apache/incubator-nuttx ? Sorry, that should have been https://github.com/apache/incubator-nuttx-apps/

Re: DNS Name Resolution Issue

2020-03-12 Thread Gregory Nutt
I am trying to test DNS Name resolution but observed issue of file opening fails while running. After debugging we have observed fails at following code: stream = fopen(CONFIG_NETDB_RESOLVCONF_PATH, "at"); in libs/libc/netdb/lib_dnsaddserver.c. We have analyzed the issue and observed tryi

Re: let's discuss about the file system and nand flash driver

2020-03-12 Thread Gregory Nutt
2.FTL for FAT ? It’s very nice to use FAT and FTL. I know FAT has a index table to mapping logical and physical area. But there is one problem Where should I put it ? If you put it in Nand Then this area may ware out, if you put in ram then when should it be synced to Nand and how often is s

Re:Re: let's discuss about the file system and nand flash driver

2020-03-12 Thread wxy
Hi Thanks Greg and other developers in this community, lots of valuable information to me I'd like to have some more detail explanation and my thought to share with you.Correct me if I'm wrong. 1.Why I didn’t choose smartfs or littlefs for nand? I find these filesystems are all designed or

[GitHub] [incubator-nuttx-testing] xiaoxiang781216 merged pull request #15: cibuild.sh: make sure git log print out the last commit

2020-03-12 Thread GitBox
xiaoxiang781216 merged pull request #15: cibuild.sh: make sure git log print out the last commit URL: https://github.com/apache/incubator-nuttx-testing/pull/15 This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-nuttx-testing] liuguo09 commented on issue #15: cibuild.sh: make sure git log print out the last commit

2020-03-12 Thread GitBox
liuguo09 commented on issue #15: cibuild.sh: make sure git log print out the last commit URL: https://github.com/apache/incubator-nuttx-testing/pull/15#issuecomment-598066049 @xiaoxiang781216 @masayuki2009 please take a look. --

[GitHub] [incubator-nuttx-testing] liuguo09 opened a new pull request #15: cibuild.sh: make sure git log print out the last commit

2020-03-12 Thread GitBox
liuguo09 opened a new pull request #15: cibuild.sh: make sure git log print out the last commit URL: https://github.com/apache/incubator-nuttx-testing/pull/15 Add 'git log -1' to make sure we know where the last commit is. Signed-off-by: liuhaitao --