Hi everyone!
I compiled the hello world and this other example on my own machine ( I have a U250 card) and obtained the corresponding xclbin files.
When I try to download the xclbin file on my machine, it fails with the following error:
RuntimeError Traceback (most recent call last)
<ipython-input-5-01e4ec9a16db> in <module>
2 import numpy as np
3
----> 4 ol = pynq.Overlay('vadd.xclbin')
5
6 vadd = ol.vadd_1
~/.local/lib/python3.6/site-packages/pynq/overlay.py in __init__(self, bitfile_name, dtbo, download, ignore_version, device)
353
354 if download:
--> 355 self.download()
356
357 self.__doc__ = _build_docstring(self._ip_map._description,
~/.local/lib/python3.6/site-packages/pynq/overlay.py in download(self, dtbo)
417 Clocks.set_pl_clk(i)
418
--> 419 super().download(self.parser)
420 if dtbo:
421 super().insert_dtbo(dtbo)
~/.local/lib/python3.6/site-packages/pynq/bitstream.py in download(self, parser)
185
186 """
--> 187 self.device.download(self, parser)
188
189 def remove_dtbo(self):
~/.local/lib/python3.6/site-packages/pynq/pl_server/xrt_device.py in download(self, bitstream, parser)
505 self.contexts = old_contexts
506 raise RuntimeError("Programming Device failed: " +
--> 507 _format_xrt_error(err))
508 finally:
509 xrt.xclUnlockDevice(self.handle)
RuntimeError: Programming Device failed: EINVAL (22) Invalid argument
Any hints? Am I missing something?
Thanks in advance,
Do you see anything in dmesg
that indicates what’s gone wrong?
Peter
I received this error there.
“interface uuids do not match”
[ 21.310931] Initializing XFRM netlink socket
[ 22.281901] rfkill: input handler disabled
[ 26.705002] usb 3-10: Failed to suspend device, error -110
[ 36.760953] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3f751c9010 timeout_msg: found waiting msg time'd out
[ 36.761019] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_refresh_subdevs: get fdt from peer
[ 36.761186] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3f751c9010 mailbox_request: sending request: 10 via HW
[ 36.808985] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 36.808988] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 6
[ 36.808989] xclmgmt 0000:0a:00.0: xclmgmt_subdev_get_data: userpf requests subdev information
[ 36.809000] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 38.037651] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_fdt_dump_subdev: Device mailbox, PF1, level 1
[ 38.037656] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_fdt_dump_subdev: Res0: ep_mailbox_user_00 1 0 1 mailbox [mem 0x01f00000-0x01f0ffff]
[ 38.037834] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_fini_sysfs: Removing sysfs
[ 38.037922] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: offline subdev icap, cdev 0000000000000000
[ 38.037925] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751cec10 xocl_drvinst_kill_proc: return 0
[ 38.037950] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: offline subdev xmc, cdev 0000000000000000
[ 38.037953] xocl 0000:0a:00.1: ffff9b3f97ec70b0 raptor_cmc_access: No ep_cmc_mutex_00 resource, skip.
[ 38.037961] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: offline subdev firewall, cdev 0000000000000000
[ 38.037975] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: offline subdev mb_scheduler, cdev 0000000000000000
[ 38.037977] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: release driver mb_scheduler
[ 38.038000] [drm] /var/lib/dkms/xrt/2.8.743/build/driver/xocl/userpf/../subdev/mb_scheduler.c:3670 scheduler thread exits with value 0
[ 38.038039] [drm] command scheduler removed
[ 38.038112] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: offline subdev p2p, cdev 0000000000000000
[ 38.038114] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: release driver p2p
[ 38.038163] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: offline subdev mailbox, cdev 00000000f47dd6b3
[ 38.038371] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: offline subdev rom, cdev 0000000000000000
[ 38.038374] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_offline: release driver rom
[ 38.038381] xocl 0000:0a:00.1: rom.u.0 ffff9b3f93c1dc10 feature_rom_remove: Remove feature rom
[ 38.038477] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_destroy: Destroy subdev icap, cdev 0000000000000000
[ 38.038483] xocl 0000:0a:00.1: ffff9b3f97ec70b0 raptor_cmc_access: No ep_cmc_mutex_00 resource, skip.
[ 38.038489] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751cec10 icap_remove: cleaned up successfully
[ 38.038539] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_destroy: Destroy subdev xmc, cdev 0000000000000000
[ 38.038585] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_destroy: Destroy subdev firewall, cdev 0000000000000000
[ 38.038642] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_destroy: Destroy subdev mb_scheduler, cdev 0000000000000000
[ 38.038647] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_destroy: Destroy subdev p2p, cdev 0000000000000000
[ 38.038651] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_destroy: Destroy subdev mailbox, cdev 0000000000000000
[ 38.038668] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3f751c9010 mailbox_remove: mailbox cleaned up successfully
[ 38.038722] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_destroy: Destroy subdev rom, cdev 0000000000000000
[ 38.038735] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_construct: creating subdev rom.u multi 0 level 2
[ 38.038824] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: Get header from VSEC
[ 38.038860] xocl 0000:0a:00.1: ffff9b3f97ec70b0 get_header_from_vsec: Does not get UUID ROM
[ 38.038862] xocl 0000:0a:00.1: ffff9b3f97ec70b0 get_header_from_peer: Searching CMC in dtb.
[ 38.038877] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: ROM magic : xlnx
[ 38.038879] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: VBNV: xilinx_u250_gen3x16_base_3
[ 38.038881] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: DDR channel count : 0
[ 38.038883] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: DDR channel size: 0 GB
[ 38.038885] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: Major Version: 0
[ 38.038887] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: Minor Version: 0
[ 38.038889] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: IPBuildID: 0
[ 38.038890] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: TimeSinceEpoch: 0
[ 38.038892] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 feature_rom_probe: FeatureBitMap: 5
[ 38.038912] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: Created subdev rom inst 0 level 2
[ 38.038915] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: subdev rom.u.0 inst 0 is active
[ 38.038920] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_construct: creating subdev mailbox.u multi 0 level 1
[ 38.038926] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_construct: resource [mem 0x383fd1f00000-0x383fd1f0ffff]
[ 38.038997] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_start: Starting Mailbox channels
[ 38.039185] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_enable_intr_mode: failed to acquire intr resource
[ 38.039188] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_start: failed to enable intr mode
[ 38.039201] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_probe: successfully initialized
[ 38.039237] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: Created subdev mailbox inst 9437184 level 1
[ 38.039328] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: subdev mailbox.u.9437184 inst 9437184 is active
[ 38.039334] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_construct: creating subdev mb_scheduler.u multi 0 level 0
[ 38.039412] xocl 0000:0a:00.1: mb_scheduler.u.11534336 ffff9b3f8d592410 exec_create: did not get IRQ resource
[ 38.039414] xocl 0000:0a:00.1: mb_scheduler.u.11534336 ffff9b3f8d592410 exec_create: did not get CSR resource
[ 38.039416] xocl 0000:0a:00.1: mb_scheduler.u.11534336 ffff9b3f8d592410 exec_create: did not get CQ resource
[ 38.039497] xocl 0000:0a:00.1: ffff9b3f97ec70b0 exec_reset: exec_reset(1) cfg(0)
[ 38.039501] xocl 0000:0a:00.1: ffff9b3f97ec70b0 exec_reset: exec_reset resets
[ 38.039507] xocl 0000:0a:00.1: ffff9b3f97ec70b0 exec_reset: exec->xclbin(00000000-0000-0000-0000-000000000000),xclbin(00000000-0000-0000-0000-000000000000)
[ 38.039590] [drm] command scheduler started
[ 38.039635] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: Created subdev mb_scheduler inst 11534336 level 0
[ 38.039640] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: subdev mb_scheduler.u.11534336 inst 11534336 is active
[ 38.039647] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_construct: creating subdev firewall.u multi 0 level 0
[ 38.039748] xocl 0000:0a:00.1: firewall.u.16777216 ffff9b3f90729c10 firewall_probe: probe
[ 38.039791] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: Created subdev firewall inst 16777216 level 0
[ 38.039795] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: subdev firewall.u.16777216 inst 16777216 is active
[ 38.039802] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_construct: creating subdev xmc.u multi 0 level 0
[ 38.039887] xocl 0000:0a:00.1: xmc.u.18874368 ffff9b3f9072f410 xmc_probe: Microblaze is supported.
[ 38.040083] xocl 0000:0a:00.1: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 38.040461] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: Created subdev xmc inst 18874368 level 0
[ 38.040467] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: subdev xmc.u.18874368 inst 18874368 is active
[ 38.040474] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_construct: creating subdev icap.u multi 0 level 0
[ 38.040598] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_probe: successfully initialized FPGA IDCODE 0x0
[ 38.040625] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: Created subdev icap inst 22020096 level 0
[ 38.040630] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: subdev icap.u.22020096 inst 22020096 is active
[ 38.040707] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_subdev_create_vsec_devs: VSEC MAILBOX RES Start 0x1f00000, bar 0
[ 38.040711] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_subdev_reserve: subdev is in-use
[ 38.040717] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_construct: creating subdev p2p.u multi 0 level 0
[ 38.040833] xocl 0000:0a:00.1: p2p.u.10485760 ffff9b3f751cfc10 p2p_probe: can not find p2p bar in metadata
[ 38.040866] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: Created subdev p2p inst 10485760 level 0
[ 38.040870] xocl 0000:0a:00.1: ffff9b3f97ec70b0 __xocl_subdev_create: subdev p2p.u.10485760 inst 10485760 is active
[ 38.040878] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_init_sysfs: Creating sysfs
[ 38.041209] [drm] Initialized xocl 2.8.743 20201116 for 0000:0a:00.1 on minor 0
[ 38.041293] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 11 via HW
[ 38.060982] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 11, passed on
[ 38.060991] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 11 via HW
[ 38.981006] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_mb_connect: ch_state 0x3, ret 0
[ 81.001422] xocl 0000:0a:00.1: ffff9b3f97ec70b0 _xocl_drvinst_open: OPEN 1
[ 81.001426] [drm] creating scheduler client for pid(3741), ret: 0
[ 81.006659] xocl 0000:0a:00.1: xmc.u.18874368 ffff9b3f9072f410 xmc_read_from_peer: reading from peer
[ 81.006674] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 10 via HW
[ 81.039942] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 81.039946] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 0
[ 81.040017] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 81.130556] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_read_from_peer: reading from peer
[ 81.130566] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 10 via HW
[ 81.159923] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 81.159927] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 1
[ 81.159941] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 81.216178] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_cached_ocl_frequency: no cached data for 3
[ 81.219567] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 10 via HW
[ 81.259910] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 81.259913] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 2
[ 81.367909] xclmgmt 0000:0a:00.0: xmc.m.18874368 ffff9b3f96453410 xmc_load_board_info: board info reloaded
[ 81.367916] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 81.983852] xocl 0000:0a:00.1: xmc.u.18874368 ffff9b3f9072f410 xmc_load_board_info: board info reloaded
[ 81.989066] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_cached_ocl_frequency: no cached data for 3
[ 82.005426] xocl 0000:0a:00.1: firewall.u.16777216 ffff9b3f90729c10 fw_read_from_peer: reading from peer
[ 82.005436] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 10 via HW
[ 82.051829] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 82.051834] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 4
[ 82.051857] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 82.167794] [drm] client exits pid(3741)
[ 82.167801] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_drvinst_close: CLOSE 2
[ 82.167805] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_drvinst_close: NOTIFY 000000008e307e86
[ 82.510636] xocl 0000:0a:00.1: ffff9b3f97ec70b0 _xocl_drvinst_open: OPEN 1
[ 82.510639] [drm] creating scheduler client for pid(3691), ret: 0
[ 82.513206] xocl 0000:0a:00.1: xmc.u.18874368 ffff9b3f9072f410 xmc_read_from_peer: reading from peer
[ 82.513218] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 10 via HW
[ 82.559772] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 82.559776] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 0
[ 82.559848] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 82.647844] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_read_from_peer: reading from peer
[ 82.647856] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 10 via HW
[ 82.679758] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 82.679763] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 1
[ 82.679779] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 82.740049] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_cached_ocl_frequency: no cached data for 3
[ 82.755177] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_cached_ocl_frequency: no cached data for 3
[ 107.411865] xocl 0000:0a:00.1: ffff9b3f97ec70b0 _xocl_drvinst_open: OPEN 2
[ 107.411869] [drm] creating scheduler client for pid(4030), ret: 0
[ 107.415902] xocl 0000:0a:00.1: xmc.u.18874368 ffff9b3f9072f410 xmc_read_from_peer: reading from peer
[ 107.415912] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 10 via HW
[ 107.450200] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 107.450203] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 0
[ 107.450265] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 107.581929] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_read_from_peer: reading from peer
[ 107.581940] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 10 via HW
[ 107.618208] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 107.618213] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 1
[ 107.618227] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 107.690425] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_cached_ocl_frequency: no cached data for 3
[ 107.698386] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_cached_ocl_frequency: no cached data for 3
[ 107.712588] xocl 0000:0a:00.1: firewall.u.16777216 ffff9b3f90729c10 fw_read_from_peer: reading from peer
[ 107.712595] xocl 0000:0a:00.1: mailbox.u.9437184 ffff9b3eedcef810 mailbox_request: sending request: 10 via HW
[ 107.738197] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 process_request: received request from peer: 10, passed on
[ 107.738201] xclmgmt 0000:0a:00.0: xclmgmt_read_subdev_req: req kind 4
[ 107.738222] xclmgmt 0000:0a:00.0: mailbox.m.9437184 ffff9b3f96452c10 mailbox_post_response: posting response for: 10 via HW
[ 107.790010] [drm] client exits pid(4030)
[ 107.790015] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_drvinst_close: CLOSE 3
[ 108.035271] xocl 0000:0a:00.1: ffff9b3f97ec70b0 _xocl_drvinst_open: OPEN 2
[ 108.035274] [drm] creating scheduler client for pid(3914), ret: 0
[ 108.041842] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_cached_ocl_frequency: no cached data for 3
[ 108.049863] xocl 0000:0a:00.1: icap.u.22020096 ffff9b3f751c8c10 icap_cached_ocl_frequency: no cached data for 3
[ 108.213641] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 verify_timestamp: Shell timestamp: 0x0
[ 108.213643] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 verify_timestamp: Verify timestamp: 0x0
[ 108.222774] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: trying to find section header for axlf section 20
[ 108.222776] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 0
[ 108.222777] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 6
[ 108.222777] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 8
[ 108.222778] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 7
[ 108.222779] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 11
[ 108.222779] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 14
[ 108.222780] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 2
[ 108.222781] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 22
[ 108.222781] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 20
[ 108.222782] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: header offset: 39134016, size: 2217
[ 108.222792] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_read_axlf_helper: check interface uuid
[ 108.222798] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_fdt_check_uuids: Can not find uuid f2f6c5e1273e78948f2c4806221462f2
[ 108.222801] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_read_axlf_helper: interface uuids do not match
[ 108.222802] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_read_axlf_helper: Failed to download xclbin, err: -22
[ 4901.731447] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 verify_timestamp: Shell timestamp: 0x0
[ 4901.731448] xocl 0000:0a:00.1: rom.u.0 ffff9b3eedceb410 verify_timestamp: Verify timestamp: 0x0
[ 4901.742324] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: trying to find section header for axlf section 20
[ 4901.742326] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 0
[ 4901.742327] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 6
[ 4901.742328] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 8
[ 4901.742328] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 7
[ 4901.742329] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 11
[ 4901.742329] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 14
[ 4901.742330] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 2
[ 4901.742331] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 22
[ 4901.742331] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: saw section header: 20
[ 4901.742332] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_axlf_section_header: header offset: 39134016, size: 2217
[ 4901.742347] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_read_axlf_helper: check interface uuid
[ 4901.742354] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_fdt_check_uuids: Can not find uuid f2f6c5e1273e78948f2c4806221462f2
[ 4901.742356] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_read_axlf_helper: interface uuids do not match
[ 4901.742357] xocl 0000:0a:00.1: ffff9b3f97ec70b0 xocl_read_axlf_helper: Failed to download xclbin, err: -22
Downgrading the XRT and deployment package solved my problem.
Thanks,