tito97sp opened a new issue #4836:
URL: https://github.com/apache/incubator-nuttx/issues/4836


   MCUboot expects that the MTD driver for a given image partition handles the 
**MTDIOC_ERASESTATE ioctl command**.
   
   The nucleo-h743zi does not implement this in the mtd_progmem device for 
using it with embedded flash.
   
   Should I modify the stm32_flash.h to add something like 
up_progmem_erasestate() function and the mtd_progmem.c driver ioctl to support 
this functionality or there is other, best suited way?
   
   Modifying mtd_progmem.c driver would affect every board and the migration 
could be difficult. I am thinking in a particular board oriented solution.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to