You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/23 04:51:57 UTC

[GitHub] [incubator-nuttx] normanr commented on pull request #2659: arch/risc-v/bl602 : add spiflash(hardware sf controller)

normanr commented on pull request #2659:
URL: https://github.com/apache/incubator-nuttx/pull/2659#issuecomment-1019413773


   > Is there anything special to prepare for the application firmware or partition map when flashing to the device? I'm trying with default config (on a magichome device which uses a bl602), and it hangs when calling bl602_flash_read. I can read the address with `xd` (and dump the entire 2mb of flash, etc), so something else must be going weird.
   
   I figured out that this was due to a regression in #4238, where the `boot2_partition_table` was dropped from the final link step, so `boot2_flash_cfg` was read from the wrong place and broke flash access. I've sent #5316 to fix it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org