Re: Nuttx for Nucleo-F429ZI

2020-09-23 Thread Gregory Nutt
In most board bring-up logic, the procfs is auto-mounted on power up.  Like this from the STM32F4 Discovery:     #ifdef CONFIG_FS_PROCFS   /* Mount the procfs file system */   ret = mount(NULL, STM32_PROCFS_MOUNTPOINT, "procfs", 0, NULL);   if (ret < 0)     {   serr("ERR

Re: Nuttx for Nucleo-F429ZI

2020-09-23 Thread Nathan Hartman
> On Mon, Sep 21, 2020, at 13:34, Nathan Hartman wrote: > > Need to mount procfs for ifconfig to work. On Wed, Sep 23, 2020 at 10:48 AM Matias N. wrote: > It would be really helpful if the "procfs" word appeared in that error. That > error is really cryptic. Agreed. I have created issue 1883 [

Re: Nuttx for Nucleo-F429ZI

2020-09-23 Thread Matias N.
It would be really helpful if the "procfs" word appeared in that error. That error is really cryptic. On Mon, Sep 21, 2020, at 13:34, Nathan Hartman wrote: > On Sat, Sep 19, 2020 at 7:36 AM Flavio Castro Alves Filho > wrote: > > The problem that I am facing now is that is that the network interf

Re: Nuttx for Nucleo-F429ZI

2020-09-23 Thread Flavio Castro Alves Filho
Hello Nathan, Thank you for your return. I found this procedure on another similar tutorial :-) I could see the network interface up. Best regards, Flavio Em seg., 21 de set. de 2020 às 13:34, Nathan Hartman escreveu: > > On Sat, Sep 19, 2020 at 7:36 AM Flavio Castro Alves Filho > wrote: >

Re: Nuttx for Nucleo-F429ZI

2020-09-21 Thread Nathan Hartman
On Sat, Sep 19, 2020 at 7:36 AM Flavio Castro Alves Filho wrote: > The problem that I am facing now is that is that the network interface > is not initializing: > > nsh> ifconfig > nsh: ifconfig: opendir failed: 20 Need to mount procfs for ifconfig to work. nsh> mount -t procfs /proc Nathan

Re: Nuttx for Nucleo-F429ZI

2020-09-19 Thread Flavio Castro Alves Filho
Well, I don't know how to explain, but I was reviewing here the process for setup, writing down the commands that I used ... and now everything is working fine. :-/ Maybe during yesterday's tests maybe something may be lost during menuconfig. I am sorry for the inconvenience. But ... maybe I fo

Re: Nuttx for Nucleo-F429ZI

2020-09-18 Thread Brennan Ashton
On Fri, Sep 18, 2020 at 3:16 PM Flavio Castro Alves Filho wrote: > > Hello Matias, > > Em sex., 18 de set. de 2020 às 16:26, Matias N. escreveu: > > > > Hi Flavio, > > please have a look at our new documentation, which you may find helpful: > > > > https://nuttx.apache.org/docs/latest/ > > > > I

Re: Nuttx for Nucleo-F429ZI

2020-09-18 Thread Nathan Hartman
On Fri, Sep 18, 2020 at 3:17 PM Flavio Castro Alves Filho wrote: > I am studying NuttX for a new project. I am using Nucleo-F429ZI as > reference, which is quite a complete board and has a large memory for > testing. > > I followed some instructions from the internet (mostly from NuttX > website)

Re: Nuttx for Nucleo-F429ZI

2020-09-18 Thread Matias N.
Ok! Do report your issues, we're trying to improve the on boarding experience. Best, Matias On Fri, Sep 18, 2020, at 19:15, Flavio Castro Alves Filho wrote: > Hello Matias, > > Em sex., 18 de set. de 2020 às 16:26, Matias N. escreveu: > > > > Hi Flavio, > > please have a look at our new documen

Re: Nuttx for Nucleo-F429ZI

2020-09-18 Thread Flavio Castro Alves Filho
Hello Matias, Em sex., 18 de set. de 2020 às 16:26, Matias N. escreveu: > > Hi Flavio, > please have a look at our new documentation, which you may find helpful: > > https://nuttx.apache.org/docs/latest/ > I did ... that's how I found most of the problems to have this initial version running. >

Re: Nuttx for Nucleo-F429ZI

2020-09-18 Thread Matias N.
Hi Flavio, please have a look at our new documentation, which you may find helpful: https://nuttx.apache.org/docs/latest/ Most boards have a "nsh" documentation which should be a good start (this is also explained in the documentation). I don't know the particular status of this board, but usual

Nuttx for Nucleo-F429ZI

2020-09-18 Thread Flavio Castro Alves Filho
Hello, I am studying NuttX for a new project. I am using Nucleo-F429ZI as reference, which is quite a complete board and has a large memory for testing. I followed some instructions from the internet (mostly from NuttX website) and I could compile and run a binary on the board. Including executin