What can I help you with?
MSTFLINT Package - Firmware Burning and Diagnostics Tools Documentation v4.30.0

Compilation and Installation

  1. Compile mstflint.

    Copy
    Copied!
                

    ./autogen.sh mkdir build; cd build ../configure [options] make -j [n]

    Note: If using FreeBSD OS, run:

    Copy
    Copied!
                

    ./autogen.sh mkdir build; cd build ../configure [options] MAKE=”gmake” gmake -j [n]

    To check all the possible values of [OPTION]... [VAR=VALUE]..., run “./configure --help”.

  2. Install mstflint.

    Copy
    Copied!
                

    make install

© Copyright 2024, NVIDIA. Last updated on Nov 18, 2024.