Skip to content

Commit

Permalink
Add README indication regarding unicore-mx builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanthom committed Dec 13, 2022
1 parent 9255ce3 commit ec8cd9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/building-dirtyjtag.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ make

Once the build is completed, your freshly compiled firmware will be available in `src/` as a binary file.

If you only want to build a specific configuration of DirtyJTAG, directly call the right Makefile with the correct parameters for the platform and the bootloader type:
If you only want to build a specific configuration of DirtyJTAG, directly call the right Makefile with the correct parameters for the platform and the bootloader type. Before that, make sure you have a build of unicore-mx.

```
make -C unicore-mx all
make -f Makefile.stm32f1 PLATFORM=bluepill LOADER=noloader
```

Expand Down

0 comments on commit ec8cd9b

Please sign in to comment.