XRT
XRT copied to clipboard
sudo rmmod xocl outputs rmmod: ERROR: Module xocl is not currently loaded
Hello
I removed the XRT version I had and compiled the current master branch of XRT to try to get rid of the problems I found to run sudo rmmod xocl
Then I installed the corresponding rpm file. XRT got installed it with some errors though:
rmmod: ERROR: Module xocl is not currently loaded rmmod: ERROR: Module xclmgmt is not currently loaded ...... modprobe: ERROR: could not insert 'xclmgmt': Required key not available modprobe: ERROR: could not insert 'xocl': Required key not available
I also run https://github.com/Xilinx/XRT/blob/master/src/runtime_src/tools/scripts/xrtdeps.sh after installing XRT and found this output:
Complete! WARNING: Running pip install with root privileges is generally not a good idea. Try
pip3 install --user instead. Requirement already up-to-date: pybind11 in /usr/local/lib/python3.6/site-packages
When I run sudo rmmod xocl
now ,I get rmmod: ERROR: Module xocl is not currently loaded
.
My linux kernel is 4.18.0-348.7.1.el8_5.x86_64 and the OS is Cent OS 8.
Do you know how to overcome this issue? Thanks
Hi, the error "Module xocl is not currently loaded" is fine, that we see of xocl is not loaded. However, there is error "ERROR: could not insert 'xclmgmt': Required key not available" could be problem because maybe secure boot is enabled, so you cannot insert driver module. Maybe you need to make sure that is not the case, and check how to fix this. Thanks