Breadcrumbs

Init Scripts

Linux scripts can be executed automatically from a USB stick or a micro sdcard when booting or while the device is running. With this function, additional files, fonts and Linux packages can be installed or changes to the system can be made.
For this purpose, create a "init" directory on a USB stick or a micro sdcard and all scripts inside this directory will be automatically executed.
The scripts must contain the file extension ".sh" and be saved in UNIX format

Examples

How to use

  1. Download zipped script

  2. Extract the zipped script to a USB Stick or a micro sdcard

  3. PlugIn USB Stick or a micro sdcard

  4. script will be called automaticly from the system (depending the WebConfig→Disks Settings)


Name

Description

Download

ChangeBootLogo

Changes boot logo. Instruction: Replace file /init/config/etc/splashimage.png with your desired boot logo file. Important: The filename must be splashimage.png

ChangeBootLogo.zip

BacklightSettings

Change Display Backlight Brightness

BacklightSettings.zip

CloseMicroBrowser

Closes the MicroBrowser

CloseMicroBrowser.zip

CopyFiles

Copies a directory recursively to the device root filesystem

CopyFiles.zip

GetNetworklInfo

Saves the network settings and states files to the plugged disk

GetNetworkInfo.zip

InstallFonts

Installs additional fonts located in the plugged disk

InstallFonts.zip

NetworkSettings

Changes the device static network settings

NetworkSettings.zip

NTPSettings

Changes the device static ntp settings

NTPSettings.zip

Touchcalibration

Closes the running applications (MicroBrowser & Browser) and starts the touch configuration

Touchcalibration.zip

WebBrowserSettings

Changes the device static browser settings

WebBrowserSettings.zip