To configure the installed BusyBox at startup there are mainly two configuration files:
/etc/init.d/rcS
/ffx
and has the filename rcS
.
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.