-
-
Notifications
You must be signed in to change notification settings - Fork 284
Add Black Magic Probe (BMP) upload method #183
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
Comments
@dmikhalsky I don't have a Black Magic Probe to test with, please open a pull request with the minimal changes required add support to continue the discussion. |
Hi @dmikhalsky , I have added basic support for upload using BMP here electronut/arduino-bluey@1fb4e5a But I was not able to figure out a way to make it work in a way that would be compatible with how it done done with openocd in this repo. One issue is flashing the softdevice, which uses the |
I've added bmp locally by modifying platform and programmers. @ntavish - bmp uses gdb, not openocd. Luckily this is included in sandeeps repo! I need to tidy up the gdb entry point, but its worked great for me. One thing ive implemented is that if the soft device has been downloaded, 'burn bootloader' will upload the soft device. I can't remember if this is already implemented for the other programming devices? Ill try and put on a pull request in the next day or so. |
… upload method This is basically a merge of work done by @rogerclarkmelbourne in arduino-nRF5-customised, with the addition of bootloader uploading as per @sandeepmistry openocd reference in platform.txt Note: This incorporates changes based off feedback from @sandeepmistry, @dmikhalsky, @dlabun * README.md - BMP driver installation details * platform.txt - BMP tool setup * programmers.txt - Add BMP as a programmer option
… upload method This is basically a merge of work done by @rogerclarkmelbourne in arduino-nRF5-customised, with the addition of bootloader uploading as per @sandeepmistry openocd reference in platform.txt Note: This incorporates changes based off feedback from @sandeepmistry, @dmikhalsky, @dlabun * README.md - BMP driver installation details * platform.txt - BMP tool setup * programmers.txt - Add BMP as a programmer option
* In support of 'issue' #183 - Add Black Magic Probe (BMP) upload method This is basically a merge of work done by @rogerclarkmelbourne in arduino-nRF5-customised, with the addition of bootloader uploading as per @sandeepmistry openocd reference in platform.txt Note: This incorporates changes based off feedback from @sandeepmistry, @dmikhalsky, @dlabun * README.md - BMP driver installation details * platform.txt - BMP tool setup * programmers.txt - Add BMP as a programmer option * In support of 'issue' #183 - Add Black Magic Probe (BMP) upload method This is basically a merge of work done by @rogerclarkmelbourne in arduino-nRF5-customised, with the addition of bootloader uploading as per @sandeepmistry openocd reference in platform.txt Note: This incorporates changes based off feedback from @sandeepmistry, @dmikhalsky, @dlabun * README.md - BMP driver installation details * platform.txt - BMP tool setup * programmers.txt - Add BMP as a programmer option * Update programmers.txt Remove accidental references to sandeepmistry:openocd for openocd methods * Update programmers.txt * * rename bmp programmer to the more descriptive blackmagicprobe * * remove accidental addition of bootloader.tool to openocd methods
The method is already implemented in Roger Clark's fork of RBL rf51822 cores so it's just a matter of merging two boards.txt files.
The text was updated successfully, but these errors were encountered: