SmartIotMaker commented on issue #11670: URL: https://github.com/apache/nuttx/issues/11670#issuecomment-2413711860
I encountered a different issue, using xtensa/esp32s3-devkit to enable MCUboot: ./tools/configure.sh -S -l esp32s3-devkit:blewifi, then enable MCUboot. Also configure: CONFIG_ESP32S3_SPIFLASH_SPIFFS=y CONFIG_ESP32S3_STORAGE_MTD_OFFSET=0x450000 CONFIG_ESP32S3_STORAGE_MTD_SIZE=0xa00000. The system hangs after the setup_spiffs function, with no response. Upon debugging, it was found that the SPI flash functions from the ROM, including spi_flash_read and spi_flash_write, cannot be used. Should I burn a partition table when using MCUboot? Currently, in the test, only the mcuboot-esp32s3.bin compiled with make bootloader has been flashed. -- 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]
