-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
Upload and programming a Leonardo board fails #287
Comments
Do you have problem when specify P.S: We have this board in our team (@valeros has it). However, he uses it under Windows and doesn't have any problems. |
Could you try this new build?
|
I merged it to main branch. Use update command above
|
Yep. All sorted. Much better upload now. The 2nd issue was due to me hitting the leonardo flash limit. I forgot about the huge 4K boot loader and the program hit the 0x7000 memory limit. |
Please upgrade to stable
Thanks. |
I'm not sure if this has been specifically tested, but on OS X, you cannot successfully program/upload to a Leonardo Arduino board. The board works fine with the Arduino IDE, but fails every time using Platformio!
The first issue is that it doesn't sequence the port detection correctly/simply (like Arduino IDE) but you can mostly get around that (by timing the reset of the board to have the port show up and then execute the upload command, but it is very hard and painful).
The second issue is that it fails checksum for some unknown reason.
The text was updated successfully, but these errors were encountered: