-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
esp32s3-devkit:nsh can't boot #12704
Comments
Well. Noticed that in the Documents, there are some guides for toolchain and esptool.py.
And using the same building commands as above, the board can enter nsh now:
|
So this is a tool compatibility issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently bought an
esp32-s3-devkitc-1
, and I have installed the idf toolchain to verify that idf hello_world project can work.But when I use the idf toolchain to build nuttx, the board can't boot up.
Here is the commands I have used:
After flash, the serial console only shows below output and can't enter nsh:
What's wrong with my steps?
The text was updated successfully, but these errors were encountered: