misc: Add bootloader build command to README.md

This commit is contained in:
9names
2025-02-16 17:44:35 +11:00
committed by dragonmux
parent e207616148
commit d7c812de4a

View File

@@ -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,