Hi,
I have created a design for an ultra96 board and then I have used Vitis to create an accelerated application which gives me an accelerated kernel (.xclbin).
From Alveo examples I have seen that I can load a xclbin like Overlay but I think that is not the correct path for an embedded device because an Alveo board has Shell and Dynamic Region and what I am loading is the Dynamic Region, Shell always stays static.
For an embedded device what do I need to do? Do I need to load created “static” bitstream using Vitis that is usually embedded inside the BOOT.bin using Overlay and then store the created accelerated kernel in /usr/lib so XRT is in charge of loading the kernel in runtime without loading it using Overlay?
BR,