Skip to content

samples: Fix confusing openamp sample doc #94687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

decsny
Copy link
Member

@decsny decsny commented Aug 20, 2025

A lot of users seem to be confused by this sample when they try to do west debug. This is because Zephyr currently does not support flashing all the cores from a sysbuild automatically when doing a west debug command. So west flash needs to be done prior to a west debug command. The README previously actually said the step by step instructions are to do the build, then immediately west debug, which would cause faulting and crashing, so change the instructions goal to be a flash, and put a note about needing to flash before debugging.

A lot of users seem to be confused by this sample when they try to do
west debug. This is because Zephyr currently does not support flashing
all the cores from a sysbuild automatically when doing a west debug
command. So west flash needs to be done prior to a west debug command.
The README previously actually said the step by step instructions are to
do the build, then immediately west debug, which would cause faulting
and crashing, so change the instructions goal to be a flash, and put a
note about needing to flash before debugging.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: IPC Inter-Process Communication area: Open AMP area: Samples Samples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants