-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Cannot upload to mzeropro with using stable or development version #805
Comments
Thanks, I can indeed use mzeroproUSB to upload binaries, but then |
I would need to use SerialUSB.print(...) in my code, but some third-parties use Serial.print(), so it seems I'm stick with programming port. Coudl you please fix this bug? |
Could you try one fix? Please go to
with
Does it work now? |
@fjammes do you have any news? |
Just run /cc @fraimondo @fjammes |
What was problem/solution then? |
Configuration
Operating system:
Debian jessie
PlatformIO Version (
platformio --version
):PlatformIO, version 3.2.0a7 (but occurs also with current stable version)
Description of problem
Can not upload to mzeropro because of minor openocd error:
Steps to Reproduce
Actual Results
Script waits without doing nothing.
Expected Results
Upload code to mzeropro
Additional info
Changing openocd '-c' with '--command=' option works fine, as shown below:
The text was updated successfully, but these errors were encountered: