-
Notifications
You must be signed in to change notification settings - Fork 29
Show "Board details not available. Compile the sketch once." when click upload #3
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
Comments
Please see the readme about the bug in the IDE and workaround when this happens. |
Solution: https://github.com/earlephilhower/arduino-littlefs-upload#glitches Thanks! It never occurred to me that these two things could be so mysteriously related. |
@Metaphorme to me neither, thanks for creating this issue! |
@reivaxy I'm sorry, but I don't quite understand your suggestion. Why not make a PR (for text docs like this you can do it right from the GH website) to make it clear? |
This issue still exists in Arduino IDE 2.3.4 @earlephilhower the suggestion by @reivaxy is to add the error message in the readme, so that a Google search will lead to that particular paragraph. BTW, I opened the IDE (on Win10) by double clicking on the .ino file. The sketch compiled and uploaded successfully, but the Upload LittleFS failed with "Board details not available. Compile the sketch once.". |
Sorry for bothering you again...
I had set fqbn and I could compile and upload my firmware. But when I tried to update files into LittleFS, it shows "Board details not available. Compile the sketch once.".
I tried to know what it means and found something here :
I'm sure that I have set my fqbn, but I don't know how to set
arduinoContext.boardDetails
. Maybe this problem has to do with this?fqbn had set:
boardDetails had set(maybe):
Tools -> Get board info:
Thanks for your help!
Have a nice day! :)
The text was updated successfully, but these errors were encountered: