From 5fbf8282ddadc18fd28624c2553d7b8251fdf6ad Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Tue, 12 Nov 2019 12:21:39 +0100 Subject: [PATCH] =?utf8?q?linux-x86=5F64=20=E2=86=92=20linux-arm=20/=20Com?= =?utf8?q?piling=20and=20running=20on=20RPi?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- MKS_910_DualTrans/configure/RELEASE | 8 ++++---- MKS_910_DualTrans/iocBoot/iocMKS_910_DualTrans/st.cmd | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.43.0