Releases: Xilinx/XRT
202610.2.21.21
This is a pre-release created for Debian salsa.
The archive XRT-202610.2.21.21.tar.gz is created from XRT tag 202610.2.21.21 and xdna-driver tag 202610.2.21.21 and populated with expanded submodules and binary files removed. From the release tags, the archive content was cleaned up per lintian warnings:
% ls
CMakeLists.txt xrt/ xdna/
% git submodule update --recursive
# xdna gets XRT from xrt/
% /bin/rm -rf xdna/xdna-driver/xrt
# aiebu gets ELFIO and aie-rt from xrt/
% /bin/rm -rf xrt/XRT/src/runtime_src/core/common/aiebu/src/cpp/ELFIO
% /bin/rm -rf xrt/XRT/src/runtime_src/core/common/aiebu/lib/aie-rt
# remove binaries
% find . -type f -name .git -exec /bin/rm -rf {} \;
% find . -type d -name elf_examples -exec /bin/rm -rf {} \;
% find . -type f -name usertest -exec /bin/rm -rf {} \;
% find . -type f -name \*.elf -exec /bin/rm {} \;
% /bin/rm -rf xdna/xdna-driver/tools/bins
202610.2.21.17
This is a pre-release created for Debian salsa.
The archive XRT-202610.2.21.17.tar.gz is created from XRT tag 202610.2.21.17 and xdna-driver tag 202610.2.21.17 and populated with expanded submodules and binary files removed. From the release tags, the archive content was cleaned up per lintian warnings:
% ls
CMakeLists.txt xrt/ xdna/
% git submodule update --recursive
# xdna gets XRT from xrt/
% /bin/rm -rf xdna/xdna-driver/xrt
# aiebu gets ELFIO and aie-rt from xrt/
% /bin/rm -rf xrt/XRT/src/runtime_src/core/common/aiebu/src/cpp/ELFIO
% /bin/rm -rf xrt/XRT/src/runtime_src/core/common/aiebu/lib/aie-rt
# remove binaries
% find . -type f -name .git -exec /bin/rm -rf {} \;
% find . -type d -name elf_examples -exec /bin/rm -rf {} \;
% find . -type f -name usertest -exec /bin/rm -rf {} \;
% find . -type f -name \*.elf -exec /bin/rm {} \;
% /bin/rm -rf xdna/xdna-driver/tools/bins
202520.2.20.172
This is a pre-release created for Debian salsa.
The archive XRT-202520.2.20.172.tar.gz is created from XRT tag 202520.2.20.172 populated with expanded submodules and binary files removed. From the release tag, the archive content was cleaned up per lintian warnings:
% git submodule update --recursive
% /bin/rm -rf .git
% find . -type d -name elf_examples -exec /bin/rm -rf {} \;
% /bin/rm src/runtime_src/core/edge/user/test/usertest
202520.2.20.151
This is a pre-release created for Debian salsa.
XRT-202520.2.20.151-1.tar.gz updates the AIEBU submodule to fix a compile error. The hash for this tarball is not reproducible.
Official 2025.1 release
Release notes are available in below link
https://docs.amd.com/r/en-US/ug1742-vitis-release-notes/About-Xilinx-Runtime-XRT
Official 2024.2 release
202420.2.18.179 Fixed GMIO trace config using partition shift in metadata (#8590)
Official 2024.1 release
fixed the incorrect sysfs path (#8182) (#8184) Signed-off-by: ch vamshi krishna <[email protected]> Co-authored-by: ch vamshi krishna <[email protected]> (cherry picked from commit 8d070495d092a2e773f2360cbff4fa29138da67d)
Official 2023.2 release
Fixed xbutil issue for ert disable followed by enable mode (#7742) Signed-off-by: Saifuddin <[email protected]>