Closed FloyedShen closed 3 years ago
Hello. can you try the following examples too?
https://github.com/Xilinx/Vitis-AI/tree/master/examples/DPUCADX8G/deployment_modes
I ran into the same problem when running the program in https://github.com/Xilinx/Vitis-AI/tree/master/examples/DPUCADX8G/deployment_modes. By the way, I failed to install xbutler in docker, so I installed and run the xbutler service outside of docker, will this have an impact? The following is the information output by me installing xbuter in docker:
(vitis-ai-caffe) Vitis-AI /workspace/setup/alveo/u200_u250/packages/ubuntu > sudo apt install ./xbutler_3.0-1.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'xbutler' instead of './xbutler_3.0-1.deb'
The following NEW packages will be installed:
xbutler
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1,051 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 /workspace/setup/alveo/u200_u250/packages/ubuntu/xbutler_3.0-1.deb xbutler amd64 3.0-1 [1,051 kB]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 101145 files and directories currently installed.)
Preparing to unpack .../ubuntu/xbutler_3.0-1.deb ...
Unpacking xbutler (3.0-1) ...
dpkg: error processing archive /workspace/setup/alveo/u200_u250/packages/ubuntu/xbutler_3.0-1.deb (--unpack):
unable to create '/etc/xbutler/xbutler.config.dpkg-new' (while processing './etc/xbutler/xbutler.config'): No such file or directory
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/workspace/setup/alveo/u200_u250/packages/ubuntu/xbutler_3.0-1.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I ran the same test on another computer with U250, and found that the sample program can run correctly. I think this is caused by XRT not being installed correctly. Thank you for your help!
Hello. I am trying to run some examples on alevo U200. I successfully programmed the FPGA and loaded the image tensor. But the program gets stuck and does not get any output. For example, when I try ResNet example in
/vitis_ai_home/examples/DPUCADX8G/vitis_ai_alveo_samples/resnet50_mt_py
, I got:Then it got stuck. I checked the information in xbutler and it showed that the results have been returned.
But when I try to view the information of the AXI bus through xbutil, I find that no information is sent back to the host.
I checked the sample program provided and found that the program stopped at
dpu.wait(job_id)
. What should I do to fix this problem? Thank you for your help.