Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

makeBaseApp.pl -i -t slac vioc-b34-my01

When prompted to choose target architecture, choose linuxRT-x86.

When prompted with 'Application name?' just hit enter.

Now iocBoot has been created under $APP/MyApp and underneath iocBoot, 'vioc-b34-my01' has been created.

Open $APP/MyApp/vioc-b34-my01/st.cmd and notice that this script is setup for a linuxRT-x86 target.

MyApp example has support for a PMC EVR230 running on linuxRT-x86.

Replace the macros as needed.

Now cd $APP/MyApp again and 'make' the application again and ensure it builds fine.

 Now cleanup the build before committing to CVS as below:

make clean uninstall

(c) Add your application to CVS and commit the source files.


7. What is PXE, DHCP, TFTP and NFS and why are they needed by my linuxRT IOC?

...