raiden00pl commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2644560143
I haven't seen this before because I always use `nuttx` (elf file) or `nuttx.hex`. `nuttx.bin` it is huuuuge which doesn't look good: ``` -rwxr-xr-x 1 raiden00 raiden00 513M Feb 8 08:08 nuttx.bin ``` > Why is that? Do I need to download a separate softdevice controller, such as the S140? Or does nuttx.bin already include a softdevice controller? I'm not sure. all is done automatically. `nuttx.bin` seems broken, try with `nuttx` or `nuttx.hex`. `nrf52840-dk:nsh` configuration is normal size: ``` -rwxr-xr-x 1 raiden00 raiden00 80K Feb 8 08:18 nuttx.bin* ``` so the soft device support breaks something in `nuttx.bin` generation. The same issue is with cmake build -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
