raiden00pl commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3051606498
> First thing weird, proc is not mounted? Should it be mounted automatically by stm32_bringup.c here: you most likely you miss `CONFIG_NSH_ARCHINIT=y` or `CONFIG_BOARD_LATE_INITIALIZE=y` > I tried increasing CONFIG_SYSTEM_NSH_STACKSIZE to 4096 as mentioned in #11463 with no avail, only change was reported stack size in the crash: this is wrong. You should increase `CONFIG_INIT_STACKSIZE` if `nsh` is your entry point, not `CONFIG_SYSTEM_NSH_STACKSIZE`. Set `CONFIG_INIT_STACKSIZE=4092` and it should work :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org