Changes between Version 1 and Version 2 of epics/raspberrypi/files


Ignore:
Timestamp:
06/11/17 19:40:27 (7 years ago)
Author:
obina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • epics/raspberrypi/files

    v1 v2  
    22 
    33== EPICS関連 == 
    4  *  
     4 * [[Image(epics_all_20170611.tar.gz)]] コンパイル済みの /opt/epics をtar.gzで圧縮。展開すればそのまま使えるはず。baseとmoduesのみでextensionsは無い(後で追加予定) 
     5   * CentOS 7 でそのまま動くことはもちろんとして、Raspbian でもそのまま動いた。 
     6   * 環境変数として以下の指定をしている。 
     7{{{ 
     8export EPICS_HOST_ARCH=linux-arm 
     9PATH=$PATH:/opt/epics/R315.5/base/bin/$EPICS_HOST_ARCH 
     10export PATH 
     11}}} 
     12 
    513 
    614== Image ==