Hello, I try to set up the 6lowpan environment on my rpi2 following This page
When I wanted to run the radvd demon, I got error: ioct1 failed for bt0: No such device.
How can I resolve this problem?
If you compile yourself, what is Heap_Size EQU set to? 2048 or 0? arm_startup_nrf51.s is actually a library, so this is not included in the project I gave you. This also means that if you set Heap_Size EQU to 0 this will affect all projects that use the library.