-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP] ESP32C3 sleep after software reset #13230
Comments
Hi, Please check If it still does not work, please enable the following configs in
And run in NuttX Also, please double-check which hardware exactly you are using (Is it a module? a board? Which Espressif module/chip is being used?) |
Thank you |
Skip this, reboot works.
But skip here, it will sleep
Very strange... |
I guest the problem is mcuboot |
I tried esp-idf v5.1.1 ~ v5.3.1 to build mcuboot bootloader, but it's the same.
|
Hi @metarutaiga , esp-idf is not required to build MCUboot. Can you share exactly the steps you are doing? Also, can you please post your |
I used the mcuboot repository to build it directly. I known it's hang not sleep now. |
Right, can you provide the steps to reproduce and a failing branch of nuttx and nuttx-apps, please? |
https://github.com/NyankoLab/esp32c3-nuttx if it enabled wget and uiP web Client, it would be over 1MB. |
Hi @metarutaiga , I couldn't reproduce your issue. I need clearer and more detailed instructions. I tried:
|
Hmmm, it's almost the same instructions. |
Can you try to repeat the steps using NuttX upstream (either master or a fixed version). We need to have detailed steps to reproduce the problem and information about your host OS, compiler version and NuttX (OS and apps) being used. Please let me know if you are able to reproduce the problem. |
Description
I tested LUATOS ESP32C3 and ESP32-C3-mini
I tried these
But it sleep always.
I tried esp_restart from esp-idf project, it works normally.
So how to know where is the bug? NuttX or MCUboot ?
esp32c3-legacy works normally also.
Verification
The text was updated successfully, but these errors were encountered: