Create RTEMS-specific README.

Modify st.cmd to reflect RTEMS directory structure.
This commit is contained in:
W. Eric Norum
2001-10-12 20:58:18 +00:00
parent 2cf796ce9b
commit 7b568edc59
2 changed files with 11 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
Copy the startup script (st.cmd) and top level db and dbd directories and
contents to
<<TFTP_ROOT>>/epics/<<IOC hostname>>/
Then load the executable into the IOC (floppy disk, network boot, debugger,
etc.) and start it.

View File

@@ -1,8 +1,8 @@
dbLoadDatabase("../../dbd/example.dbd",0,0)
dbLoadDatabase("dbd/example.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/dbExample1.db","user=_USER_")
dbLoadRecords("../../db/dbExample2.db","user=_USER_,no=1,scan=1 second")
dbLoadRecords("../../db/dbExample2.db","user=_USER_,no=2,scan=2 second")
dbLoadRecords("../../db/dbExample2.db","user=_USER_,no=3,scan=5 second")
dbLoadRecords("db/dbExample1.db","user=_USER_")
dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second")
dbLoadRecords("db/dbExample2.db","user=_USER_,no=2,scan=2 second")
dbLoadRecords("db/dbExample2.db","user=_USER_,no=3,scan=5 second")
iocInit()
#seq sncExample,"user=_USER_"