File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
4343 run : |
4444 curl -L -o combined-fwbundle.zip https://nightly.link/tenstorrent/tt-zephyr-platforms/workflows/build-fw/main/combined-fwbundle.zip
4545 unzip combined-fwbundle.zip
46- - name : Flash the firmware
47- run : |
48- pip install git+https://github.com/tenstorrent/tt-flash.git
49- tt-flash --fw-tar fw_pack*.fwbundle --force
5046 - name : Run the rescan-pcie.sh script
5147 run : |
5248 curl -o /tmp/rescan-pcie.sh https://raw.githubusercontent.com/tenstorrent/tt-zephyr-platforms/${{ github.ref }}/scripts/rescan-pcie.sh
5349 . /tmp/rescan-pcie.sh
50+ - name : Flash the firmware
51+ run : |
52+ pip install git+https://github.com/tenstorrent/tt-flash.git
53+ tt-flash --fw-tar fw_pack*.fwbundle --force
5454 - name : Checkout Metal
5555 uses : actions/checkout@v4
5656 with :
You can’t perform that action at this time.
0 commit comments