cards and print the firmware and bundle versions on the card. Note the BCD (binary coded decimal) matches the named releases in github.com/tenstorrent/tt-firmware/tags.
options:
-h, --help show this help message and exit
--sys-config SYS_CONFIG
Path to the pre generated sys-config json
--list_fw_ver List the current version of firmware and exit
--fw-tar FW_TAR Path to the firmware tarball
--skip-missing-fw If the fw packages doesn't contain the fw for a detected board,
continue flashing
--force Force update the ROM
--no-reset Do not reset devices at the end of flash
…ry installed
cards and print the firmware and bundle versions on the card. Note the BCD (binary coded decimal) matches the named releases in github.com/tenstorrent/tt-firmware/tags.
tt-flash flash --list_fw_ver
Device Grayskull[0] found
tt-flash flash -h
usage: tt-flash flash [-h] [--sys-config SYS_CONFIG] [--list_fw_ver] --fw-tar FW_TAR [--skip-missing-fw] [--force] [--no-reset]
options: -h, --help show this help message and exit --sys-config SYS_CONFIG Path to the pre generated sys-config json --list_fw_ver List the current version of firmware and exit --fw-tar FW_TAR Path to the firmware tarball --skip-missing-fw If the fw packages doesn't contain the fw for a detected board, continue flashing --force Force update the ROM --no-reset Do not reset devices at the end of flash