Code Monkey home page Code Monkey logo

intanevalbrd's Introduction

Modified from Intan C++/Qt source code for RHD2000 interface software, version 1.5

Compiling unmodified Intan evaluation board software Steps to compile on Ubuntu 14.04 (starting from fresh download from Intan), some steps taken from Intan_README.txt

  1. Navigate to source/

  2. cp ../Opal\ Kelly\ library\ files/Linux\ 64-bit/libokFrontPanel.so .

  3. In RHD2000interface.pro file, add a line LIBS += -L./ -l okFrontPanel -ldl

    This way the generated Makefile by qmake have the correct linker flags to find okFrontPanel and libdl libraries.

  4. Do qmake-qt4.

  5. In production systems, change the -02 flag into -03 for both CXXFLAGS and CFLAGS line in the Makefile.

Running make should now be successful.

Installing USB Drivers:

Linux drivers can be downloaded from Intan website.

  1. Extract and follow the LINUX_README.txt instructions to add a udev rule to allow USB access to the attached Opal Kelly devices.

  2. This is not enough. The libFrontPanel.so library is linked against libudev0. Ubuntu 14.04 only supplies libudev1. So, go download a libudev0 debian package and manually install it with dpkg -i <package_name>.

All versions of bitfiles for the FPGA live in bitfiles/.

originaIntanMain.bit is the main.bit file that comes from their website. Before running the evaluation board, one of the bit files must be copied to the source directory and renamed to main.bit.

Modified Interface Software

To compile the modified interface software:

  1. Replace the main.bit file in source/ with the appropriate ones from bitfiles/ directory.

  2. Replace the libokFrontpanel.so, okFrontPanelDLL.h, and okFrontPanelDLL.cpp from the appropriate folder from OpalKellyLibraryFiles/ folder. XEM6010/ contains those for XEM6010-LX45 (unmodified Intan), XEM6310/ contains those for XEM6310-LX150.

Additions for USB3

Detects whether the connected Opal Kelly board is LX-45 or LX-150. USB3 mode is used for LX-150

intanevalbrd's People

Contributors

allenyin avatar

Watchers

James Cloos avatar  avatar

Forkers

macstry

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.