Overview

To configure the installed BusyBox at startup there are mainly two configuration files:

  1. The first one is system-immanent and cannot be altered by the user. This file is: /etc/init.d/rcS
  2. The second file is dedicated for user-purpose and can therefore be altered. The file is located in the flash directory /ffx and has the filename rcS.

User-enabled startup-configuration

As explained above you can fill in your desired startup-commands (e.g. starting applications) in the file /ffx/rcS. Each time your FESTO SBOx-smartcamera is rebooting this scrip-file will be forced to do its work.

Right after shipping you will have an empty version of the file /ffx/rcS - prepared for your purpose. This “empty” version looks like:

####################################################
# user specific rcS file
# called upon system boot time after /etc/init.d/rcS
####################################################

# ------------------------
# festo specific settings

#---------------------------
# Customer specific settings

To edit this file you can use eiter the installed tool vi or transfer it via NFS or FTP and alter it on your host-pc.