mlxtokengenerator - Token Creation Tool

The mlxtokengenerator tool allows the user to create Token XML files automatically. The Token XML file will be filled with all the required data. The generated Token XML file is ready to be used for sign and installation commands.

Copy
Copied!
            

# mlxtokengenerator [Options] <commands>

where:

-d|--dev <device>

Performs operation for a specified mst device

-t|–-device_type <Switch/HCA/LinkX>

Mst device type

-k|--token_type <CS/DBG/CRCS/CRDT/RMCS/RMDT>

Token type

-o|--output_file <Path>

Path to output Token XML file

-f|--debug_fw <Path>

Path to debug fw file

-v|--version

Displays version info

-h|--help

Displays help message

Examples:

To create a CS token:

Copy
Copied!
            

# mlxtokengenerator -d /dev/mst/mt4123_pciconf0 -k CS -t HCA -o /tmp/cs_token.xml generate_token

To create a DBG token:

Copy
Copied!
            

# mlxtokengenerator -d /dev/mst/mt4123_pciconf0 -k DBG -t HCA -f /tmp/dbg_fw.bin -o /tmp/dbg_token.xml generate_token

© Copyright 2023, NVIDIA. Last updated on Oct 11, 2023.