On 13 January 2016 at 22:50, Nader Omer via HackRF-dev <[email protected]> wrote: > > I coped ( hackrf_one_usb_rom_to_ram.bin) to home documents hackrf > firmwire-bin > Then I wrote: > CD Documents > CD hackrf > CD firmware-bin
> ubuntu@ubuntu:~$ hackrf_info > Found HackRF board 0: > USB descriptor string: 0000000000000000453c64c82659738f > Board ID Number: 2 (HackRF One) > Firmware Version: 2015.07.2 > Part ID Number: 0xa000cb3c 0x0061434c > Serial Number: 0x00000000 0x00000000 0x453c64c8 0x2659738f > ubuntu@ubuntu:~$ > > Shall I reset hackrf or what Im afried to loss it again hi hi > any other software it need to upload before reset This method only loads a temporary firmware to the HackRF, but we can use that firmware to load the persistent version. In the same directory you should have a file called "hackrf_one_usb_rom_to_ram.bin", with the HackRF running and connected, you can run: hackrf_spiflash -w hackrf_one_usb_rom_to_ram.bin After that, you can reset the device and it should start up from the internal flash chip. Dominic > ________________________________ > From: Adam Blanquart <[email protected]> > To: > Cc: "[email protected]" <[email protected]> > Sent: Wednesday, January 13, 2016 10:17 PM > Subject: Re: [Hackrf-dev] Help please > > Nader, > > Are you using sudo before these commands? Example: > > $sudo dfu-util --device 1fc9:000c --alt 0 --download hackrf_one_usb_ram.dfu > > In many linux operating systems, including Ubuntu, you need to be root to > work with hardware at this level. Using the "sudo" command runs the > commands that follow it as the super user. Also, verify that the > hackrf_one_usb_ram.dfu file does indeed exist in the folder you're running > from by "ls". I apologize if I'm underestimating your linux knowledge, but > I'm trying to cover all bases since you've noted that you are new to the > Ubuntu OS. > > Thanks, > > - Adam > > ADAM BLANQUART | [email protected] | > > _______________________________________________ > 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 > _______________________________________________ HackRF-dev mailing list [email protected] https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
