From 6babd4c189328a2c13ba04c376b0810410ac594b Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:44:35 +1100 Subject: [PATCH] misc: Add bootloader build command to README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3fe4b4fbbd0..9e05ca47f5d 100644 --- a/README.md +++ b/README.md @@ -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,