Re: spiffs (in)compatilibity

2020-12-21 Thread Gregory Nutt
The version in NuttX is based off an older version of SPIFFS (before all of the security related changes) and may have incompatibilities with the current SPIFFS. do you remember which exact version of SPIFFS it was? You will find all of that information in fs/spiffs/README.md it seems like

Re: spiffs (in)compatilibity

2020-12-21 Thread Takashi Yamamoto
On Tue, Dec 22, 2020 at 8:08 AM Gregory Nutt wrote: > > > >> The version in NuttX is based off an older version of SPIFFS (before all > >> of the security related changes) and may have incompatibilities with the > >> current SPIFFS. > > do you remember which exact version of SPIFFS it was? > You w

Re: spiffs (in)compatilibity

2020-12-21 Thread Gregory Nutt
The version in NuttX is based off an older version of SPIFFS (before all of the security related changes) and may have incompatibilities with the current SPIFFS. do you remember which exact version of SPIFFS it was? You will find all of that information in fs/spiffs/README.md

Re: spiffs (in)compatilibity

2020-12-21 Thread Takashi Yamamoto
hi, On Mon, Dec 21, 2020 at 10:11 PM Gregory Nutt wrote: > > The version in NuttX is based off an older version of SPIFFS (before all > of the security related changes) and may have incompatibilities with the > current SPIFFS. do you remember which exact version of SPIFFS it was? > > On 12/20/2

Re: spiffs (in)compatilibity

2020-12-21 Thread Gregory Nutt
Maybe it would be better to track upstream spiffs. I don't know whether the spiffs implementation in NuttX requires any changes from upstream but if so maybe they can be upstreamed as well. Not compatible.  The NuttX version was a major re-implementation with major changes.  The original w

Re: spiffs (in)compatilibity

2020-12-21 Thread Gregory Nutt
Maybe it would be better to track upstream spiffs. I don't know whether the spiffs implementation in NuttX requires any changes from upstream but if so maybe they can be upstreamed as well. Not compatible.  The NuttX version was a major re-implementation with major changes.  The original worke

Re: spiffs (in)compatilibity

2020-12-21 Thread Nathan Hartman
On Mon, Dec 21, 2020 at 8:11 AM Gregory Nutt wrote: > The version in NuttX is based off an older version of SPIFFS (before all > of the security related changes) and may have incompatibilities with the > current SPIFFS. > > On 12/20/2020 11:26 PM, Takashi Yamamoto wrote: > > hi, > > > > a questio

Re: spiffs (in)compatilibity

2020-12-21 Thread Gregory Nutt
The version in NuttX is based off an older version of SPIFFS (before all of the security related changes) and may have incompatibilities with the current SPIFFS. On 12/20/2020 11:26 PM, Takashi Yamamoto wrote: hi, a question: is the nuttx implementation of spiffs diverted intentionally from o

spiffs (in)compatilibity

2020-12-20 Thread Takashi Yamamoto
hi, a question: is the nuttx implementation of spiffs diverted intentionally from other implementations? or is it just a bug? background: i needed the following changes to use spiffs images from mkspiffs and spiffsgen.py. https://github.com/apache/incubator-nuttx/pull/2572