RFSoC-MTS Unable to find metadata for bitstream

I’m trying to use a DAC to emit a sine wave with a controllable frequency, and I found the following experts who can assist me with my problem.

When I try to load a bit file, the following error occurs. How should I solve it?

Hi @joe052790

It seems it can’t find the .hwh file.

From a terminal on the board, can you run the following command and report back the output?:

find /usr/local/share/pynq-venv/lib/python3.10/site-packages/rfsoc_mts -type f \( -name "*.xsa" -o -name "*.hwh" -o -name "*.bit" \)

There should be a .bit file along with a .hwh file; both with the same name and in the same directory. Alternatively there should be an .xsa file.

Thanks,

Josh