[XVSECCTL][XILINX] Hello everyone, I encountered ...
# general
t
[XVSECCTL][XILINX] Hello everyone, I encountered an issue while executing an xvsecctl command:
sudo xvsecctl -b 0x01 -F 0x00 -c 0x1 -p /home/tonnguyen/FIRESIM_RUNS_DIR/sim_slot_0/xilinx_vcu118/firesim.bit
The error message is as follows:
Copy code
2023-07-31 10:24:54,638 [flush       ] [DEBUG]  [localhost] out: MCAP version: 1
2023-07-31 10:24:54,738 [flush       ] [DEBUG]  [localhost] out: [XVSEC] : xvsec_mcap_configure_fpga : err status : 1
2023-07-31 10:24:54,738 [flush       ] [DEBUG]  [localhost] out: [XVSEC] :Operation is not supported
2023-07-31 10:24:54,738 [flush       ] [DEBUG]  [localhost] out: xvsec_mcap_configure_fpga failed with error -8(XVSEC Operation Not Supported) clear_file:(null), bit_file:/home/tonnguyen/FIRESIM_RUNS_DIR/sim_slot_0/xilinx_vcu118/firesim.bit, handle : 0x1010001000110EE
I have been going through the user guide to find a solution (https://xilinx.github.io/dma_ip_drivers/master/XVSEC/xvsec_linux/userguide.html) but I am currently stuck and unable to resolve it. Does anyone else have an ideal on how to debug this error? Thank you for your help.