Forum Discussion
JonWay_C_Intel
Frequent Contributor
3 years ago- when burn the sof file with JTAG, the server would reboot in the page of burning and then you need burn it again
==> This is expected. When you program the sof, you are actually reprogramming the FPGA directly (not the FPGA flash). Host will panic when it see Endpoint disappear (during the programming) from its pcie bus
- when bind the pcie B:D:F of the FPGA,the servers would reboot as well;
==> What driver are you binding? I dont expect binding OPAE driver will cause any reboot.
- when use the command of “sudo rsu bmcimg”, the servers would reboot.
==> rsu bmcimg will first mask the PCIe AER and then reprogram the FPGA from the flash. Server reboot is not expected. What bitstream are you using.
If you can provide more information such as rpm -qa | grep opae, fpgainfo fme, fpgainfo port, dmesg -T, lspci -vvv (before and after reboot). I can help to take further look into it.