-
Notifications
You must be signed in to change notification settings - Fork 49
Linux how to flash airspy firmware
Benjamin Vernoux edited this page Mar 21, 2017
·
6 revisions
-
- Connect AirSpy with USB to your computer
-
- Open a shell and type following commands:
cd ~
airspy_spiflash -w ./airspy_fw/airspy_rom_to_ram/airspy_rom_to_ram.bin
-
- Disconnect AirSpy from USB computer
-
- Connect AirSpy with USB to your computer, now you can use your favorite software
cd ~
git clone git://git.code.sf.net/p/dfu-util/dfu-util
cd dfu-util
./autogen.sh
./configure
make
sudo make install
To flash firmware (from airspy_fw/airspy_rom_to_ram/airspy_rom_to_ram.bin
) with DFU:
-
- Disconnect AirSpy from USB computer
-
- Open AirSpy case and Set Jumper on
P5
to position1-2
(Boot USB0)
- Open AirSpy case and Set Jumper on
-
- Connect AirSpy with USB to your computer
-
- Open a shell and change directory to main directory of extracted archive lpcdfu-1.02_src_linux_win32_airspy_fw_v1.0.0-rc4
-
- Type following commands:
make clean
make
chmod +x dfuprog.sh
./dfuprog.sh airspy_rom_to_ram.bin
It will flash with USB DFU the firmware airspy_fw_v1.0.0-rc4 included in archive (you can replace airspy_rom_to_ram.bin with an other firmware if you want to test other firmware).
-
- Disconnect AirSpy from USB computer
-
- Set Jumper on
P5
to position2-3
(Boot SPIFI) then close the AirSpy case
- Set Jumper on
-
- Connect AirSpy with USB to your computer, now you can use your favorite software
Note: Tested with success on Xubuntu with dfu-util 0.8