Nuand / bladeRF

bladeRF USB 3.0 Superspeed Software Defined Radio Source Code
http://nuand.com
Other
1.15k stars 459 forks source link

[libbladeRF] XB-100 attach shouldn't succeed #309

Closed jynik closed 10 years ago

jynik commented 10 years ago

As noted by @n2cr, attempting to attach an XB-100 via bladerf_expansion_attach() succeeds, despite there being no FPGA or host-side support for this device yet.

I will push a patch to have this return BLADERF_ERR_UNSUPPORTED, until such support is added.

jynik commented 10 years ago

The patch has been pushed to: https://github.com/Nuand/bladeRF/tree/dev-issue_309

My transverter's still on its way back to me. @n2cr, any chance you could double check this?

jynik commented 10 years ago

Found a couple little issues in the commit -- ammended the commit in dev-issue_309.

I also noted that BLADERF_XB_NONE isn't supported, and have opened Issue #310 for this.

n2cr commented 10 years ago

Verified that xb enable 100 now fails on a system with base board + XB-200

jynik commented 10 years ago

Addressed in 0189d485122a96d05395a323c30fca7665ab2280.