This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to change ipv6 address of cc2650 contiki node to local link address (fe80:xxx... for example) so that it responds to ping6 from a linux sbc which has lowpan0 wireless interface.

Other Parts Discussed in Thread: CC2520, CC2650, CC2531, CC2538

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.