Skip to content

Commit

Permalink
Makefile: add clarifying comment for px4fmuv3_bl and fix build path i…
Browse files Browse the repository at this point in the history
…n README
  • Loading branch information
bkueng committed Sep 14, 2018
1 parent 88d58c8 commit 184b813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -39,6 +39,8 @@ export ARCH_SRCS = cdcacm.c usart.c

#
# Bootloaders to build
# Note: px4fmuv3_bl is the same as px4fmuv2_bl except for a different USB device
# string
#
TARGETS = \
nxphlitev3_bl \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Build all targets:

```make```

The binaries will be in `build_BOARDNAME/BOARDNAME.elf`. Two files are built: ELF files for use with JTAG adapters and BIN files for direct onboard upgrading.
The binaries will be in `build/BOARDNAME/BOARDNAME.elf`. Two files are built: ELF files for use with JTAG adapters and BIN files for direct onboard upgrading.

Build a specific board: Please check the `Makefile` for specific build targets.

Expand Down

0 comments on commit 184b813

Please sign in to comment.