You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get this working for an ESP32S3 board I needed to do the following:
created an empty main/linker.lf file
added sdkconfig.idf52 to mpconfigboard.cmake
run idf.py add-dependency espressif/esp_tinyusb before compilation
compilation: idf.py build -D NINJA_FLAGS="-j 2"
I also have a question: After compilation I do not get a combined firmware image in the build folder. How or where could I change this, so that also a combined firmware.bin file is created?
Thanks & best regards,
The text was updated successfully, but these errors were encountered:
Hi,
In order to get this working for an ESP32S3 board I needed to do the following:
main/linker.lf
filesdkconfig.idf52
tompconfigboard.cmake
idf.py add-dependency espressif/esp_tinyusb
before compilationidf.py build -D NINJA_FLAGS="-j 2"
I also have a question: After compilation I do not get a combined firmware image in the build folder. How or where could I change this, so that also a combined
firmware.bin
file is created?Thanks & best regards,
The text was updated successfully, but these errors were encountered: