Skip to content

Commit

Permalink
Merge pull request #166 from miri64/task8.3/fix/pr13568
Browse files Browse the repository at this point in the history
task8.3: adapt testing procedures for current RIOT
miri64 authored Jul 14, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 263ae08 + 786fdc1 commit a07638e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 08-interop/08-interop.md
Original file line number Diff line number Diff line change
@@ -69,8 +69,10 @@ UDP packet exchange between an iotlab-m3 node running RIOT and a Contiki node.
EM RESET, and then releasing SELECT (there should be no LED blinking when
you release RESET)
7. Use `dist/tools/cc2538-bsl/cc2538-bsl.py` to flash the *Contiki* application
to the CC2538DK:
to the CC2538DK.
You first need to fetch it from upstream.
```sh
make -C examples/hello-world/ ${PWD}/dist/tools/cc2538-bsl/cc2538-bsl.py
dist/tools/cc2538-bsl/cc2538-bsl.py -e -w -v -p /dev/ttyUSB1 \
"<contiki repo>"/examples/cc2538dk/udp-ipv6-echo-server/udp-echo-server.bin
```

0 comments on commit a07638e

Please sign in to comment.