-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
MPU FAULT in nvs test on nrf52840dk_nrf52840 #25701
Labels
area: Storage
Storage subsystem
area: Tests
Issues related to a particular existing or missing test
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
Comments
markus-becker-tridonic-com
added
the
bug
The issue is a bug, or the PR is fixing a bug
label
May 28, 2020
@markus-becker-tridonic-com @nvlsianpu maybe this is because you need MPU to ALLOW FLASH WRITE, please check |
@markus-becker-tridonic-com As @ioannisg points need to use proper configuration for run it on HW boards. Will try to add a such here. |
yes, the prj.conf in fcb and file are setting it. |
nvlsianpu
added a commit
to nvlsianpu/zephyr
that referenced
this issue
May 28, 2020
Added configuration which allows to run test-suite on nrf52840dk_nrf52840 and nrf52dk_rf52832 boards. fixes zephyrproject-rtos#25701 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
@markus-becker-tridonic-com here patch with proper configuration #25708 |
nvlsianpu
added
the
area: Tests
Issues related to a particular existing or missing test
label
May 28, 2020
#25708 fixes this. |
thanks. |
carlescufi
pushed a commit
that referenced
this issue
May 28, 2020
Added configuration which allows to run test-suite on nrf52840dk_nrf52840 and nrf52dk_rf52832 boards. fixes #25701 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
krip-tip
pushed a commit
to krip-tip/zephyr-local
that referenced
this issue
May 30, 2020
Added configuration which allows to run test-suite on nrf52840dk_nrf52840 and nrf52dk_rf52832 boards. fixes zephyrproject-rtos#25701 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Storage
Storage subsystem
area: Tests
Issues related to a particular existing or missing test
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
Describe the bug
We are having issues with NVS on nrf52840dk_nrf52840.
The test tests/subsys/settings/functional/nvs fails with an MPU fault.
To Reproduce
Steps to reproduce the behavior:
./scripts/sanitycheck --device-testing --device-serial /dev/ttyACM0 -p nrf52840dk_nrf52840 -T tests/subsys/settings/functional/nvs
Output on UART:
Expected behavior
No MPU fault.
Impact
Unusable NVS on nrf52840dk_nrf52840?
Environment (please complete the following information):
Additional context
NVS is used as storage backend for OpenThread.
The text was updated successfully, but these errors were encountered: