mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
dist/testbed-support: boards: remove useless IOTLAB_FLASHFILE
This commit is contained in:
parent
41a2249ec6
commit
ffc4c84faa
@ -12,6 +12,3 @@ include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
FLASHER = mspdebug
|
||||
FLASHFILE ?= $(HEXFILE)
|
||||
FFLAGS = -d $(PORT) -j uif "prog $(FLASHFILE)"
|
||||
|
||||
# Use the HEXFILE when using iot-lab.single.inc.mk
|
||||
IOTLAB_FLASHFILE = $(FLASHFILE)
|
||||
|
||||
@ -54,9 +54,6 @@ IOTLAB_USER ?= $(shell cut -f1 -d: $(IOTLAB_AUTH))
|
||||
# Optional Experiment id. Required when having multiple experiments
|
||||
IOTLAB_EXP_ID ?=
|
||||
|
||||
# File to use for flashing
|
||||
IOTLAB_FLASHFILE ?= $(ELFFILE)
|
||||
|
||||
# Specify experiment-id option if provided
|
||||
_IOTLAB_EXP_ID := $(if $(IOTLAB_EXP_ID),--id $(IOTLAB_EXP_ID))
|
||||
|
||||
@ -161,7 +158,7 @@ ifneq (iotlab-a8-m3,$(BOARD))
|
||||
FLASHER = iotlab-node
|
||||
RESET = iotlab-node
|
||||
_NODE_FMT = --jmespath='keys(@)[0]' --format='int'
|
||||
FFLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) $(_IOTLAB_NODELIST) --update $(IOTLAB_FLASHFILE) | $(_STDIN_EQ_0)
|
||||
FFLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) $(_IOTLAB_NODELIST) --update $(FLASHFILE) | $(_STDIN_EQ_0)
|
||||
RESET_FLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) $(_IOTLAB_NODELIST) --reset | $(_STDIN_EQ_0)
|
||||
|
||||
ifeq (,$(_IOTLAB_ON_FRONTEND))
|
||||
@ -178,7 +175,7 @@ else
|
||||
FLASHER = iotlab-ssh
|
||||
RESET = iotlab-ssh
|
||||
_NODE_FMT = --jmespath='keys(values(@)[0])[0]' --fmt='int'
|
||||
FFLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) flash-m3 $(_IOTLAB_NODELIST) $(IOTLAB_FLASHFILE) | $(_STDIN_EQ_0)
|
||||
FFLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) flash-m3 $(_IOTLAB_NODELIST) $(FLASHFILE) | $(_STDIN_EQ_0)
|
||||
RESET_FLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) reset-m3 $(_IOTLAB_NODELIST) | $(_STDIN_EQ_0)
|
||||
|
||||
TERMPROG = ssh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user