Skip to content

Conversation

@sebba
Copy link

@sebba sebba commented Feb 16, 2017

No description provided.

platform.txt Outdated
tools.dfu-util.cmd.windows=StAr_Write.bat

tools.dfu-util.path={runtime.ide.path}/hardware/tools/dfu-util/
tools.dfu-util.path={runtime.ide.path}/hardware/tools/dfu-util/bin
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove bin on the path

tools.dfu-util.upload.params.verbose=-v
tools.dfu-util.upload.params.quiet=
tools.dfu-util.upload.pattern="{path}/{cmd}" "{path}" -l -d {upload.usbID} -a {upload.altID} -s {upload.mem_start} -O "{build.path}/{build.project_name}.bin" -f 0x08000000
tools.dfu-util.upload.pattern="{path}/{cmd}" "{path}" {upload.usbID} {upload.altID} {upload.mem_start} "{build.path}/{build.project_name}.bin"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to use the last revision of dfu-util please use:
tools.dfu-util.upload.pattern="{path}/{cmd}" "{path}" -l -d {upload.usbID} -a {upload.altID} -s {upload.mem_start} -O "{build.path}/{build.project_name}.bin" -f 0x08000000

@sebba
Copy link
Author

sebba commented Feb 16, 2017

Fixed

Fixing error for PR
@alfran alfran merged commit 4f42e64 into alfran:development Feb 16, 2017
alfran pushed a commit that referenced this pull request Jun 6, 2017
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.

2 participants