diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS index fef6304f7..5503f29c8 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS @@ -1,4 +1,4 @@ -dbLoadDatabase("dbd/example.dbd",0,0) +dbLoadDatabase("dbd/_APPNAME_.dbd",0,0) registerRecordDeviceDriver(pdbbase) dbLoadRecords("db/dbExample1.db","user=_USER_") dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second") diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks index 6ff500c21..bfacb5cbb 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks @@ -8,13 +8,13 @@ #< ../nfsCommands cd topbin -ld < example.munch +ld < _APPNAME_.munch #The following uses drvTS for vxWorks. May be needed for hardware event systems #TSinit cd top -dbLoadDatabase("dbd/example.dbd") +dbLoadDatabase("dbd/_APPNAME_.dbd",0,0) registerRecordDeviceDriver(pdbbase) dbLoadRecords("db/dbExample1.db","user=_USER_") dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second")