-
Notifications
You must be signed in to change notification settings - Fork 3k
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
5.11.0 - RC1 breaks PDMC on some Nuvoton targets. #8927
Comments
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-233 |
@ARMmbed/team-nuvoton |
I am reviewing the changes between the versions. First thing t hat came to my mind: MPU enablement. @ashok-rao Can you quickly test one of the failing tests with 5.11rc1, remove |
@c1728p9 Do you have a device to test this ? @ashok-rao is away for most of this week. |
Hi @0xc0170 I don't have either of the Nuvoton boards to test with. |
@ashok-rao @ARMmbed/team-nuvoton If anyone can help us narrow down the problem would be great |
@0xc0170 , I can't find any 5.11.x tag in mbed-os master branch, so just pull the last mbed-os. M487-iot log file shows network connect successfully but failed in " |
Use https://github.com/ARMmbed/mbed-os/releases/tag/tools-release-5.11.0-rc1 tag, or can just fetch master as it should be also there (hasn't been yet addressed). |
@cyliangtw Since we're in the middle of a feature release, the tag won't be added until the release is published. For now, you can use either the |
I created #8994 to turn off the MPU for the MCU_M480 family of devices. The root cause of this problem still needs to be determined. |
We can probably turn the MPU back on on this target, if the ECC issue is the only issue. We have root caused the ECC issue and have a fix available at #9005 |
@c1728p9 See Jaeden's comment |
Sounds good to me. |
@ashok-rao What is remaining here (for this issue to be closed) ? |
Closing since #9020 is now merged. |
Description
The following targets are affected by this issue:
For NUMAKER_PFM_M487: The following tests are passing.
NUMAKER_PFM_M487_ARM_output.txt
For NUMAKER_IOT_M487: The following tests are passing.
NUMAKER_IOT_M487_ARM_output.txt
With 5.10.4 the PDMC tests on these exact boards are passing fine. Results below:
However, updating ONLY the Mbed OS to 5.11.0-RC1 is breaking the same tests on the same boards.
For NUMAKER_PFM_M487: The following tests are failing:
NUMAKER_PFM_M487_ARM_output.txt
For NUMAKER_IOT_M487: The followign tests are failing:
NUMAKER_IOT_M487_ARM_output.txt
With 5.11.0-RC1 the PDMC tests on these exact boards are failing. Results below:
This indicates there is something breaking these targets between the 2 versions.
Steps to reproduce: (please note that this repo is private to Arm & partners only)
mbed import pelion-enablement
cd pelion-enablement
mbed test -t ARM -n simple-mbed-cloud-client-tests-dev_mgmt* -m <targets_mentioned_above>
Expected:
All tests for connect + update should pass.
Actual:
Connect + update tests fails with either TIMEOUT or ERROR for the targets mentioned above.
This also impacts OoB for 5.11.0.
cc: @MarceloSalazar @screamerbg @0xc0170 @cmonr .
Issue request type
The text was updated successfully, but these errors were encountered: