You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/11/28 14:56:59 UTC

[GitHub] utzig opened a new pull request #1538: Fix nrf52 qspi erase

utzig opened a new pull request #1538: Fix nrf52 qspi erase
URL: https://github.com/apache/mynewt-core/pull/1538
 
 
   I found this issue while trying to "emulate" a 8KB sector sized device on the QSPI flash (`QSPI_FLASH_SECTOR_SIZE: 8192`). While mcuboot was able to swap the images, the resulting image in slot1 is corrupted because not all sectors were erased. The current implementation seems to work by coincidence because the 2 LSb of 4096 are zero!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services