-
Notifications
You must be signed in to change notification settings - Fork 28
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
flashing bin files (like dsd6-flash.bin) using black magic probe #21
Comments
cool, but this is not actually describing "flashing bin files using black magic probe" at all :-) also depending on what is inside the elf file the also for flashing the hex file format instead of bin may be better since it has right address inside it so there is less change to write it to wrong place and also it can contain more parts in one file - like softdevice + application + bootloader + bootloader settings + uicr settings each one going to different address with 'holes' between basically something like However since you actually did not write anything about blackmagic probe and which tool you use for flashing (openocd?) it is hard to guess what is the best way, openocd can handle hex file just fine - |
Oh sorry, I get it now, I got it backwards at first, you are making elf file from bin file! not bin from elf |
I had a bricked tracker, and your original firmware in bin format. BMP wouldn't allow me to load bin files, but it allows me to flash elf, so that is why I converted it from bin to elf. Glad to know you are still interested in this project :) |
(Note more than a bug this is a note that hopefully will help others)
You can use the following command:
The text was updated successfully, but these errors were encountered: