Trying to get bladeRF to work with osmosdr

Discussions related to embedded firmware, driver, and user mode application software development
Post Reply
engidea
Posts: 13
Joined: Sat Jun 01, 2013 3:20 am

Re: Trying to get bladeRF to work with osmosdr

Post by engidea »

Most likely cause is that you used the cli being root and now using osmosrd as normal use
ou can change permission to /dev/blader0 to 666 or add a udev rule like this

# this will make the bladerf device writable by nonroot
KERNEL=="bladerf0", MODE="0666"
Post Reply