itk:fei4b
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
itk:fei4b [2016/04/08 13:30] – asc | itk:fei4b [2017/01/12 19:12] (current) – asc | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Setup documentation ===== | ===== Setup documentation ===== | ||
- | |||
- | |||
[[http:// | [[http:// | ||
Line 17: | Line 15: | ||
Afterwards, you can configure the FPGA, connect FE-I4B and run a digital scan. | Afterwards, you can configure the FPGA, connect FE-I4B and run a digital scan. | ||
- | ==== Ubuntu instructions ==== | ||
- | Prepare for USB3 connections: | ||
- | < | ||
- | sudo apt-get install python-pip | ||
- | apt-get install git | ||
- | pip install git+https:// | ||
- | pip install pySiLibUSB | ||
- | </ | ||
- | |||
- | ===== CentOS7 instruction ===== | ||
- | |||
- | |||
- | |||
- | |||
- | <code bash> | ||
- | rpm -iUvh http:// | ||
- | yum -y update | ||
- | yum -y install python-pip | ||
- | pip install --upgrade pip | ||
- | yum install libgusb libusbx libusb-devel | ||
- | yum install libudev-devel | ||
- | yum install libgudev1 libgudev1-devel python-pyudev | ||
- | sudo pip install pyusb | ||
- | tar -jvxf libusb-1.0.20.tar.bz2; | ||
- | pip install pySiLibUSB | ||
- | # get Anaconda2-2.4.1-Linux-x86_64.sh | ||
- | ./ | ||
- | # get ViTables-develop_py27.zip | ||
- | unzip ViTables-develop_py27.zip | ||
- | cd ViTables-develop/ | ||
- | python setup.py install | ||
- | # get from github | ||
- | unzip pyusb-master.zip # from github | ||
- | cd pyusb-master/ | ||
- | python setup.py install | ||
- | # get master pyBar | ||
- | cd pyBAR-master | ||
- | python setup.py install | ||
- | </ | ||
- | |||
- | |||
- | Run this code: | ||
- | |||
- | <code python> | ||
- | import SiLibUSB | ||
- | sidev = SiLibUSB.SiUSBDevice() | ||
- | print " | ||
- | </ | ||
===== Windows 7 instruction ===== | ===== Windows 7 instruction ===== | ||
Line 242: | Line 192: | ||
======Data analysis====== | ======Data analysis====== | ||
+ | |||
+ | |||
+ | --- // | ||
+ | --- // |
itk/fei4b.1460122211.txt.gz · Last modified: 2016/04/08 13:30 by asc