Re: Simulator, NOR flash file system, MTD

2023-01-29 Thread Alexander Oryshchenko
is > exactly how I tested it. Use that setup to create the host file, then > use that file to test the Linux FUSE implementation of SmartFS. In > fact, I'm pretty sure that was exactly why I wrote the filemtd > implementation to begin with. > > Ken > > On 1/28/23 2:

Re: Simulator, NOR flash file system, MTD

2023-01-28 Thread Alexander Oryshchenko
flash simulator + smartfs: > > https://github.com/apache/nuttx/blob/master/arch/sim/src/sim/sim_initialize.c#L59-L225 > 2.ram mtd + :smartfs/littlefs/nxffs: > > https://github.com/apache/nuttx/blob/master/boards/sim/sim/sim/src/sim_bringup.c#L157-L238 > > > On Sat, Jan 2

Re: Simulator, NOR flash file system, MTD

2023-01-28 Thread Alexander Oryshchenko
der, > > > > Some time ago Ken Pettit wrote a SmartFS simulator. > > > > If I'm not wrong it could be used with NuttX SIM(ulator). > > > > BR, > > > > Alan > > > > On 1/27/23, Alexander Oryshchenko wrote: > >> What is the easiest way to use NOR- FFS (SmartFs, Spiffs, LittleFs...) > over > >> host's file? > >> May be somebody knows NOR FLASH simulator for Linux? > >> Any other way? > >> > >

Simulator, NOR flash file system, MTD

2023-01-27 Thread Alexander Oryshchenko
What is the easiest way to use NOR- FFS (SmartFs, Spiffs, LittleFs...) over host's file? May be somebody knows NOR FLASH simulator for Linux? Any other way?

Re: Which control version software are you using? //was Re: Poll: Which OS are you using to compile NuttX?

2021-09-25 Thread Alexander Oryshchenko
Git and Linux (WSL actually) -Alexander сб, 25 сент. 2021 г., 10:12 Alin Jerpelea : > git and linux > > On Sat, Sep 25, 2021 at 9:02 AM Simon Filgis < > si...@ingenieurbuero-filgis.de> > wrote: > > > What does your script do? > > > > David S. Alessio schrieb am Sa., 25. Sept. > > 2021, 01:02: >

Re: Debugging Nuttx

2020-04-06 Thread Alexander Oryshchenko
and some instructions on how to use it? > > Thank you, > Edi > > On Sun, Apr 5, 2020 at 11:19 PM Alexander Oryshchenko < > a.oryshche...@gmail.com> wrote: > > > path -> patch, I lost characters sometimes :) > > > > вс, 5 апр. 2020 г., 23:17 Alexander

Re: Debugging Nuttx

2020-04-05 Thread Alexander Oryshchenko
path -> patch, I lost characters sometimes :) вс, 5 апр. 2020 г., 23:17 Alexander Oryshchenko : > Hi, > > For second your question I can little bit help you. I wrote path which > replases "ln" command in link.sh with Windows links. Then both WLS and > Windows underst

Re: Debugging Nuttx

2020-04-05 Thread Alexander Oryshchenko
d to Ubuntu Bash. I am looking for a solution so that I > dont have do the two steps (copy Nuttx and Apps in the " > C:\SysGCC\arm-eabi\mnt\d...." and copy stm32H7 content in chip folder.) > > Thank you, > Edi > > On Sun, Apr 5, 2020 at 9:46 AM Alexander Oryshchenko &l

Re: Debugging Nuttx

2020-04-04 Thread Alexander Oryshchenko
Hello Eduard, Regarding you second question. arch/arm/source/chip and board are symbolic links. They are accessible under WSL (but at least for me inaccessible in Windows). But why do you need to copy something here? -Alexander On Sat, Apr 4, 2020 at 11:39 PM Eduard Niesner wrote: > Hi all, >

Re: stm32_extmem.c and FSMC SDRAM solution in Nuttx?

2020-01-05 Thread Alexander Oryshchenko
If I remember right stm32f407 doesn't support sdram. -Alexander вс, 5 янв. 2020 г., 23:45 : > All, > > > > I want to set up some generic SDRAM as a component (board) to support the > ILI9341 LCD screens. I tried a few boards now (L476RG, F407VE, etc.), but > all seem to come short in (SD)RAM for