You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It is currently not possible to write beyond 16MB of address space using the flash shell sample on the RT1170 EVKB, despite the flash chip being 64MB.
Please also mention any information which could help others to understand
the problem you're facing:
What target platform are you using? mimxrt1170_evkb//cm7
Add support for the W25Q512NW-IQ/IN with the FLEXSPI, using a custom
LUT table.
Fixeszephyrproject-rtos#80592
Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
danieldegrasse
changed the title
Not possible to write beyond 8MB using flash sample on RT1170 EVKB
Not possible to write beyond 16MB using flash sample on RT1170 EVKB
Oct 31, 2024
Add support for the W25Q512NW-IQ/IN with the FLEXSPI, using a custom
LUT table.
Fixeszephyrproject-rtos#80592
Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
Add support for the W25Q512NW-IQ/IN with the FLEXSPI, using a custom
LUT table.
Fixeszephyrproject-rtos#80592
Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
JA-NXP
pushed a commit
to nxp-upstream/zephyr
that referenced
this issue
Nov 19, 2024
Add support for the W25Q512NW-IQ/IN with the FLEXSPI, using a custom
LUT table.
Fixeszephyrproject-rtos#80592
Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
Describe the bug
It is currently not possible to write beyond 16MB of address space using the flash shell sample on the RT1170 EVKB, despite the flash chip being 64MB.
Please also mention any information which could help others to understand
the problem you're facing:
mimxrt1170_evkb//cm7
To Reproduce
Steps to reproduce the behavior:
west flash
0xFFFFFF
0x0
, writes will fail silently (or report verification errors)Expected behavior
Flash writes should not fail beyond 8MB
Impact
MCUBoot support may be affected, otherwise applications using the flash will be limited to 16MB.
The text was updated successfully, but these errors were encountered: