Burning/Querying a Component

Clock Synchronizer Images

The flint utility enables the user to burn the Clock Synchronizer firmware from a binary image.

Copy
Copied!
            

# flint --device <mst device> --image <clock synchronizer image> burn

Where:

-d|--device

mst device

-i|--image

Specified component firmwarew image file to use.


Clock Synchronizer Images

To query the Clock Synchronizer image on a device, use the following command line:

Copy
Copied!
            

# flint --device <mst device> --component_type sync_clock query_components

To query the Clock Synchronizer image in a file, use the following command line:

Copy
Copied!
            

# flint --image <image file> query


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