SAMPA: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 26: | Line 26: | ||
;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA_FPGA_test_board.jic FPGA firmware without internal SAMPA] | ;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA_FPGA_test_board.jic FPGA firmware without internal SAMPA] | ||
;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA%20communicator.exe SAMPA communicator] | ;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA%20communicator.exe SAMPA communicator] | ||
;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA_analyzer.exe SAMPA analyzer (Windows binary)] | ;::*[http://folk.uib.no/ave082/SAMPA/rev42/SAMPA_analyzer.exe SAMPA analyzer (Windows binary) (ROOT 5.34/21)] | ||
;::*[https://svnweb.cern.ch/cern/wsvn/SAMPA/testing/software/SAMPA_analyzer/SAMPA_analyzer.cpp?op=dl&rev=42&peg=42 SAMPA analyzer (ROOT code)] | ;::*[https://svnweb.cern.ch/cern/wsvn/SAMPA/testing/software/SAMPA_analyzer/SAMPA_analyzer.cpp?op=dl&rev=42&peg=42 SAMPA analyzer (ROOT code)] | ||
==== Network fix ==== | ==== Network fix ==== | ||
To set a fixed mac | To set a fixed mac: Connect to terminal, warm reboot (key 6), press key in terminal to stop at uboot, type | ||
setenv ethaddr '7e:a5:87:ec:06:03' | setenv ethaddr '7e:a5:87:ec:06:03' | ||
saveenv | saveenv | ||
boot | boot |
Revision as of 13:41, 18 November 2014
SAMPA DAQ Board Firmware and Software
Source Code Repositories
Documentation
SAMPA DAQ board specifications
Registers
See SAMPA Registers for latest updated information on SAMPA registers.
See SAMPA DAQ Registers for latest updated information on SAMPA DAQ registers.
Compiled DAQ Firmware and Software Versions
The version is the same as the SVN version it was compiled from
Revision 42
- Download
Network fix
To set a fixed mac: Connect to terminal, warm reboot (key 6), press key in terminal to stop at uboot, type
setenv ethaddr '7e:a5:87:ec:06:03' saveenv boot