Re: mkrd missing from build

2020-04-24 Thread Erik Englund
Thanks for pointing me in the right direction. My apps folder were 153 commits behind master, updating it resolved the problem. CONFIG_FS_WRITABLE flag was omitted as of Mars 21st. Den ons 22 apr. 2020 kl 16:59 skrev Gregory Nutt : > > > nuttx$ cat .config | grep MKRD > >

Re: mkrd missing from build

2020-04-22 Thread Gregory Nutt
nuttx$ cat .config | grep MKRD CONFIG_BOARDCTL_MKRD=y CONFIG_DRVR_MKRD=y # CONFIG_NSH_DISABLE_MKRD is not set NuttShell (NSH) NuttX-8.2.0 nsh> help help usage: help [-v] [] [ cdecho help mkdir pwd sleep unset ? cpexec hexdump

Re: mkrd missing from build

2020-04-22 Thread Alan Carvalho de Assis
Hi Erik, The mkrd is not appearing in the listing of command. Did you enable it? You need to de-select the Disable MKRD command in the menuconfig. Also check if other required configs to get MKRD are present. You can use "/" to search for it inside the menuconfig. BR, Alan On 4/22/20, Erik

mkrd missing from build

2020-04-22 Thread Erik Englund
Hi.. Is there any changes lately regarding the mkrd command? It isnt included in my builds anymore. This is whit the stm32f4discovery/nsh config. nuttx$ cat .config | grep MKRD CONFIG_BOARDCTL_MKRD=y CONFIG_DRVR_MKRD=y # CONFIG_NSH_DISABLE_MKRD is not set NuttShell (NSH) NuttX-8.2.0 nsh> help