Skip to content

Conversation

@wecracy
Copy link

@wecracy wecracy commented Apr 27, 2021

  1. For using Arduino makefile with cygwin environment, OpenCR uses its own Windows binary to upload an image to the board. For this reason, the Windows COM port is needed as an argument instead of using a converted device path.
    So, MONITOR_PORT is used to upload binary on the OpenCR board.

  2. When uploading a bin file to the arduino zero board, there is an opening fail for a file in the argument of openocd due to the double braces. So removed the braces in the argument.

ws and others added 3 commits April 27, 2021 17:01
- For using Arduino makefile with cygwin environmnet, OpenCR uses its own Windows binary to upload an image to the board. For this reason, Windows COM port is needed as an argument instead of using converted device path.

Signed-off-by: wecracy <wecracy@snu.ac.kr>
Merge from original sudar repository
using the programming port for arduino zero board, file open fails when arduino.mk call the openocd.
this is due to double braces of the file path.
we remove the double braces whole though a single brace also works well.
@wecracy wecracy changed the title Support OpenCR Windows upload with cygwin Support OpenCR Windows upload with cygwin and arduino zero board upload Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant