apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.59k stars 1.11k forks source link

STM32 Board can't boot if CONFIG_FS_PROCFS=y #8662

Open jinyongiot opened 1 year ago

jinyongiot commented 1 year ago

Can't boot if CONFIG_FS_PROCFS=y, test on stm32f769i-disco and nucleo-f401re. But boot success on sim.

acassis commented 1 year ago

Hi @jinyongiot, please enable the DEBUG FS to get more information about the issue: $ make menuconfig Build Setup ---> Debug Options ---> [*] Enable Debug Features [*] Enable Error Output [*] Enable Warnings Output [*] Enable Informational Debug Output ... [*] File System Debug Features [*] File System Error Output [*] File System Warnings Output [*] File System Informational Output