Assign address ipv6 to RIOT mote (openmote)

Hi Rioters, I’m trying to assign a static ipv6 global address to a mote (OpenMote-cc2538) from the shell command line, with the ifconfig command. Since i’ve not the Border Router yet, how can i enable the network autoconfiguration for this mote? Otherwise how can i set the global ipv6 address for it, since the sintax that i know doesn’t work : ifconfig add 2001:db8::1

Hi Alessandro,

RIOT does not have a radio driver for the cc2538 yet, but work is in progress - see https://github.com/RIOT-OS/RIOT/pull/5291. Feel free to test.

Cheers, Aaron