---+ Installation Guide for CC7 (IPBus and AMC13 Software) These instructions are good even with a "fresh" version of CC7, with no previous IPBus or AMC13 installations ---++ Install GCC8 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: <literal><code>$ yum install centos-release-scl<br />$ yum install devtoolset-8-gcc devtoolset-8-gcc-c++<br />$ scl enable devtoolset-8 -- bash</code></literal> ---++ Install the latest version of IPBus Go 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 Repo Download the amc13 software repo: <verbatim>$ wget http://ohm.bu.edu/~cosbyc/amc13-sw.repo $ sudo mv amc13-sw.repo /etc/yum.repos.d</verbatim> Verify that the four AMC13 rpms are available by running <verbatim>$ yum search amc13</verbatim> If they are all present, install them as follows <verbatim>$ 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</verbatim> ---++ Set Up Environment Variables Run the following commands, and add them to your .bashrc <verbatim>$ 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</verbatim> ---++ Comments %COMMENT%
This topic: BUCMSPublic
>
WebHome
>
HcalDTC
>
CC7InstallIntructions
Topic revision: r2 - 17 Dec 2020 - ChristopherCosby
Copyright © 2008-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback