Coder Social home page Coder Social logo

Comments (4)

schneider42 avatar schneider42 commented on June 7, 2024

Hm, looks like an incompatibility with your installed GNURadio version. How did you install GNURadio and which version is it?

from gr-iridium.

alexbogus avatar alexbogus commented on June 7, 2024

The GNURadio installation was via respository using apt-get. I'll try to reinstall the GNURadio and tell you, thanks for your assistance. Regards

from gr-iridium.

schneider42 avatar schneider42 commented on June 7, 2024

You will need at least GNU Radio 3.7.6

I've been playing with a Raspberry Pi 2 and noticed that it is not build with ARM NEON support, which will make it rather slow. It looks like the assembler does not allow to assemble all NEON instructions either, so the build of a recent version of GNU Radio also fails...

from gr-iridium.

schneider42 avatar schneider42 commented on June 7, 2024

Please try to use an Ubuntu image: https://wiki.ubuntu.com/ARM/RaspberryPi#Ubuntu_16.04_LTS

This worked for me:

sudo apt-get update
sudo apt-get dist-upgrade

reboot

sudo apt-get install gnuradio-dev swig gr-osmosdr cmake
sudo git clone https://github.com/muccc/gr-iridium
cd gr-iridium
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

You can expect the Raspberry Pi 2 to be able to handle about 2 Msps.

from gr-iridium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.