On 30 May 2015 at 23:04, Bernard <[email protected]> wrote: > > My setup: > - HackRF one from the kickstarter batch > - Fedora 21 workstation AMD64 (up to date) > - Package hackrf (HackRF Utilities) v 2014.08.1 r 1.fc21 from the main > fedora repository
This looks like a reasonable setup, I wouldn't expect problems with the fedora build, although I have not tried it. > > [bernard@juglans-nigra HACKRF]$ hackrf_info > Found HackRF board. > Board ID Number: 2 (HackRF One) > Firmware Version: git-44df9d1 < other output cut> > [bernard@juglans-nigra HACKRF]$ hackrf_info > Found HackRF board. > Board ID Number: 2 (HackRF One) > Firmware Version: git-44df9d1 It looks like the firmware is not being correctly written to the flash. Could you try using dfu-util to write the hackrf_one_usb_ram.dfu firmware image file? dfu-util --device 1fc9:000c --alt 0 --download hackrf_one_usb_ram.dfu As it loads in to RAM, it will be lost when you remove power from the device, so make sure to try it as soon as you have written it. Thanks, Dominic _______________________________________________ HackRF-dev mailing list [email protected] https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
