generate dfu-bin bootloaer or a combined binary file #1784
Unanswered
vercingetor-ix
asked this question in
Q&A
Replies: 1 comment 2 replies
-
👋🏼 It's not built by default as there's only a very narrow set of times when you actually need to build the bootloader (it changes very rarely and isn't part of the normal update process once put on a part the first time). If you absolutely need to regenerate it, it's |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
when i flashed my last bmp some years ago i used the "make" command to create my binaries.
The result was two files, a *.bin and a *_dfu.bin file. The latter was the bootloader, I loaded with the serail adapter to flash the bmp firmware in next step.
When I now create the binaries with meson, there is an empty "blackmagic_bluepill_bootloader.elf.p" directory below the build directory, but no bootloader binary, only the firmware binary.
I searched the documentation, but found no information how to create now the dfu-bootloader.
I am thankful for any hint, how to proceed.
Beta Was this translation helpful? Give feedback.
All reactions