Skip to content

Conversation

biwenli
Copy link
Contributor

@biwenli biwenli commented Aug 27, 2025

Enable multicore samples between mcus(m33s in NETCMIX, M7_0 in M7MIX0, M7_1 in M7MIX1) for imx943 evk

Copy link
Member

@uLipe uLipe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! I have some nits.

@biwenli biwenli force-pushed the enable-multicore-samples-for-imx943-evk branch from 23ebfba to c3681f3 Compare August 28, 2025 07:05
@kartben kartben assigned mmahadevan108 and dleach02 and unassigned kartben Aug 28, 2025
@biwenli biwenli force-pushed the enable-multicore-samples-for-imx943-evk branch from c3681f3 to 8bf4094 Compare September 2, 2025 06:57
@biwenli biwenli force-pushed the enable-multicore-samples-for-imx943-evk branch 2 times, most recently from d87848f to 13fb772 Compare September 23, 2025 09:00
@biwenli biwenli closed this Sep 23, 2025
@biwenli biwenli reopened this Sep 23, 2025
@biwenli biwenli force-pushed the enable-multicore-samples-for-imx943-evk branch from 13fb772 to c41b7b6 Compare September 24, 2025 08:56
@dleach02
Copy link
Member

dleach02 commented Oct 2, 2025

@biwenli can you address the merge conflicts

@biwenli biwenli force-pushed the enable-multicore-samples-for-imx943-evk branch from c41b7b6 to 3f25e71 Compare October 11, 2025 09:04
@biwenli
Copy link
Contributor Author

biwenli commented Oct 11, 2025

@biwenli can you address the merge conflicts

done.

@dleach02
Copy link
Member

@JiafeiPan you should be the assignee on this PR

@JiafeiPan
Copy link
Contributor

Hi, @biwenli , please rebase this PR as dependency has been merged.

@biwenli
Copy link
Contributor Author

biwenli commented Oct 14, 2025

Hi, @biwenli , please rebase this PR as dependency has been merged.

sure, np.

@biwenli biwenli force-pushed the enable-multicore-samples-for-imx943-evk branch from 82cc38e to 3332b7b Compare October 14, 2025 03:36
/* Note: please enable lpuart3 and disable lpuart8 for debugging via JTAG */
zephyr,console = &lpuart8;
zephyr,shell-uart = &lpuart8;
//zephyr,console = &lpuart3;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove commented code - here and in the rest of this PR.
Otherwise, looks good.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove commented code - here and in the rest of this PR. Otherwise, looks good.

sure, np.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove commented code - here and in the rest of this PR. Otherwise, looks good.

sure, np.

@biwenli biwenli force-pushed the enable-multicore-samples-for-imx943-evk branch from 3332b7b to 7e609c6 Compare October 15, 2025 03:25
Copy link
Contributor

@iuliana-prodan iuliana-prodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s still a lot of commented-out code - either remove it or add an explanation for why it’s there.
If you need to explain how a user should switch between m7_0 and m7_1, consider adding that information in a README file.

This commit adds support for these multicore samples:
- samples/drivers/mbox
- samples/drivers/mbox_data
- samples/subsys/ipc/ipc_service/static_vrings
- samples/subsys/ipc/openamp

Note:
- Please modify imx943_evk_mimx94398_<core name>.overlay
  when you want to check ipc between m7_0 and m7_1
  (core name: m33, m7_0, m7_1)

Signed-off-by: Biwen Li <[email protected]>
Add lpuart3 node for debugging via JTAG interface

Signed-off-by: Biwen Li <[email protected]>
This commit fixes spell and add info
to debugging system via JTAG interface.

Signed-off-by: Biwen Li <[email protected]>
@biwenli biwenli force-pushed the enable-multicore-samples-for-imx943-evk branch from 7e609c6 to 2bcb1d8 Compare October 17, 2025 07:28
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants