aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-10-24 08:34:58 +0200
committerLorenz Meier <lm@inf.ethz.ch>2012-10-24 08:34:58 +0200
commit1b3ab2f18df9b442a01d1093af952e44823c3c9d (patch)
tree999b4a969dd4e37baabc57903b032f5a7035865c /Makefile
parentd7d373f4653876650d822576561e8f14e1eed000 (diff)
downloadpx4-firmware-1b3ab2f18df9b442a01d1093af952e44823c3c9d.tar.gz
px4-firmware-1b3ab2f18df9b442a01d1093af952e44823c3c9d.tar.bz2
px4-firmware-1b3ab2f18df9b442a01d1093af952e44823c3c9d.zip
Pull JTAG config from bootloader dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e38a3d619..0d3e8eb07 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ upload: $(FIRMWARE_BUNDLE) $(UPLOADER)
upload-jtag-px4fmu:
@echo Attempting to flash PX4FMU board via JTAG
- @openocd -f interface/olimex-jtag-tiny.cfg -f Tools/stm32f4x.cfg -c init -c "reset halt" -c "flash write_image erase nuttx/nuttx" -c "flash write_image erase ../Bootloader/px4fmu_bl.elf" -c "reset run" -c shutdown
+ @openocd -f interface/olimex-jtag-tiny.cfg -f ../Bootloader/stm32f4x.cfg -c init -c "reset halt" -c "flash write_image erase nuttx/nuttx" -c "flash write_image erase ../Bootloader/px4fmu_bl.elf" -c "reset run" -c shutdown
#
# Hacks and fixups