Issues in flashing au280 with the provided scripts #63
Replies: 2 comments
-
Hi @marcomole00 Which version of Vivado are you using when encountering this issue? Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @cneely-amd, I discovered what my problem was: the FPGA i was using was connected only with PCIe and not JTAG/USB (It's connected to a remote server). Nevertheless I managed to flash the bitstream with xbflash2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm trying to flash the bitstream to a au280 board using the program_fpga.sh script provided in the repo. The scripts invokes vivado to execute the program_fpga.tcl script but then it fails at line 37
puts "HW device: $hw_device"
, because the variable$hw_device
is not declared. I invoke the bash script as described in the script itself :EXTENDED_DEVICE_BDF1=<EXTENDED_DEVICE_BDF1> program_fpga.sh BITSTREAM_PATH BOARD
.Any help would be useful, thanks.
Beta Was this translation helpful? Give feedback.
All reactions