Laczen commented on issue #16245: URL: https://github.com/apache/nuttx/issues/16245#issuecomment-2820706786
I was able to circumvent this problem by enabling `CONFIG_MTD_SECT512` and adding the following lines to `esp32_board_spiflash.c`: insert at line 432: ``` # if defined(CONFIG_MTD_SECT512) mtd = s512_initialize(mtd); # endif ``` I am unsure if something like this should be added. -- 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