tmedicci commented on issue #13230: URL: https://github.com/apache/nuttx/issues/13230#issuecomment-2427514038
Hi @metarutaiga , I couldn't reproduce your issue. I need clearer and more detailed instructions. I tried: 1. `esp32c6-devkitc:sta_softap`, enabling `wget`, `uiP web client` and `mbedTLS` (with example applications). Firmware is over 1MB and the device boots successfully and `reboot` commands reboots the device successfully. 2. `esp32c6-devkitc:sta_softap`, enabling `wget`, `uiP web client` and `mbedTLS` (with example applications) and MCUboot (`CONFIG_ESPRESSIF_BOOTLOADER_MCUBOOT=y`). I adjusted the slots accordingly (default slot size is 1MB): `CONFIG_ESPRESSIF_OTA_SCRATCH_OFFSET=0x410000`, `CONFIG_ESPRESSIF_OTA_SECONDARY_SLOT_OFFSET=0x210000` and `CONFIG_ESPRESSIF_OTA_SLOT_SIZE=0x200000` to 2MB. Same result: device boots as expected and reboots successfully. -- 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]
