Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware compatibility #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Linux: read Installation section below
- hackrf_sweep integrated as a shared library

### Requirements:
* HackRF One with [Firmware 2017.02.1](https://github.com/mossmann/hackrf/releases/tag/v2017.02.1) or newer (use linux inside virtual machine to [update the firmware](https://github.com/mossmann/hackrf/wiki/Updating-Firmware))
* HackRF One with firmware version [2017.02.1](https://github.com/mossmann/hackrf/releases/tag/v2017.02.1) up to version [2018.01.1](https://github.com/mossmann/hackrf/releases/tag/v2018.01.1). **Not compatible with firmware version 2021.03.1** (use linux inside virtual machine to [update the firmware](https://github.com/mossmann/hackrf/wiki/Updating-Firmware))

### Installation:
Make sure HackRF is using at least the minimum firmware version (see above)
Make sure HackRF is using at least the minimum firmware version **and not the version 2021.03.1** (see above)

Windows:
1. Windows 7+ x64 required
Expand Down