[Hackrf-dev] GNURadioLiveDVD Support for HackRF One
王康
scateu at gmail.com
Tue Jun 24 19:35:34 EDT 2014
Hi Johnathan,
I just add an 'Open Issue' for HackRF One support on gnuradio wiki page.
http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioLiveDVD
It would be quite convenient if your LiveDVD support this new version.
Thanks.
Wang Kang.
## Support for HackRF One
v2014.04.1 of HackRF host code uses new USB Vendor ID and Product ID
for new HackRF hardware version. But for now, GNURadioLiveDVD still
uses the old Jawbreaker version, v2013.07.1.
The new release can be found on the following link:
https://github.com/mossmann/hackrf/tree/v2014.04.1
You need to pull the new version of hackrf, and compile it.
$ git clone https://github.com/mossmann/hackrf/
$ cd hackrf/host
$ mkdir build
$ cd build
$ cmake ../ -DINSTALL_UDEV_RULES=ON
$ make
$ sudo make install
$ sudo ldconfig
And you may need to rebuild the gr-osmosdr package.
More information about the HackRF-dev
mailing list