From 1b3ab2f18df9b442a01d1093af952e44823c3c9d Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Wed, 24 Oct 2012 08:34:58 +0200 Subject: Pull JTAG config from bootloader dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3