I can build and debug the hello world example from the demo apps of the mimxrt685-evk.
I'm looking to run the example without debugging. While debugging I can run arm-none-eabi-gdb through the command line, which works the same way as in the IDE.
How would I run the example without debugging?
If I press run in the IDE I get:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
As you see below there is not much in the build configuration.
Is there a command line tools besides arm-none-eabi-gdb that can run the example without debugging?
已解决! 转到解答。
Thank you Jing,
I have another post here as I'm trying to perform the equivalent using linux command line tools.
Running hello world on mimxrt685-evk using prebuil... - NXP Community
Regards,
Abdo