-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tt-flash bundle opening error implies can't be opened vs. invalid file #19
Comments
You could update this by submitting a PR to https://github.com/tenstorrent/tenstorrent.github.io |
Thanks @saichandax -- the docs have been refreshed. We have an updated Getting Started guide which points to the original repo instructions for installing the firmware. |
Issue is not about Actual error in question: If the .fwbundle is not as expected, in this specific case an lfs tracking file (text file) vs. a properly compressed blob we are expecting the error that comes back is:
What's happening is the fwbundle is getting loaded and it's incorrect, the error that's getting kicked out is incorrect in that it implies the file can't be opened, which is TRUE but it's more that it's in an incorrect format, not that it can't be actually opened. This was intended as a tracking bug to deal with enhancing the error report there that I asked someone to file so I could jog my memory for what it was for. Reopening bug, fixing title. |
While following the instructions on software-setup page for installing drivers on Grayskull card,
I tried to flash the firmware with the command mentioned :
tt-flash --fw-tar <latest fwbundle file> --force
However, this command resulted in the following failure:
Solution:
Need to use
tt-flash flash --fw-tar <fwbundle file> --force
to run successfully.Update needed in the doc here
The text was updated successfully, but these errors were encountered: