Skip to content

Commit

Permalink
update nrfutil text
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jan 10, 2018
1 parent eb9a437 commit c06cfef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified tools/nrfutil-0.5.2/binaries/win32/nrfutil.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/nrfutil-0.5.2/nordicsemi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ def serial(package, port, baudrate, flowcontrol):
click.echo("Failed to upgrade target. Error is: {0}".format(e.message))
click.echo("")
click.echo("Possible causes:")
click.echo("- Selected bootloader version does not match the one on Bluefruit device.")
click.echo(" Upgrade the bootloader or select correct version in Tools->Bootloader.")
click.echo("- Selected Bootloader version does not match the one on Bluefruit device.")
click.echo(" Please upgrade the Bootloader or select correct version in Tools->Bootloader.")
click.echo("- Baud rate must be 115200, Flow control must be off.")
click.echo("- Target is not in DFU mode. Ground DFU pin and RESET and release both to enter DFU mode.")

Expand Down

0 comments on commit c06cfef

Please sign in to comment.