mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
Flight/Bootloader - Bootloader updater, minor fix
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2801 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
fe2a43e07f
commit
949617e236
@ -341,6 +341,7 @@ OOCD_EXE=openocd
|
|||||||
OOCD_CL=-d0
|
OOCD_CL=-d0
|
||||||
# interface and board/target settings (using the OOCD target-library here)
|
# interface and board/target settings (using the OOCD target-library here)
|
||||||
UNAME := $(shell uname)
|
UNAME := $(shell uname)
|
||||||
|
|
||||||
ifeq ($(UNAME), Darwin)
|
ifeq ($(UNAME), Darwin)
|
||||||
OOCD_CL+=-f ../../Project/OpenOCD/floss-jtag.openpilot.osx.cfg -f ../../Project/OpenOCD/stm32.cfg
|
OOCD_CL+=-f ../../Project/OpenOCD/floss-jtag.openpilot.osx.cfg -f ../../Project/OpenOCD/stm32.cfg
|
||||||
else
|
else
|
||||||
@ -456,7 +457,9 @@ ifeq ($(MODEL), NULL)
|
|||||||
@echo ${quote}Please specify the chip model with MODEL=MD/HD${quote}
|
@echo ${quote}Please specify the chip model with MODEL=MD/HD${quote}
|
||||||
@exit 2
|
@exit 2
|
||||||
endif
|
endif
|
||||||
$(shell 'python file_to_array.py' $(SOURCE_BL) bl_array.h)
|
python file_to_array.py $(SOURCE_BL) bl_array.h
|
||||||
|
#UNAME := $(shell python file_to_array.py $(SOURCE_BL) bl_array.h)
|
||||||
|
|
||||||
|
|
||||||
###########################################################################################################
|
###########################################################################################################
|
||||||
|
|
||||||
|
BIN
flight/Bootloaders/BootloaderUpdater/test.bin
Normal file
BIN
flight/Bootloaders/BootloaderUpdater/test.bin
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user