Threadx RTOS for Cortex A53 in SMP Mode

Karthik Thangavel 1 Reputation point
2022-02-25T12:59:44.423+00:00

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

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
330 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AndresMlinar 256 Reputation points
    2022-02-28T20:36:28.917+00:00

    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