Pi5 Image missing utility - cannot initialize KerberosSDR eeprom

I am trying to use a KerberosSDR with a Raspi 5 and the Kraken software.

I built a fresh SD card from the June 18, 2024 image retrieved from the Google site.

After booting it up and ssh’ing into it, I run the recommended command:

~/krakensdr_doa/heimdall_daq_fw/util/kerberos_eeprom_init.sh

It fails with:

/home/krakenrf/krakensdr_doa/heimdall_daq_fw/util/kerberos_eeprom_init.sh: line 28: rtl_eeprom: command not found

/home/krakenrf/krakensdr_doa/heimdall_daq_fw/util/kerberos_eeprom_init.sh: line 29: rtl_eeprom: command not found

Thanks for letting us know. You can fix this on the current image by running at the command line:

cd librtlsdr/build/src

and then

sudo make install
sudo ldconfig

I’m not sure why these didn’t install in the first place, but in the next image update I’ll make sure rtl_eeprom is available.