5efbb97b5c
dist/testbed-support: remove iotlab wsn430 mapping
...
The boards were removed (EOL) and thus are no longer usable using IOTLAB_NODE
2020-07-10 16:49:08 +02:00
39ea73d48d
dist/testbed-support: use BINFILE for flashing on iotlab
...
This is a new feature in cli-tools v3 and is supported by all boards except wsn430 and firefly
2020-03-24 13:25:25 +01:00
d18b77f6e5
dist/testbed-support: fix firefly board mapping
2020-03-23 10:21:54 +01:00
5d84dd9061
testbed-support: add compatibility with cli-tools v3
2020-03-05 09:00:08 +01:00
Francisco
01779508d6
Merge pull request #12394 from aabadie/pr/make/iotlab_support_fix
...
make/testbed-support: fix error with FLASHFILE not defined
2019-10-17 23:21:12 +02:00
bdd3fed598
dist/testbed-support: add nrf52832mdk in IOTLAB_NODE targets
2019-10-16 11:57:21 +02:00
ffc4c84faa
dist/testbed-support: boards: remove useless IOTLAB_FLASHFILE
2019-10-16 11:44:59 +02:00
b389b881cf
dist/testbed-support: add nrf52840mdk in IOTLAB_NODE targets
2019-10-08 20:10:08 +02:00
0cb75c5f10
testbed-support: add nrf51dk to supported archis
2018-12-12 15:36:56 +01:00
Martine Lenders
37a11e9802
dist/testbed-support: add firefly in IoT-LAB archis
2018-12-04 14:54:26 +01:00
a640957e31
dist/testbed-support: add pba-d-01-kw2x in iotlab archis
2018-11-22 16:38:33 +01:00
17c7ad89a9
dist/testbed-support: add frdm-kw41z in iotlab archis
2018-11-22 10:56:50 +01:00
99fa0e9cf8
dist/tools/tested-support: update samr30 archi mapping
...
The archi was changed in IoT-LAB: samr30:at86rf215 => samr30:at86rf212b
2018-11-20 21:39:12 +01:00
a3f2d20169
dist/testbed-support: add new iotlab archi
...
nrf52840dk and microbit
2018-10-28 18:57:17 +01:00
Gaëtan Harter
8179038a8c
makefile.iotlab.single.inc.mk: add new IoT-LAB supported nodes
...
Support for `nrf52dk` and `samr30-xpro` has been added on saclay site.
2018-10-24 15:43:59 +02:00
Gaëtan Harter
599bc2afd2
makefile.iotlab.single.inc.mk: sort IOTLAB_ARCH_ variables definition
...
Define them in alphabetical order instead on putting the 'iotlab'
specific nodes at first. Prepare for adding new architectures.
2018-10-24 15:12:00 +02:00
Gaëtan Harter
7e81f54205
makefile.iotlab.single: add 'info-iotlab-node' target
...
Add a target to show the value of IOTLAB_NODE. Can be used to get the result of
using IOTLAB_NODE=auto or IOTLAB_NODE=auto-ssh.
2018-06-15 15:37:33 +02:00
Gaëtan Harter
124f9ec9bb
makefile.iotlab.single: check iotlab-node/iotlab-ssh return value
...
Format the output to be '0' on success and check it with grep.
This makes command fail when they failed on IoT-LAB.
2018-06-15 15:37:29 +02:00
Gaëtan Harter
d900e0a548
makefile.iotlab.single: add auto and auto-ssh modes
...
Usage:
make BOARD=iotlab-m3 IOTLAB_NODE=auto-ssh all flash term
Add support to select node number in auto mode
2018-06-15 15:37:25 +02:00
Gaëtan Harter
3bba0c5895
makefile.iotlab.single: add IoT-LAB testbed support for one node
...
Add support to do flash/reset/term on an IoT-LAB node.
It also allow running test using 'testrunner'.
Configuration variables are:
* `IOTLAB_NODE` which should be set to your node url
* The full url including site to use from your computer `m3-1.grenoble.iot-lab.info`
* The short url when used on the IoT-LAB frontend `m3-1`
* `IOTLAB_EXP_ID` for your experiment id for flash and reset.
By default it tries to use your currently running experiment if you have only one
* `IOTLAB_USER`: is read from `${HOME}/.iotlabrc` as saved by `iotlab-auth`
* It is expected to have run `iotlab-auth` beforehand.
2018-06-15 15:37:18 +02:00