Giter VIP home page Giter VIP logo

plutosdr-fw's Introduction

modified plutosdr firmware

This experimental rx only firmware uses a custom library on the host side and a kernel driver on the plutosdr itself (no libiio!)

Requires https://github.com/Hoernchen/libosmoplutosdr + http://cgit.osmocom.org/gr-osmosdr/ plutokernel branch

  • What

    • RX only
    • Just basic functionality so far - frequency, gain, rate
  • Why

    • Libiio is the most contrived generic way for writing strings to sysfs entries i've ever seen.. I don't really want bison and flex as deps just to control my plutosdr.
    • Libiio is also the most generic way to transfer data from the device to the host - it's probably great as long as it's being used with USB 3.0 which hast plenty bandwidth to spare, which is not the case here. There is nothing generic about the plutosdr, making sure the samples arrive at the host is paramount.
    • Actual usb performance according to the usb transfer timestamps was about 220mbit/s - the kernel driver version maxes out at about 327mbit/s on my machine (Win10)
      • This requires a patched libusb on Windows, because the libusb maintainers couln't agree upon a platform independent way to implement windows specific flags during the past (ten?) years.
  • Build Instructions

     git clone --recursive https://github.com/Hoernchen/plutosdr-fw.git
     cd plutosdr-fw
     export CROSS_COMPILE=arm-xilinx-linux-gnueabi-
     export PATH=$PATH:/opt/Xilinx/SDK/2016.2/gnu/arm/lin/bin
     export VIVADO_SETTINGS=/opt/Xilinx/Vivado/2016.2/settings64.sh
     make

No need to flash the firmware - just switch your plutosdr to DFU mode

device_reboot ram

then upload the firmware

dfu-util -D pluto.dfu -a firmware.dfu
dfu-util -e

plutosdr-fw's People

Contributors

mhennerich avatar rgetz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.