Merge pull request #13683 from aabadie/pr/tools/iotlab_flash_bin
dist/testbed-support: use BINFILE for flashing on iotlab
This commit is contained in:
commit
be55eb9aa4
@ -94,6 +94,14 @@ else
|
|||||||
_NODES_DEPLOYED = $(shell iotlab-experiment --jmespath='"0"' --format='" ".join' get $(_IOTLAB_EXP_ID) --deployment)
|
_NODES_DEPLOYED = $(shell iotlab-experiment --jmespath='"0"' --format='" ".join' get $(_IOTLAB_EXP_ID) --deployment)
|
||||||
_NODES_LIST_OPTION = --nodes
|
_NODES_LIST_OPTION = --nodes
|
||||||
_NODES_FLASH_OPTION = --flash
|
_NODES_FLASH_OPTION = --flash
|
||||||
|
ifneq (,$(filter-out wsn430-% firefly,$(BOARD)))
|
||||||
|
# All boards in IoT-LAB except firefly and WSN430 can be flashed using $(BINFILE).
|
||||||
|
# On IoT-LAB, firefly only accepts $(ELFFILE) and WSN320 boards on accept $(HEXFILE).
|
||||||
|
# Using $(BINFILE) speeds up the firmware upload since the file is much
|
||||||
|
# smaller than an elffile.
|
||||||
|
# This feature is only available in cli-tools version >= 3.
|
||||||
|
FLASHFILE = $(BINFILE)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Try detecting the node automatically
|
# Try detecting the node automatically
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user