From fecc12df384a6b57b26c096f3bad6d5f51ea45ce Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Aug 2017 14:34:24 -0600 Subject: [PATCH] Update a README --- configs/b-l475e-iot01a/README.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/configs/b-l475e-iot01a/README.txt b/configs/b-l475e-iot01a/README.txt index 3baeb22c1a..b615f8b40b 100644 --- a/configs/b-l475e-iot01a/README.txt +++ b/configs/b-l475e-iot01a/README.txt @@ -287,11 +287,18 @@ Configuration sub-directories bring up the network. Currently that must be done manually. The configurations steps are: - a) Assign a unique 8-bit node address to the Spirit1 + a) Assign a unique 8-bit node address to the Spirit1 board in the + WPAN: - b) Bring the network up: + nsh> ifconfig wpan0 hw 37 - nsh> ifup wpan0 + Where 37 is address as an example. It should be different in the + the range 1..ed and ef..fe (ee and ff are the reseerd multicast + and broadcast addresses. Zero is valid but not a good idea). + + b) Bring each the network up on each board in the WPAN: + + nsh> ifup wpan0 4. examples/udp is enabled. This will allow two Spirit1 nodes to exchange UDP packets. Basic instructions: