Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Installation Guide for CC7 (IPBus and AMC13 Software) | ||||||||
Changed: | ||||||||
< < | These instructions are good even with a "fresh" install of CC7, with no previous IPBus or AMC13 installations | |||||||
> > | These instructions are good even with a "fresh" version of CC7, with no previous IPBus or AMC13 installations
Install GCC8 | |||||||
Changed: | ||||||||
< < | -- ![]() | |||||||
> > | If you do not already use GCC8, you need to install it to use the latest version of the uHAL. Run the following commands to download, install, and enable GCC8:
$ yum install centos-release-scl
Install the latest version of IPBusGo to this link and follow the instructions (on step 2, make sure you use the line corresponding to CentOS7, GCC8): https://ipbus.web.cern.ch/doc/user/html/software/install/yum.html![]() Download AMC13 Yum RepoDownload the amc13 software repo:$ wget http://ohm.bu.edu/~cosbyc/amc13-sw.repo $ sudo mv amc13-sw.repo /etc/yum.repos.dVerify that the four AMC13 rpms are available by running $ yum search amc13If they are all present, install them as follows $ sudo yum install cactusboards-amc13-amc13.x86_64 $ sudo yum install cactusboards-amc13-python-debuginfo.x86_64 $ sudo yum install cactusboards-amc13-tools.x86_64 $ sudo yum install cactusboards-amc13-python.x86_64 Set Up Environment VariablesRun the following commands, and add them to your .bashrc$ CACTUS_ROOT=/opt/cactus $ PATH="/opt/cactus/bin/amc13:${PATH}" $ LD_LIBRARY_PATH="${CACTUS_ROOT}/lib/:${LD_LIBRARY_PATH}" $ export CACTUS_ROOT PATH LD_LIBRARY_PATH $ export AMC13_ADDRESS_TABLE_PATH=/opt/cactus/etc/amc13 | |||||||
Comments |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Installation Guide for CC7 (IPBus and AMC13 Software)These instructions are good even with a "fresh" install of CC7, with no previous IPBus or AMC13 installations --![]() Comments |