mirror of
https://github.com/blackmagic-debug/blackmagic.git
synced 2025-10-14 02:58:36 +08:00
misc: Add bootloader build command to README.md
This commit is contained in:
@@ -227,6 +227,15 @@ You should now see the resulting binaries in `build`, in this case:
|
||||
|
||||
These are the binary files you will use to flash to your probe.
|
||||
|
||||
#### Building the bootloader
|
||||
|
||||
If your probe hardware does not already have a bootloader on it, after building firmware as described above
|
||||
you can build the appropriate bootloader with the following command:
|
||||
|
||||
```sh
|
||||
meson compile -C build boot-bin
|
||||
```
|
||||
|
||||
##### region `rom' overflowed
|
||||
|
||||
It may happen, while working with non default configurations or the project's latest version from Git,
|
||||
|
Reference in New Issue
Block a user