xiaoxiang781216 commented on code in PR #16789: URL: https://github.com/apache/nuttx/pull/16789#discussion_r2241837008
########## boards/xtensa/esp32/common/src/esp32_board_spiflash.c: ########## @@ -405,6 +405,17 @@ static int init_storage_partition(void) return ret; } +#elif defined(CONFIG_MTD_NVBLK) + + ret = nvblk_initialize(0, mtd, CONFIG_MTD_NVBLK_DEFAULT_LBS, Review Comment: > @xiaoxiang781216 with the mtd_proxy solution the block device name seems to be `/dev/tmpbxxx`. How to know the correct block device if it is needed to `dd` into the block device ? the end user doesn't use block device too, it use /dev/mtdblock0 which is char driver(BCH wrapper). -- 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