TimJTi commented on issue #16484: URL: https://github.com/apache/nuttx/issues/16484#issuecomment-2945311562
It is not broken. 1. Size will be zero by design. Maybe an enhancement could change that but it's of little benefit 2. To run apps from a mounted BINFS: - ELF format needs to be enabled (CONFIG_ELF) - exec/posix_spawn must be enabled (CONFIG_LIBC_EXECFUNCS) - Program files must be allowed to be executed (CONFIG_NSH_FILE_APPS) -- 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