Skip to content
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

Typo in stm32l0_dfu_bootloader.bat breaks download "with bootloader" #164

Closed
terrillmoore opened this issue May 21, 2021 · 0 comments
Closed
Assignees
Labels

Comments

@terrillmoore
Copy link
Member

Yikes. There's a typo in stm32l0-upload.bat -- I did final test on macOS and Linux but evidently didn't come back to Windows.

"%.\dfu-util.exe" -d %VIDPID%0x0483:0xdf11 -a 0 -s 0x08000000 -D "%bootloader%"

The %.\dfu-util.exe is wrong, should be .\dfu-util.exe.

Only affects download "with bootloader".

@terrillmoore terrillmoore self-assigned this May 21, 2021
@terrillmoore terrillmoore changed the title Typo in stm32l0_dfu_bootloader.bat Typo in stm32l0_dfu_bootloader.bat breaks download "with bootloader" May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant