Closed bipingamiyv closed 1 year ago
That "Unknown Header Type..." error usually occurs when the Nitefury is enumerated on the bus (at host boot time) but then drops off and comes back. This will happen when you reload bitfile or reprogram flash via JTAG.
The solution is to re-enumerate the bus. However, in practice, I've never seen this work. I've tried dozens of systems and have yet to see echo 1 > /sys/bus/pci/rescan
work.
Sorry I can't be more helpful.
Thanks for your response.
We packaged the bitfile using the script and loaded via JTAG. @RHSResearchLLC can you please confirm if it's correct ??
The binfile packaging I am doing is with (write_cfgmem -format bin -size 16 -interface SPIx4 -force -loadbit "up 0 ./project.runs/impl_1/Top_wrapper.bit" -file "../mcs/out.bin")
It's done.
I came across "Unknown Header Type 7F".
A basic question: When you see "Unknown Header Type 7F" does the design work? i.e. is this just a cosmetic issue that can be ignored or it leads to any problem with the driver?
"Vivado initially sets the processing order of 'Top_xdma_0_0_pcie2_ip-PCIE_X0Y0.xdc' to 'EARLY' by default. However, I changed the order to 'NORMAL,' which resolved the issue."
You can reffer to the below link also: https://github.com/RHSResearchLLC/NiteFury-and-LiteFury/issues/19
Hi, I am using NITEFURY 2(Artix-7 xc7a200tfbg484-2) and created the design with XDMA IP. I am programming the board through JTAG only.
I am using the same XDMA IP configuration as provided in sample project,.
These are the questions I have,