Hello
I have a Am335x wega sbc with cc2520 6lowpan transceiver connected to it. The ifconfig interface is shown below
Its able to ping a riot(iot os) node with address fe80::fdfe:0:0:9f using command
# ping6 -i 0.1 -c 10 fe80::fdfe:0:0:9f%lowpan0
Now I am trying to make a cc2650 contiki node to have an address say fe80::fdfe:0:0:9e and check if it pings over 6lowpan by the Wega sbc.

