Contents
Previous
Next
This should display your workstation architecture, for example solaris. If you get an "Undefined variable" error ask your EPICS system manager how to set this variable for your particular environment.echo $HOST_ARCH
where:mkdir <top> cd <top> <base>/bin/<arch>/makeBaseApp.pl -t example first <base>/bin/<arch>/makeBaseApp.pl -i -t example target
cd mkdir myapp cd myapp /usr/local/epics/baseR3.13.1/bin/solaris/makeBaseApp.pl -t example first /usr/local/epics/baseR3.13.1/bin/solaris/makeBaseApp.pl -i -t example target
perl C:\epics\base\bin\win32\makeBaseApp.pl -t example first
gnumake
The vxWorks boot parameters look something like the following:
The actual values for each field are site and IOC dependent. Consult your EPICS system manager for help. Two fields that you can change at will are the vxWorks boot image and the location of the startup script.boot device : xxx processor number : 0 host name : xxx file name : <full path to board support>/vxWorks inet on ethernet (e) : xxx.xxx.xxx.xxx:<netmask> inet on backplane (b): host inet (h) : xxx.xxx.xxx.xxx gateway inet (g) : user (u) : xxx ftp password (pw) (blank = use rsh): xxx flags (f) : 0x0 target name (tn) : <hostname for this inet address> startup script (s) : <top>/iocBoot/ioctarget/st.cmd other (o) :
Note that the full path name for the correct board support boot image must be specified. If bootp is used the same information will need to be placed in the bootp host's configuration database instead. See your EPICS system manager for details.
Contents
Previous
Next