Skip to content

Commit 68bddb8

Browse files
Rescan PCIe
Seems like we need to rescan pcie before using tt-flash Signed-off-by: Dimitri Gnidash <[email protected]>
1 parent c967dff commit 68bddb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hardware-long.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)