Skip to content

Adding hex generation recipe #1

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

Merged
merged 2 commits into from
Feb 16, 2017
Merged

Conversation

sebba
Copy link

@sebba sebba commented Feb 16, 2017

No description provided.

platform.txt Outdated
@@ -115,16 +119,16 @@ tools.stlink.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altID} {up
tools.dfu-util.cmd=dfu-util
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