mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
Pull JTAG config from bootloader dir
This commit is contained in:
@@ -117,7 +117,7 @@ upload: $(FIRMWARE_BUNDLE) $(UPLOADER)
|
|||||||
|
|
||||||
upload-jtag-px4fmu:
|
upload-jtag-px4fmu:
|
||||||
@echo Attempting to flash PX4FMU board via JTAG
|
@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
|
# Hacks and fixups
|
||||||
|
|||||||
Reference in New Issue
Block a user