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 2021/11/28 17:51:03 UTC

[GitHub] [incubator-nuttx] tito97sp commented on pull request #4908: add board files to support mcuboot

tito97sp commented on pull request #4908:
URL: https://github.com/apache/incubator-nuttx/pull/4908#issuecomment-981125086


   When selected PROGMEM_OTA_PARTITION by STM32_FORMAT_MCUBOOT it inverts the values of the next FLAGS:
           MTD
   	MTD_BYTE_WRITE
   	MTD_PARTITION
   	MTD_PROGMEM
   	MTD_PROGMEM_ERASESTATE
   
   If my configuration already had activated the MTD functionalit, when using the PROGMEM_OTA_PARTITION it becomes false and opossite if it was not activated.
   
   Do you know why it is this happening?? I have it selected as default = n as suggested previously
   


-- 
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