Re: [I] How to use NAND Flash device simulator [nuttx]

2024-05-15 Thread via GitHub
resyfer commented on issue #12331: URL: https://github.com/apache/nuttx/issues/12331#issuecomment-2114104800 Hi @acassis, the execution weirdly stops in-between execution it seems. I am not too knowledgeable about the memory limits in the simulator. For me the stack trace for mkfatfs

Re: [I] How to use NAND Flash device simulator [nuttx]

2024-05-13 Thread via GitHub
acassis commented on issue #12331: URL: https://github.com/apache/nuttx/issues/12331#issuecomment-2107561573 Hi @laoniaokkk did you look at https://nuttx.apache.org/docs/latest/applications/testing/nand_sim/index.html ? The "stack smashing detected" means you are passing some memory l

[I] How to use NAND Flash device simulator [nuttx]

2024-05-13 Thread via GitHub
laoniaokkk opened a new issue, #12331: URL: https://github.com/apache/nuttx/issues/12331 I add NAND simulation under sim/nsh configuration, when 'nand' is executed, the ‘/dev/nand‘ device will be generated, but when using "mkfatfs /dev/nand" or "echo hello > /dev/nand", some errors will be