# Simple VxWorks shell script to install rg7 driver and demo program
# Be sure to adjust path for driver to wherever it actually lives.
# To execute this file, just type "<install" at the vxWorks shell prompt.
#
# load driver and initialize it
ld<driver/rg7Drv
rg7Drv
#
# load device create routine and run it
ld<demo/rginit
rginit
# load rg750 demo program and start it up
ld<demo/gdemo
#sp main
