On 13 January 2016 at 21:31, Nader Omer via HackRF-dev <[email protected]> wrote: > > I used instructions under "Only if Necessary: Recovering the SPI Flash > Firmware", at this Wiki page: > https://github.com/mossmann/hackrf/wiki/Updating-Firmware > > Everything is fine till I wrote > dfu-util --device 1fc9:000c --alt 0 --download hackrf_one_usb_ram.dfu > > I got this message: > dfu-util: could not open file hackrf_one_usb_ram.dfu for reading: no such > file or directory
To run that command you need to be in the directory with the file called hackrf_one_usb_ram.dfu. On the GNU Radio live disk, that's located in /usr/local/share/hackrf/firmware-bin cd /usr/local/share/hackrf/firmware-bin sudo dfu-util --device 1fc9:000c --alt 0 --download hackrf_one_usb_ram.dfu > ________________________________ > From: Jared Boone <[email protected]> > To: Nader Omer <[email protected]> > Sent: Wednesday, January 13, 2016 8:26 PM > Subject: Re: [Hackrf-dev] Help please > > Hi, > > The PortaPack software is only useful if you have a PortaPack attached, and > will not behave like a HackRF over USB unless you use the PortaPack controls > to enter HackRF mode. > > My suggestion would be to put the HackRF into DFU mode when attached to > Ubuntu, and use the dfu-util procedure to put a new copy of the HackRF > firmware onto the HackRF. Follow the instructions under "Only if Necessary: > Recovering the SPI Flash Firmware", at this Wiki page: > > https://github.com/mossmann/hackrf/wiki/Updating-Firmware > > Good luck! > > - Jared > >> On Jan 13, 2016, at 07:17, Nader Omer via HackRF-dev >> <[email protected]> wrote: > >> >> And thank you so much for your time and your help. >> >> When I connect the Hackrf and write hackrf_info (OS ubuntu) >> I got = No Hackrf boards Found >> >> when I put the hackr on DFU mode ( on windows) >> I've noticed a board shows up with name LPC >> >> I try Portapack software ,under window 10 but still I got the same messgae >> No hackrf board detect?!!! > > > > _______________________________________________ > HackRF-dev mailing list > [email protected] > https://pairlist9.pair.net/mailman/listinfo/hackrf-dev > _______________________________________________ HackRF-dev mailing list [email protected] https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
