Re: jffs2 mount assert

2019-09-04 Thread Ярослав Лещинский
>>A self-contained example would be nice including the application >>configuration ( stuff). #ifndef CONFIG_H #define CONFIG_H #include "user.h" void* POSIX_Init(void *arg); #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER #define CONFIGURE_MI

Re: jffs2 mount assert

2019-09-03 Thread Sebastian Huber
On 03/09/2019 18:40, Ярослав Лещинский wrote: rv is equal to -1 after the try of mounting. Qspiflash driver was checked separately for the write, read, erase operations. Can someone suggest what to do here? A self-contained example would be nice including the application configuration ( stuf

jffs2 mount assert

2019-09-03 Thread Ярослав Лещинский
Hello, Now I'm struggling with mounting of jffs2 using my qspiflash driver. main.c #include #include #include #include #include #include #include #include #include "config.h" #include "user.h" #include "spiflash.h" #define SPIFLASH_BLOCK_SIZE (0x100) #define SPIFLASH_SIZE (0x100)