2 installerlog, 3 command line arguments – Lanner AV-ICE02 User Manual

Page 18

Advertising
background image

Software User Manual Version 1.0.1

15

3.2.2 InstallerLog

The installerLog.txt file is appended after each installation with the time/date and the
output of the build/install. If any issues were seen during the installation, check the log
file for details.

3.2.3

Command Line Arguments

The command line takes the following arguments:

./installer.sh <What to Build> <Where to Build> <Kernel Source>

z

<What to Build>

- a – Install Acceleration

- ba – Build Acceleration

- bs – Build Acceleration Sample Code

- h – Provide Command line help

z

<Where to Build>

- Set the build location, for example, /QAT or $PWD.

z

<Kernel Source>

Set the kernel source as shown in the examples below:

64-bit:

/usr/src/kernels/3.1.0-7.fc16.x86_64

32-bit:

/usr/src/kernels/3.1.0-7.fc16.i686

The

<Kernel Source>

parameter is only required when patching the PCH

drivers.

Example Usage:

./installer.sh a $PWD

./installer.sh bs /QAT

Advertising