Hi, I have not tried the IDE. I've tried VS Code, and I have tried to build and flash using the Linux command line by following the steps from the following sources:
https://mcuxpresso.nxp.com/mcuxsdk/latest/html/gsd/run_project.html
https://mcuxpresso.nxp.com/mcuxsdk/latest/html/develop/build_system/Sysbuild.html
https://mcuxpresso.nxp.com/mcuxsdk/latest/html/examples/multicore_examples/hello_world/readme.html
Neither has worked so far. VS Code generates the error above. It imports the "primary core" project, but there is no second one as far as I can see. I'm also not sure which one to import as the "primary core" example is the only one that appears in the list.
The command-line route appears to work, as it builds and flashes without error. But after I reboot the board, nothing happens. No output over serial.
I've also tried the Multicore manager demo with the same result. Builds, flashes, but no output and no LEDs blinking.
I've added the following to the CMaketext.txt:
> # Convert binary to bin format
> mcux_convert_binary(BINARY
> ${APPLICATION_BINARY_DIR}/${MCUX_SDK_PROJECT_NAME}.bin)
And I built and flashed with the following commands:
> west build examples/multicore_examples/hello_world/primary --pristine --toolchain armgcc --config flexspi_nor_debug -b evkmimxrt1180 -Dcore_id=cm33
> west flash -r linkserver