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/16 08:24:39 UTC

[GitHub] [incubator-nuttx] tito97sp opened a new issue #4836: How to add correctly progmem MTDIOC_ERASESTATE call

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: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] acassis closed issue #4836: How to add correctly progmem MTDIOC_ERASESTATE call

Posted by GitBox <gi...@apache.org>.
acassis closed issue #4836:
URL: https://github.com/apache/incubator-nuttx/issues/4836


   


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