tmedicci commented on issue #13308: URL: https://github.com/apache/nuttx/issues/13308#issuecomment-2338956774
> > 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](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#step-4-set-up-the-environment-variables). > > i was using export.sh of esp-idf. which version of export.sh is expected to work? Any version of the `release/v5.1` branch is expected to work. In particular, we have been using commit `1484f2d4f677e3fa41a310bf0952a3a76f69fb76` of ESP-IDF. Don't forget to install the tools used by this version. We test this configuration in our internal CI, so we know that nothing broke about it recently. -- 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]
