tools/iotlab-testbed: rename deprecated flash/reset-m3 subcommands
This commit is contained in:
parent
ebbe2c2aa1
commit
3c8cfd45f1
@ -206,8 +206,8 @@ else
|
|||||||
FLASHER = iotlab-ssh
|
FLASHER = iotlab-ssh
|
||||||
RESET = iotlab-ssh
|
RESET = iotlab-ssh
|
||||||
_NODE_FMT = --jmespath='keys(values(@)[0])[0]' --fmt='int'
|
_NODE_FMT = --jmespath='keys(values(@)[0])[0]' --fmt='int'
|
||||||
FFLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) flash-m3 $(_IOTLAB_NODELIST) $(FLASHFILE)
|
FFLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) flash $(_IOTLAB_NODELIST) $(FLASHFILE)
|
||||||
RESET_FLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) reset-m3 $(_IOTLAB_NODELIST)
|
RESET_FLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) reset $(_IOTLAB_NODELIST)
|
||||||
|
|
||||||
TERMPROG = ssh
|
TERMPROG = ssh
|
||||||
ifeq (,$(IOT_LAB_FRONTEND_FQDN))
|
ifeq (,$(IOT_LAB_FRONTEND_FQDN))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user