-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[BUG] esp32 "make bootloader" doesn't work #13308
Comments
Hi @yamt , The kernel versions of the ESP32 are based on the legacy bootloader (a.k.a IDF bootloader), so you need to have the tools ESP-IDF requires to build it properly. That being said, the easiest way to enable ESP-IDF's tooling is exporting the associated environment var, just like described here. |
i was using export.sh of esp-idf. |
Any version of the |
Hi @yamt , as I've said previously, we can build it without issues on our internal CI, but I have found that the complete firmware is not booting as expected (HW testing was disabled). I tested it with #13311 but it still halts during the boot-up. |
Yes, it was fixed! |
Description / Steps to reproduce the issue
i tried to build the patched bootloader for esp32-devkitc:knsh
it ended up with:
On which OS does this issue occur?
[Mac]
What is the version of your OS?
12.7.6
NuttX Version
master
Issue Architecture
[xtensa]
Issue Area
[Build System]
Verification
The text was updated successfully, but these errors were encountered: