Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XRT Error: No Device Found #262

Open
nrllhclb opened this issue Jun 20, 2022 · 2 comments
Open

XRT Error: No Device Found #262

nrllhclb opened this issue Jun 20, 2022 · 2 comments
Assignees

Comments

@nrllhclb
Copy link

Hello everyone,

I followed steps which is example of vitis-ai for zcu104, however all steps passed until putting the sdcard to the board.

In version 2020.2 https://github.com/Xilinx/Vitis-Tutorials/blob/2020.2/Vitis_Platform_Creation/Introduction/02-Edge-AI-ZCU104/step4.md,

When the step 2 of test 2 have been run the code as ./vadd binary_container_1.xclbin, i would get following error on board interface console

[XRT] ERROR: No device found
Error: Unable to find Target Device [XRT] ERROR: device is nullptr

thanks for answer

@nrllhclb
Copy link
Author

In addition, i have been getting the fail such as "Failed to init entropy source hwrng" during boot.

@sven2314
Copy link
Collaborator

Hi, @nrllhclb
From my experience, this kind of error "[XRT] ERROR: No device found Error: Unable to find Target Device [XRT] ERROR: device is nullptr" may be caused of lacking ZOCL node which is a device tree node to be used to bind the ZOCL driver. Without this driver, XRT can not communicate with the PL side IPs. As a result that kind of error would occur. So please convert your system.dtb file to system.dts file to check whether it has the ZOCL node or not. If there is no ZOCL node please refer to step2 to update the DTS file.

imrickysu pushed a commit to imrickysu/Vitis-Tutorials that referenced this issue Jul 7, 2022
…links in readmes, TDL edits (Xilinx#262)

- Moved postlink recompile tutorial from Design Tutorials to Feature Tutorials
- Updated links in readmes
- TDL edits
imrickysu pushed a commit that referenced this issue Nov 3, 2022
…links in readmes, TDL edits (#262)

- Moved postlink recompile tutorial from Design Tutorials to Feature Tutorials
- Updated links in readmes
- TDL edits
CRTejaswi pushed a commit to CRTejaswi/amd-vitis that referenced this issue Oct 3, 2023
ceb5a5e Merge pull request Xilinx#311 from nvunnam/next
f433531 Merge pull request Xilinx#312 from srujanam/next
93704ad Update README.md
12cc4c6 Update README.md
fe96b48 Update tutorial.rst
2d507b1 Merge pull request Xilinx#315 from gouthamb/next
b7bf2d0 Added tutorial image
76029df Update tutorial.rst
26a3421 Merge pull request Xilinx#314 from gouthamb/next
77ad0f0 Added doc images
502a613 Merge pull request Xilinx#313 from gouthamb/next
3660db9 tutorial images added
87b9c3a Update tutorial.rst
07f8385 [L2][AIE] applied clang format
230b6a2 xf_structs.hpp updated
7ea6a91 [L2][AIE][DEMOSAIC] data/* changes
4bf1e6d [L2][AIE] data/* graph changes and [IMGPROC] changes
2998820 Merge pull request Xilinx#310 from kaushalk/next
b04308e opencv error issue resolved
1bfa310 Merge pull request Xilinx#306 from kaushalk/next
8f355c3 Merge pull request Xilinx#307 from maheshm/next
b9fea1c unknown fields removed
9aa4656 makefile updated
1cbeeea unknown fields removed
b9a565c Merge pull request Xilinx#304 from kaushalk/next
50784d7 unknown fields removed
1e8e541 Merge pull request Xilinx#302 from srujanam/next
2ffb9a7 Merge pull request Xilinx#303 from gouthamb/next
2cb63df Update doc files
1832231 name update
93bb574 Update README.md
02d8ae2 Merge pull request Xilinx#301 from nvunnam/next
5168e8c Merge pull request Xilinx#300 from liyuanz/next
eddf548 modified 2 L1/include/aie files
f545193 move xrt_cxxflags
7b46508 Merge pull request Xilinx#280 from maheshm/next
552ed92 Update design-examples.rst
6b962be Update releasenotesxfopencv.rst
f96bd38 Update README.md
28c2780 Merge pull request Xilinx#299 from gouthamb/next
eac1103 Doc update
3d2d5fc clag format applied
68f7f88 Merge pull request Xilinx#297 from gouthamb/next
4319ed6 clang-format applied
3d3c38c xf_struct.h file updated
769efdc Fix for GitHub issue 126
c3ec942 Fix errors
12e3a0a Updated RGBIR
7410bc2 Merge pull request Xilinx#296 from gouthamb/next
b18b193 Fix for CR-1128138
63d5053 Roll back kalmanfilter changes
61a3e39 Merge pull request Xilinx#291 from kaushalk/next
3bf7ab3 flag added
392828c Image path modified
fc67d8b Image path modified
32f5019 Merge pull request Xilinx#287 from srujanam/next
4b50178 Merge pull request Xilinx#289 from nvunnam/next
03cd6ae Merge pull request Xilinx#288 from gouthamb/next
41a95a9 Merge pull request Xilinx#290 from mounikag/next
a584754 updated input textfiles
dcdbbe8 updated input textfiles
d90f19e updated RTL DM xo's
49a992c Merge remote-tracking branch 'upstream/next' into next
71261fa Fixed gamma correction CR
629f691 Sync
6f0bfed isp_config params updated
04be4be removed script dir & added json file
398f4d4 removed cript dir & added json file
55f7b96 Merge pull request Xilinx#270 from shaikr/next
eff4b05 Merge pull request Xilinx#284 from kaushalk/next
f11d4e7 Merge branch 'next' into next
77c0a3b added tutorial
037846f U50 added in blocklist
cac028a updated tb & utility file
8f7b4fc Merge pull request Xilinx#285 from akashsun/next
413ab8a U50 added in blocklist
c169dcd added objdet lib for hog related files
cdfa39b updated tb & utility file
0f6be30 Merge pull request Xilinx#279 from srujanam/next
abd3b46 Freq reduced
c56d9dd Merge pull request Xilinx#281 from kaushalk/next
bdb248b aie/common path added
cb8293a MedianBlur hpp file updated
8189316 Opencv Check added
f9379b9 Merge pull request Xilinx#276 from kaushalk/next
b9534c5 TVL1 added
e3791db custom_bgr2y8 function added
394ba48 isp_multistream pipeline added
dee03b7 updated json file
28b9063 Json update
262f77d Makefile update
89f05c1 Print input image attributes
b630552 Json & Makefile update
66b7776 Json & Makefile update
15ad45f Makefile update
52a11a8 Json & Makefile update
041d365 modified folder name
3449266 Merge pull request Xilinx#278 from changg/fix_json
dfa0aa8 Reduced freq for edge
590ea6e Merge pull request Xilinx#275 from gouthamb/next
0a7b3cc remove deprecated keywords
0780ed0 Profiling added
6613c4b All API Json file
eb71de3 deleted json files
bdd210e Makefile update
9061dcd CR 1119686 fix
ccbda73 Merge pull request Xilinx#271 from kaushalk/next
1847d44 Updated Api spec json files
ec6c2b5 deleted meta folder
9a5eab3 reference code added
f175938 Api json files
34e8460 Merge pull request Xilinx#266 from gouthamb/next
e03d07d Moved Unroll inside loop
ba26701 Applied Clang format
3b5e826 Merge pull request Xilinx#267 from kaushalk/next
079c265 reduced input size
27d2b74 Fix for CRs: 1122594, 1119686, 1118324
288044e Merge pull request Xilinx#262 from srujanam/next
9b80181 Merge pull request Xilinx#263 from yuanqian/next
702985f remove email from Jenkinsfile:https://jira.xilinx.com/browse/CR-1124831
ba82651 Makefile updated
39a9aab Merge pull request Xilinx#261 from kaushalk/next
ed4d610 removed non-existing input data
7caad07 unknown field frequency removed
079d514 clang formatted
88829ea added rotate function
1a20265 Merge pull request Xilinx#258 from kaushalk/next
be746f4 Print NPC
8a1e7b9 build path added
ebf1c87 Merge branch 'FaaSApps:next' into next
c3a0532 Makefile update
f8271eb Print input attributes and NPC
108a533 Merge branch 'next' of https://gitenterprise.xilinx.com/kaushalk/xf_opencv into next
a8efadb Print input attributes and NPC
acbabcc Merge pull request Xilinx#249 from nvunnam/next
63ec84e Merge pull request Xilinx#257 from maheshm/next
3685bb1 commented writeMatRowsRGBA16 function
181a643 Merge pull request Xilinx#252 from kaushalk/next
841ad0b Merge branch 'next' into next
ff1ba2c xf_structs.hpp updated
a1a48b9 added rotate function
e9fd922 clang formatted
3bc2eb0 Merge pull request Xilinx#254 from liyuanz/replace_blacklist
e97bfae replace whiltelist/blacklist to allowlist/blocklist
92683ec clang formatted
3a082f8 Merge pull request Xilinx#244 from giorgiob/next
079dd48 Merge pull request Xilinx#250 from kaushalk/next
de58ff0 added ssim cref
18859da added ssim cref
8781530 Merge pull request Xilinx#245 from liyuanz/next
b0f334b Merge pull request Xilinx#247 from liyuanz/replace_targets
0cb72fa NPC2 & NPC8 testcases added
3b2a0eb Merge branch 'FaaSApps:next' into next
ad13a79 modified RTL-DM related files
76ebbe9 update targes
7d3e16f Merge pull request Xilinx#246 from rgoel/next
05b9b5d Removing TCL as this is not needed with 2022.1 software
5ed3d95 update
ee40234 update
2c58c08 update Makefile and utils.mk
c94cd33 typo definations
10f9448 added rotate function
b9d0ae2 Merge pull request Xilinx#241 from rgoel/next
be7be7e Fixing HW emu issue
00094b7 Merge pull request Xilinx#239 from rgoel/next
7503448 Fixing typo in error message printing
f3369c8 Merge pull request Xilinx#237 from rgoel/next
e23a889 Updating Demosaic with new programming methods. Adding tiler stitcher based test using 4 cores
95329ee Merge pull request Xilinx#236 from maheshm/next
7ef76d0 updated xf_struct,hpp
89310c7 Merge pull request Xilinx#235 from kaushalk/next
3fd9010 Updated accel name
4cbea8b removed unknown files
b94fec5 pass string added
6707710 Merge pull request Xilinx#234 from FaaSApps/revert-231-revert-227-next
7f2ef6b Revert "Revert "Demosaic on AIE""
70fdee5 change 2021.2_stable_latest to 2022.1_stable_latest
34cafb0 Merge pull request Xilinx#231 from FaaSApps/revert-227-next
3784c37 Revert "Demosaic on AIE"
44345c3 Merge pull request Xilinx#230 from kaushalk/next
2db888e Merge pull request Xilinx#227 from rgoel/next
14144a5 timimg ignore flag added
7648aee Updating tests for demosaic with smaller data set and adding a performance optimization in kernel
b78ec94 Update README.md
0a86013 Update README.md
c164968 Update README.md
b0df652 Update README.md
153786f Update README.md
35122d5 Update README.md
463cfba Update and rename Readme.txt to README.md
f7faf72 Update README.md
33d0cc9 Merge pull request Xilinx#229 from pvunnam/next
dc9593d Gaussian fix
de03361 Merge pull request Xilinx#223 from nkpavan/next
f51ffd4 Adding overlap edits to meta data for RGBA deemosaic
fdeb390 [AIE PREPROCESS] modified err checking code and added default sat mode
a0829c5 Demosaic on AIE
ea71f6c [AIE PP] changed the Mat datatype
f9039b8 added f2d L3 rst file
4ca1621 added aie dnn src
936eb0d added preprocess
a0976dd deleted blobfromimage

Co-authored-by: sdausr <sdausr@xilinx.com>
CRTejaswi pushed a commit to CRTejaswi/amd-vitis that referenced this issue Oct 3, 2023
9fb2945 remove HOST_ARCH from docs (Xilinx#279)
8dc4ec3 Merge pull request Xilinx#278 from FaaSApps/cr_1135044_1
d440a75 fix description.json for cuboid_read_hls and cuboid_write_hls
17c5fb0 Merge pull request Xilinx#277 from FaaSApps/cr_1135044
d50704a remove unsupported properties
6b83ed6 Merge pull request Xilinx#276 from FaaSApps/fix_4d_2
96e8661 fix cosim error caused by stack size
ac90d72 Merge pull request Xilinx#275 from FaaSApps/fix_4d
b227e8a fix 4d datamover
cc84882 Clean unused files from docs in next branch (Xilinx#274)
be607f4 fix bug in doc -- remove build dir and update index.rst (Xilinx#273)
6161a00 add mem (Xilinx#272)
d8fa6fa build rst and html
79230a9 fix doc (Xilinx#271)
5a49d7f Merge pull request Xilinx#270 from tuol/2022.2_features
6a534d9 add datamover L1 tests
017c789 update doc in next branch for portal (Xilinx#269)
596d99d Merge pull request Xilinx#268 from liyuanz/next
91996c3 update
3371605 Merge pull request Xilinx#266 from changg/22.1_mks
8fc7d8a fix u280 case
9710bb4 22.2 update mk
1b0c33d change 2022.1_stable_latest to 2022.2_stable_latest
2301ab6 Merge pull request Xilinx#263 from tuol/fix_tutorial
b1b1c22 remove fix platform in tutorial
03797e0 Merge pull request Xilinx#262 from tuol/fix_ttl
38e737d fix ttl
472feb6 Merge pull request Xilinx#260 from tuol/fix_conf_py
0bfb2be update version in conf.py

Co-authored-by: sdausr <sdausr@xilinx.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants