> -----Original Message-----
> From: Gregory Nutt <spudan...@gmail.com>
> Sent: Tuesday, May 26, 2020 2:13 AM
> To: dev@nuttx.apache.org
> Subject: Re: kconfig (Re: mbedtls)
>
>
> > I agree, and all the more reason we should ensure that our project has
> > a controlled snapshot of this tool -- and to ensure the longevity of
> > that snapshot so that it will not be lost suddenly!
>
> There is also a snapshot of genromfs in the tools repository. This is a
> snapshot of the tool from the time I wrote the ROMFS file system.
> People have been using "willy-nilly" versions of genromfs, I believe.
> However, so far that has not caused any problems.
>
For genromfs, Ubuntu and WSL can be installed directly by "sudo apt-get install
genromfs". kconfig-frontend also get supported in the recent Debian/Ubuntu
release:
https://packages.debian.org/sid/kconfig-frontends
https://manpages.debian.org/testing/kconfig-frontends/index.html
But, anyway we need take a snapshot for other platform.
> There is other interesting stuff in the tools directory that people are not
> well aware of. For example, nxfuse:
>
> A Linux FUSE implementation that enables native mounting of NuttX
> filesystems
> in Linux. Currently supports SmartFS and NXFFS (within the limitations
> of
> the NXFFS architecture). See the nxfuse/README.txt file for further
> information.