Skip to content
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

Some bugfix suggestions for ESP32S3 boards #2

Open
gampam2000 opened this issue Aug 16, 2024 · 0 comments
Open

Some bugfix suggestions for ESP32S3 boards #2

gampam2000 opened this issue Aug 16, 2024 · 0 comments

Comments

@gampam2000
Copy link

Hi,

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant