Skip to content

Commit

Permalink
Add FPGA JTAG prerequisites to SD image (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmahowa-amd authored Feb 1, 2024
1 parent 2b4b5b2 commit 5d7fcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fpga-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install pre-requisites
run: |
sudo apt-get update
sudo apt-get -y install debootstrap binfmt-support qemu-user-static u-boot-tools gcc-aarch64-linux-gnu
sudo apt-get -y install debootstrap binfmt-support qemu-user-static u-boot-tools gcc-aarch64-linux-gnu gdb-multiarch openocd
rustup target add aarch64-unknown-linux-gnu
- name: Build SD image
Expand Down

0 comments on commit 5d7fcfa

Please sign in to comment.