Page 1 of 1

I'm unable to output my RF source and it cannot be recognized by GNU

Posted: Mon Jan 15, 2024 1:48 am
by jamson

nasa@pi-sdr:~ $ hackrf_info
hackrf_info version: git-6e5cbda
libhackrf version: unknown (0.5)
Found HackRF
Index: 0
Serial number: 0000000000000000010961dc2a3b184f
Board ID Number: 4 (Unknown Board ID)
Firmware Version: 2023.01.1 (API:1.07)
Part ID Number: 0xa000cb3c 0x00784f6d
Operacake found, address: 0xff
Operacake found, address: 0xff
Operacake found, address: 0xff
Operacake found, address: 0xff
Operacake found, address: 0xff
Operacake found, address: 0xff
Operacake found, address: 0xff
Operacake found, address: 0xff


Re: I'm unable to output my RF source and it cannot be recognized by GNU

Posted: Mon Jan 15, 2024 1:49 am
by jamson

You have a HackRF One revision 9 which is the latest version. Because it has some different components, it has a new board ID, so your older version of 

Code: Select all

hackrf_info

 does not recognise it. If you update your libhackrf and host tools to the 2023.01.1 release, it will be correctly identified by 

Code: Select all

hackrf_info

.Aside from what is reported by 

Code: Select all

hackrf_info

 and flashing firmware with 

Code: Select all

hackrf_spiflash

, the difference should not affect your ability to use any software that supports the HackRF One.