Skip to content

Commit

Permalink
BOOTLOADER_DEV var for uploading bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Brisset committed Dec 20, 2007
1 parent 05bd180 commit 27ea152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -120,8 +120,9 @@ ac_h ac1 ac2 ac3 ac fbw ap: static conf
bl:
cd $(AIRBORNE)/arm7/test/bootloader; make clean; make

BOOTLOADER_DEV=/dev/ttyUSB0
upload_bl bl.upload: bl
lpc21isp -control $(AIRBORNE)/arm7/test/bootloader/bl.hex /dev/ttyUSB0 38400 12000
lpc21isp -control $(AIRBORNE)/arm7/test/bootloader/bl.hex $(BOOTLOADER_DEV) 38400 12000

lpc21iap:
cd sw/ground_segment/lpc21iap; make
Expand Down

0 comments on commit 27ea152

Please sign in to comment.