Versions Compared

Key

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

...

2) added link to Kristi's linuxRT folder in slacspace to the Overview section.

Rev 1.3: Garth Brown                  Date: 4-Jun-2015:

Updated with the new automatic startup script info that uses the screeniocs file.

Garth's steps for creating a new linuxRT ioc:

1) Make cpu (or ioc) and vioc directories under $(IOC). If you like the vioc subdirectories under your cpu directory, make soft links.

2) in the cpu directory, ln -s ../skel/startup_cpu.cmd startup.cmd

3) in the cpu directory, create kernel-modules.cmd (or it already exists, probably doesn't need any change)

4) in the vioc directory, ln -s ../skel/startup_ioc.cmd startup.cmd

5) in the vioc directory, ln -s ../common/screenrc screenrc

6) in the vioc directory, ln -s ../../iocTop/[whatever cram wants this to be for your app, just like you're used to] iocSpecificRelease

7) add your cpu and viocs to screeniocs

8) boot
----------------------------------------------------------------------

...