XRT icon indicating copy to clipboard operation
XRT copied to clipboard

I can't Use xbutil examine --report memory on KV260

Open DreamLand7707 opened this issue 9 months ago • 0 comments

On board KV260, I Tried to use xbutil examine --device 0000:00:00.0 --report memory to check memory index, but i got the error message:

ubuntu@kria [11:42:32] [~] -> % xbutil examine --device 0000:00:0001 --report memory ERROR: Specified device BDF '0000:00:0001' not found Available devices: [0000:00:00.0] : KV260

ubuntu@kria [11:42:39] [~] -> % xbutil examine --device 0000:00:0000 --report memory ERROR: No such query request (151)

How can I check memory index when I want to use xrt::bo?

DreamLand7707 avatar May 10 '25 11:05 DreamLand7707