Hi,
Several example readme files for imx95lpd5evk19 board have this sentence:
"Please note this application can't support running with Linux BSP!"
Could you please explain why these Cortex M7 example apps cannot run simultaneously with Linux in Cortex A55?
me@myhost:~/mcuxpresso/mcuxsdk/mcuxsdk/examples((HEAD detached at refs/heads/manifest-rev))> grep url .git/config
url = https://github.com/nxp-mcuxpresso/mcuxsdk-examples
me@myhost:~/mcuxpresso/mcuxsdk/mcuxsdk/examples((HEAD detached at refs/heads/manifest-rev))> git log --decorate |head -3
commit 55092a561762d34b1b0fa6dba52d1944b2710e65 (HEAD, test, manifest-rev)
Author: Fikret Eren
Date: Fri May 8 07:25:09 2026 +0200
me@myhost:~/mcuxpresso/mcuxsdk/mcuxsdk/examples((HEAD detached at refs/heads/manifest-rev))> find _boards/imx95lpd5evk19/*examples/*/ |grep -i readme |xargs grep "support running"
_boards/imx95lpd5evk19/cmsis_driver_examples/lpi2c/int_b2b_transfer/slave/example_board_readme.md:**Please note this application can't support running with Linux BSP!**
_boards/imx95lpd5evk19/cmsis_driver_examples/lpi2c/int_b2b_transfer/master/example_board_readme.md:**Please note this application can't support running with Linux BSP!**
_boards/imx95lpd5evk19/cmsis_driver_examples/lpi2c/edma_b2b_transfer/slave/example_board_readme.md:**Please note this application can't support running with Linux BSP!**
_boards/imx95lpd5evk19/cmsis_driver_examples/lpi2c/edma_b2b_transfer/master/example_board_readme.md:**Please note this application can't support running with Linux BSP!**
_boards/imx95lpd5evk19/cmsis_driver_examples/lpuart/edma_transfer/example_board_readme.md:**Please note this application can't support running with Linux BSP!**
_boards/imx95lpd5evk19/cmsis_driver_examples/lpuart/interrupt_transfer/example_board_readme.md:**Please note this application can't support running with Linux BSP!**
_boards/imx95lpd5evk19/driver_examples/flexio/i2c/read_accel_value_transfer/board.readme:#### Please note this application can't support running with Linux BSP! ####
_boards/imx95lpd5evk19/driver_examples/flexio/i2c/interrupt_lpi2c_transfer/example_board_readme.md:**Please note this application can't support running with Linux BSP!**
...
Hello @jukka1
Hope you are doing very well.
The warning does not mean the Cortex-M7 cannot run simultaneously with Linux on the i.MX95.
The i.MX95 supports heterogeneous operation with Linux on Cortex-A55 and firmware on Cortex-M7.
However, these SDK examples were developed as standalone demonstrations and assume exclusive ownership of peripherals, clocks, pins, and DMA resources.
When Linux is running, the same resources may already be assigned to Linux drivers, which can lead to conflicts. Therefore the examples are not validated for concurrent execution with the Linux BSP unless the system is properly configured in the System Manager.
Best regards,
Salas.
Hello Salas,
Thanks, I am doing very well. I hope that you are too.
OK, then do you have such M7 examples, which have the proper configuration for the System Manager, and are validated for concurrent execution with the Linux BSP?
I am especially interested in examples for lpi2c/interrupt_b2b_transfer and lpspi/interrupt_b2b_transfer.
BR,
jukka