From: Philipp Klaus Date: Tue, 12 Nov 2019 11:21:39 +0000 (+0100) Subject: linux-x86_64 → linux-arm / Compiling and running on RPi X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5fbf8282ddadc18fd28624c2553d7b8251fdf6ad;p=mvd_epics.git linux-x86_64 → linux-arm / Compiling and running on RPi --- diff --git a/MKS_910_DualTrans/configure/RELEASE b/MKS_910_DualTrans/configure/RELEASE index 822cf6f..fa1c345 100644 --- a/MKS_910_DualTrans/configure/RELEASE +++ b/MKS_910_DualTrans/configure/RELEASE @@ -23,8 +23,8 @@ # Variables and paths to dependent modules: #MODULES = /path/to/modules -#MODULES = /home/scs/EPICS/EPICS/modules/ -MODULES = /home/pklaus/local_software/EPICS/modules/ +MODULES = /home/scs/EPICS/EPICS/modules/ +#MODULES = /home/pklaus/local_software/EPICS/modules/ #MYMODULE = $(MODULES)/my-module # If using the sequencer, point SNCSEQ at its top directory: @@ -38,8 +38,8 @@ EPICS_BASE = $(EPICS_ROOT)/base # EPICS_ROOT is an absolute path here. If you need a different one, you don't # need to change it here, you can specify the right when when using make: # make EPICS_ROOT=/your/override/here -#EPICS_ROOT=/home/scs/EPICS/EPICS -EPICS_ROOT=/home/pklaus/local_software/EPICS +EPICS_ROOT=/home/scs/EPICS/EPICS +#EPICS_ROOT=/home/pklaus/local_software/EPICS # Set RULES here if you want to use build rules from somewhere # other than EPICS_BASE: diff --git a/MKS_910_DualTrans/iocBoot/iocMKS_910_DualTrans/st.cmd b/MKS_910_DualTrans/iocBoot/iocMKS_910_DualTrans/st.cmd index a716cd7..ba176eb 100755 --- a/MKS_910_DualTrans/iocBoot/iocMKS_910_DualTrans/st.cmd +++ b/MKS_910_DualTrans/iocBoot/iocMKS_910_DualTrans/st.cmd @@ -1,4 +1,4 @@ -#!../../bin/linux-x86_64/MKS_910_DualTrans +#!../../bin/linux-arm/MKS_910_DualTrans #- You may have to change MKS_910_DualTrans to something else #- everywhere it appears in this file