Karthik,
The project has been created with ARM DS, you can use the latest ARM DS to open it, compile it and run it on the simulator.
https://developer.arm.com/tools-and-software/embedded/arm-development-studio
Andres
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
To start with ThreadX, we observed that SMP port is available for Cortex A53 & not available for Cortex R5(SMP). For reference we thought of building SMP RTOS for ARM Cortex A53 by referring this link.
Command Used:-
cmake -Bbuild -DCMAKE_TOOLCHAIN_FILE=cmake/cortex_a53_smp.cmake -GNinja
But it is building for non-SMP Cortex A53 & we observed that there is no .bat file to build SMP Cortex A53. Can you pls let us know whether we are missing something.
Can you pls share the command to build helloworld application (sample_threadx.c) for CortexA53 SMP ThreadX RTOS.
Regards,
Karthik
Karthik,
The project has been created with ARM DS, you can use the latest ARM DS to open it, compile it and run it on the simulator.
https://developer.arm.com/tools-and-software/embedded/arm-development-studio
Andres