hello_world

Overview

The Multicore Hello World demo application demonstrates how to set up projects for individual cores on a multicore system. In this demo, the primary core prints the “Hello World from the Primary Core!” string to the terminal and then releases the secondary core from the reset. The secondary core toggles an on-board LED indicating that the secondary core is running.

Building the application

This shows example how to build application for evkbmimxrt1170 board with cm7 core_id. Change the -b <board> parameter based on board you want to build. Change the -Dcore_id=<core_id> parameter based on board core you want to build. For these parameters please see attribute boards: in primary/example.yml.

west build --sysbuild examples/multicore_examples/hello_world/primary --toolchain armgcc --config debug -b evkbmimxrt1170 -Dcore_id=cm7

Supported Boards