You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran a coap-client on a samr21 and a coap-server on another samr21.
I pushed SW0 (samr21 xplained pro board) and I get:
(h:17 m:12 s:24) main(): This is RIOT! (Version: 2016.03-devel-615-ga6fae-ubuntu)
(h:17 m:12 s:24) Found 1 links
(h:17 m:12 s:24) Link #0
(h:17 m:12 s:24) Addr #0: ff02::1
(h:17 m:12 s:24) Addr #1: fe80::585a:427a:aa65:1ef6
(h:17 m:12 s:46) *** RIOT kernel panic:
(h:17 m:12 s:46) HARD FAULT HANDLER
(h:17 m:12 s:46)
(h:17 m:12 s:46) *** rebooting...
(h:17 m:12 s:46) �main(): This is RIOT! (Version: 2016.03-devel-615-ga6fae-ubuntu)
(h:17 m:12 s:46) Found 1 links
(h:17 m:12 s:46) Link #0
(h:17 m:12 s:46) Addr #0: ff02::1
(h:17 m:12 s:46) Addr #1: fe80::585a:427a:aa65:1ef6
Ok I managed to get the light resource once but I can't do it again, it keeps doing that (above)
How enable more logs? I tried to export SOL_LOG_LEVEL="DEBUG" before compiling but no more logs
I ran a coap-client on a samr21 and a coap-server on another samr21.
I pushed SW0 (samr21 xplained pro board) and I get:
Ok I managed to get the light resource once but I can't do it again, it keeps doing that (above)
How enable more logs? I tried to
export SOL_LOG_LEVEL="DEBUG"before compiling but no more logs