You've already forked beagleconnect-freedom
mirror of
https://github.com/beagleboard/beagleconnect-freedom.git
synced 2026-07-27 03:42:31 +00:00
Currently having difficulty with BeagleConnect Freedom rev C2 samples communicating as gateway devices. 802.15.4 2.4GHz is working fine as end nodes.
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/bin/bash -xv
|
|
#ping6 -I lowpan0 2001:db8::1 -c 5
|
|
ping6 -I lowpan0 ff02::1 -c 5
|