Operating instructions

SEA M300USERSGUIDE
GETTINGSTARTED

22
For example, to copy the entire ‘/test’ directory, type at cp -pR //1/test /test at the command
prompt. You should repeat this command for all the directories listed above (assuming you have
these). You should also copy any other directories that you might have with M300 project
configuration files or data.
7. Exit and restart Photon. Upon reboot, you should see the SEA tab and all of the program icons
for the M300 software.
UPDATINGM300SOFTWAREINQNXSYSTEM
Assuming the M300 software had already been installed in a system, the SoftTool application can/
should be used to update the M300 software.
Please refer to the Sea Utilities User’s Guide to see the documentation for the SoftTool and how to
use it.
With the SoftTool you can copy the software from one machine on the QNX network to another.
You can also install the software from the sea.tar.gz file.
QNXSAMPLEFILES
The following is a sample of the more important setup files for QNX system.
/.kshrc
alias m300t='sudo ntpdate 132.163.4.102;M300'
alias m300='M300'
alias vp='vedit'
alias cp=’cp -i’
alias copy=’cp -i’
alias del=’rm’
alias ff=’find -name’
alias ls=’ls -vCF’
alias dir=’ls -laF’
alias df=’df -h’
alias du=’du -a -p’
alias su=’su -’
/.profile
export PS1='$PWD%'
export PATH=$PATH:/usr/photon/bin
export LPSRVR='/qnx/PhSpool'
export LPDEST='c'
export ENV='$HOME/.kshrc'