-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
ESP32-S3 Blinky example fails to build #85398
Comments
Hi @LTVA1! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
This board has no embedded LED that can be controlled over GPIO as done in blinky sample. If you manually attached an LED externally, please read: The board has a RGB led though. You can try the sample below: |
So that's the reason why it doesn't compile? |
@sylvioalves I tried and it still fails. |
I've tested here and it builds properly. |
I just ran |
try |
|
Ok, I see the issue now. You have to build the sample for the |
Thanks! I completely forgot to test it. I tested blinky for both cores... |
Board is in bootloader mode. Can you try pressing the BOOT or Reset button? |
Connected power when BOOT was pressed, then repeatedly pressed RET log_boot.txt |
Describe the bug
Blinky example does not compile for ESP32-S3-DevKitC target, fails because of undeclared define.
To Reproduce
Expected behavior
I expected the compilation to finish and the resulting binaries to be flashed on the device.
Impact
I can't work with the Zephyr toolchain because it does not compile the project from examples directory.
Logs and console output
Console output: log.txt
Environment (please complete the following information):
Additional context
It's funny how I just tried to test it on AMP IPM example and it managed to build it for some reason, doesn't start properly on the device though: log_amp.txt
The text was updated successfully, but these errors were encountered: