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
AnanthJaisankar
changed the title
Can anyone tell me how can i use external qspi flash "mx25r64"(custom board with nrf52840 soc) for mcuboot slot1 and i'm using zephyr 2.3.0
Can anyone tell me how can i use external qspi flash "mx25r64"(custom board with nrf52840 soc) for mcuboot slot1 and i'm using zephyr 2.2.0
May 13, 2020
The instructions are slightly out of date, but the current state is that mcuboot's flash_area_read_is_empty() routine attempts to read a byte value from the flash, and the QSPI flash API requires that all I/O operations be a multiple of 4 bytes.
I've opened #25289 to address this. Please follow that issue for updates.
(Also the instructions on that page are somewhat out of date, so resolution of #25289 will likely be accompanied by an example that shows exactly how to do this.)
I have tested external flash on my custom board.Now i want to use that for mcuboot slot1 space.
I have followed this https://github.com/JuulLabs-OSS/mcuboot/wiki/Using-the-nrf52840_pca10056-SPI-flash-with-Zephyr
but didn't get correctly
my mcuboot log is showing:
primary source is none and panic!
can anyone help me with this.
Thanks.
The text was updated successfully, but these errors were encountered: