Skip to content

Commit

Permalink
misc: Add bootloader build command to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Feb 16, 2025
1 parent 3148437 commit 6babd4c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6babd4c

Please sign in to comment.