yashael
Occasional Contributor
4 years agoServer crashing (PSOD) upon running fpga_dma_test
I installed Intel PAC D5005 to a server with vmware.
The VM OS is Ubuntu 18.04, with the PAC configured in passthrough mode.
I installed the accelerator stack provided, and tested by seeing the correct output of fpgainfo fme.
Then I successfully programmed the board with dma_afu_unsigned.gbs. when running the following code,
sudo fpga_dma_test -s 104857600 -p 1048576 -r mtom // or fpgadiag -B 0x82 -D 0x00 -F 0x00 --mode=write --read-vc=vh0 \ --write-vc=vh0 --multi-cl=4 --begin=1024 --end=1024 --timeout-sec=5 --cont
the server crashed with the following fatal error.
Is there something's missing from the setup, or driver i need to check in order to solve this?