User Tools

Site Tools


itk:fei4b

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
itk:fei4b [2016/09/01 08:18]
asc
itk:fei4b [2017/01/12 19:12] (current)
asc
Line 5: Line 5:
  
 ===== Setup documentation ===== ===== Setup documentation =====
- 
- 
  
 [[http://icwiki.physik.uni-bonn.de/twiki/bin/view/Systems/UsbPix|UsbPix setup]] [[http://icwiki.physik.uni-bonn.de/twiki/bin/view/Systems/UsbPix|UsbPix setup]]
Line 16: Line 14:
 use the first 3 lines of the example usage here  [[https://silab-redmine.physik.uni-bonn.de/projects/pysilibusb/wiki]]. use the first 3 lines of the example usage here  [[https://silab-redmine.physik.uni-bonn.de/projects/pysilibusb/wiki]].
 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: 
-<code> 
-sudo apt-get install python-pip 
-apt-get install git 
-pip install git+https://github.com/walac/pyusb.git@master#egg=pyusb 
-pip install pySiLibUSB 
-</code> 
- 
-See some notes in [[https://docs.google.com/document/d/1f0Y21bW9Bl8Vfu2-iOv40LUSCC8ftPutawXvVnrT59Q/edit?pref=2&pli=1|barcelona group]] and also [[https://twiki.cern.ch/twiki/bin/view/Main/IFAEPixel| here]] 
- 
-===== CentOS7 instruction ===== 
- 
- 
- 
- 
-<code bash> 
-rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm 
-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; cd libusb; ./configure; make; make install; 
-pip install pySiLibUSB 
-# get Anaconda2-2.4.1-Linux-x86_64.sh 
-./Anaconda2-2.4.1-Linux-x86_64.sh  # say yes to all 
-# 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 
-</code> 
  
  
-Run this code: 
  
-<code python> 
-import SiLibUSB 
-sidev = SiLibUSB.SiUSBDevice() 
-print "FWVersion: ", sidev.GetFWVersion() 
-</code> 
  
 ===== Windows 7 instruction ===== ===== Windows 7 instruction =====
itk/fei4b.1472717914.txt.gz · Last modified: 2016/09/01 08:18 by asc