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


   > 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
   
   I do not fully understand what do you mean. Enabling `PROGMEM_OTA_PARTITION` 
should enable `MTD`, `MTD_BYTE_WRITE`, `MTD_PARTITION`, `MTD_PROGMEM` and 
`MTD_PROGMEM_ERASESTATE`. Because enabling is implicit it those will no longer 
reside in `defconfig` file, but will be generated correctly into `.config` and 
that is ok. If this does not answer your question you can email me to 
petro.karashche...@gmail.com with `make menuconfig` screenshots and defconfig 
file, so I can make a further look.


-- 
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-unsubscr...@nuttx.apache.org

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


Reply via email to