-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
samples: ipc: openamp_rsc_table fails on NXP i.MX8QM and i.MX8QXP ADSP #79970
Comments
A workaround was sent for review: #79428 |
What is the difference between |
@pdgendt they are ~identical. But this issue has nothing to do with Linux. IMO this should be enabled per board, not in I didn't had time to find the exact root cause for this, yet. |
The rpmsg shell creates a second tty endpoint which can be used to open like a serial console. I only have i.MX8MP to test with unfortunately. But it should be as generic as the other tty endpoint used in the sample. |
Yes, on 8MP is working with |
It doesn't use UART, but a mailbox? The serial part is fully emulated on linux side? CC @arnopo |
Perhaps there is a conflict between the UART shell and the RPMSG Shell? |
Describe the bug
The sample
samples/subsys/ipc/openamp_rsc_table
fails on NXP i.MX8QM and i.MX8QXP ADSP.More exactly the board names are:
imx8qm_mek/mimx8qm6/adsp
imx8qxp_mek/mimx8qx6/adsp
To Reproduce
west build -p -b imx8qm_mek/mimx8qm6/adsp -S nxp-openamp-imx8-adsp -s samples/subsys/ipc/openamp_rsc_table/
/lib/firmware
.Expected behavior
No error should appear when loading and starting the firmware on the DSP core.
Impact
Sample doesn't work
Logs and console output
Environment (please complete the following information):
829c03bcdca378fa2fa55484d16a190d379f754c
Additional context
If the CONFIG_SHELL is disabled the sample works.
The text was updated successfully, but these errors were encountered: