Create RTEMS-specific README.
Modify st.cmd to reflect RTEMS directory structure.
This commit is contained in:
6
src/makeBaseApp/top/exampleBoot/ioc/README@RTEMS
Normal file
6
src/makeBaseApp/top/exampleBoot/ioc/README@RTEMS
Normal 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.
|
||||
@@ -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_"
|
||||
|
||||
Reference in New Issue
Block a user