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
> 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 [
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
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:
>
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
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
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
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)
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
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.
>
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
11 matches
Mail list logo