Update to latest rtl-sdr drivers to work with RTL-SDR Blog V4 dongle (#46)
This commit is contained in:
parent
ed3bcc3e21
commit
4d6e9ab78d
|
|
@ -25,8 +25,8 @@ if [[ -z ${1:-} ]]; then
|
|||
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
|
||||
|
||||
git clone https://github.com/osmocom/rtl-sdr.git
|
||||
# latest from master as of 2020-09-04
|
||||
cmakebuild rtl-sdr ed0317e6a58c098874ac58b769cf2e609c18d9a5
|
||||
# release 2.0.1 from master as of 2024-02-04
|
||||
cmakebuild rtl-sdr 420086af84d7eaaf98ff948cd11fea2cae71734a
|
||||
|
||||
git clone https://github.com/merbanan/rtl_433.git
|
||||
cd rtl_433
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ if [[ -z ${1:-} ]]; then
|
|||
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
|
||||
|
||||
git clone https://github.com/osmocom/rtl-sdr.git
|
||||
# latest from master as of 2020-09-04
|
||||
cmakebuild rtl-sdr ed0317e6a58c098874ac58b769cf2e609c18d9a5
|
||||
# release 2.0.1 from master as of 2024-02-04
|
||||
cmakebuild rtl-sdr 420086af84d7eaaf98ff948cd11fea2cae71734a
|
||||
|
||||
git clone https://github.com/pothosware/SoapyRTLSDR.git
|
||||
cmakebuild SoapyRTLSDR soapy-rtl-sdr-0.3.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue