I am trying to use one of the example from NRF5 IoT SDK with RPi3 (kernel 4.9.41-v7+) but keep getting "permission denied" when execute command below:
echo "connect 00:5A:FD:06:8D:8E 1" > /sys/kernel/debug/bluetooth/6lowpan_control
Actual error I got:
bash: /sys/kernel/debug/bluetooth/6lowpan_control: Permission denied
I read and follow steps suggested using links below but pretty much stuck.