Using The ANTSDR E200 on Ubuntu 24.04

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ค. 2024
  • This video shows the many steps required to get the ANTSDR E200 to run correctly on Ubuntu 24.04. Summary of the steps -
    sudo apt-get install libssl-dev
    down load -
    www.python.org/ftp/python/3.9...
    cd /home/dir/Documents/Archive
    tar -zxvf Python-3.9.18.tgz
    cd Python-3.9.18
    configure --prefix=/usr/local --enable-shared
    make -j 12
    sudo make install
    sudo ldconfig
    pip3 install ruamel.yaml
    pip3 install numpy
    pip3 install requests
    pip3 install mako
    #pip3 install platform
    sudo apt-get install libusb-1.0-0-dev
    sudo apt-get install libboost1.74-all-dev
    cd ..
    git clone --depth=1 github.com/righthalfplane/rfs...
    cd rfspace
    cd antsdr_uhd-master3
    cd host
    mkdir build
    cd build
    cmake -DPYTHON_EXECUTABLE=/usr/local/bin/python3 -DENABLE_X400=OFF -DENABLE_N320=OFF -DENABLE_X300=OFF -DENABLE_USRP2=OFF -DENABLE_USRP1=OFF -DENABLE_N300=OFF -DENABLE_E320=OFF -DENABLE_E300=OFF ../
    make -j 16
    sudo make install
    sudo ldconfig
    Pluto Firmware
    ssh root@192.168.1.10 - password analog
    UHD Firmware
    ssh root@192.168.1.10 - password microphase
    git clone --depth=1 github.com/pothosware/SoapyUH...
    cd SoapyUHD
    mkdir build
    cd build
    cmake ../
    make -j 16
    sudo make install
    sudo ldconfig

ความคิดเห็น •