19 lines
346 B
Batchfile
19 lines
346 B
Batchfile
# Example vxWorks startup file
|
|
#Following must be added for many board support packages
|
|
#cd <full path to target bin directory>
|
|
|
|
< cdCommands
|
|
|
|
#< nfsCommands
|
|
|
|
cd appbin
|
|
ld < iocCore
|
|
ld < seq
|
|
#ld < <some>Lib
|
|
|
|
cd startup
|
|
#dbLoadDatabase("../../dbd/<some>App.dbd")
|
|
#dbLoadRecords("../../<some>App/Db/dbExample.db")
|
|
iocInit
|
|
#seq &<some snc program>
|