lukegluke commented on issue #2203: URL: https://github.com/apache/incubator-nuttx/issues/2203#issuecomment-721184265
> @lukegluke See https://github.com/PX4/PX4-Autopilot/blob/master/platforms/nuttx/src/px4/common/px4_init.cpp#L45 > > This is how we fixed the changes in upstream NuttX that are caused by the dynamic allocation of the streams. When there is no console. Thanks for feedback! In fact I already had this code and call px4_platform_init in my board_app_initialize. It was just my misconfiguration (I missed that CONFIG_DEV_CONSOLE is set by default, and I need to unset it explicitly). Now this workaround works for me. But it is still the issue for NuttX itself. I suppose it is not a good thing to fall in hadrdfault if there is no console, or it is failed to open. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org