-
Notifications
You must be signed in to change notification settings - Fork 7.5k
tests: mimxrt1160_evk/mimxrt1166/cm7:samples/drivers/mbox_data/sample: drivers: mbox_data test Timeout #82841
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
Comments
this case is ok on mimxrt1170_evk |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
the device_state need realocate when boot as second core. as the relocation does not know the alignment, this could be a case that the next data is mis-place after relocation. fix this by add a alignment in device_state section. fixes: zephyrproject-rtos#82841 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
the device_state need realocate when boot as second core. as the relocation does not know the alignment, this could be a case that the next data is mis-place after relocation. fix this by add a alignment in device_state section. still need revert aec0355 reported in zephyrproject-rtos#86871 fixes: zephyrproject-rtos#82841 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
the device_state need realocate when boot as second core. as the relocation does not know the alignment, this could be a case that the next data is mis-place after relocation. fix this by add a alignment in device_state section. still need revert aec0355 reported in zephyrproject-rtos#86871 fixes: zephyrproject-rtos#82841 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
the device_state need realocate when boot as second core. as the relocation does not know the alignment, this could be a case that the next data is mis-place after relocation. fix this by add a alignment in device_state section. still need revert aec0355 reported in zephyrproject-rtos#86871 fixes: zephyrproject-rtos#82841 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
mbox_data test is Timeout on v4.0.0-1877-g90ff9c0883b2 on mimxrt1160_evk/mimxrt1166/cm7
testcase path is samples/drivers/mbox_data/
see logs for details
To Reproduce
1.
or
git bisect found below commit introduce this failure 2e8868c
Expected behavior
test pass
Impact
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: