Errors

Error Variable Values

No value for NV_WORKSPACE provided with the -w option.

N/A

NV_WORKSPACE: '<path>' doesn't exist.

path:

Value provided after -w in Build-FS command line.

No CONFIG provided with the '-i' option.

N/A

CONFIG file: '<json_file>' doesn't exist.

json_file :

Value provided after -i in Build-FS command line.

<config_os> is not supported.

config_os :

Value of "OS" tag in the Build-FS CONFIG file.

<variable> is not defined.

variable:

Any required Build-FS environment variable.

Command returned non-zero error code:

<cmd_string>

cmd_string :

Command line used to execute binary outside Build-FS python scripts.

Unsupported execution location: '<run_target>'. Expecting a value from the list: [host, target, target_copy]

run_target :

Runtime target configured for Pre-Install/ Post-Install scripts.

Unknown Base file format: '<base>', Please provide Base in a Build-FS supported format.

base:

Value of "Base" tag in the Build-FS CONFIG file.

Required Field: '<field>' absent from input CONFIG file: '<config>'.

field:

Field is one of the required fields of Build-FS CONFIG.

(See NVIDIA Build-FS CONFIG Semantics for more information).

config:

Input CONFIG file provided to Build-FS.

<field>: Value is not a string in the input CONFIG file: '<config>'.

field:

Field is one of the required fields of Build-FS CONFIG.

(See NVIDIA Build-FS CONFIG Semantics for more information).

config:

Input CONFIG file provided to Build-FS.

<field>: Value is not a list in the input CONFIG file: '<config>

field:

Field is one of the required fields of Build-FS CONFIG.

(See NVIDIA Build-FS CONFIG Semantics for more information).

config:

Input CONFIG file provided to Build-FS.

<field>: Value is not a dict in the input CONFIG file: '<config>

field:

Field is one of the required fields of Build-FS CONFIG.

(See NVIDIA Build-FS CONFIG Semantics for more information).

config:

Input CONFIG file provided to Build-FS.

FileNotFoundError: [Errno 2] No such file or directory: '<file>'

file:

Missing file in the host system where Build-FS is running.

Usage: build_kit.py [options]

build_kit.py: error: no such option: <incorrect_option>

incorrect_option:

Incorrect option provided in Build-FS command line

Usage: build_kit.py [options]

build_kit.py: error: option --create-tar: invalid choice: '<val>' (choose from 'yes', 'no')

val:

Value provided to --create-tar option.

Usage: build_kit.py [options]

build_kit.py: error: option --create-image: invalid choice: '<val>' (choose from 'yes', 'no')

val:

Value provided to --create-image option.