Post Go back to editing

Transceiver Toolbox: error: illegal option '-batch' while executing `exec xsct -batch $cdir/projects/scripts/fsbl_build_zynq.tcl`

Category: Software
Product Number: -

I'm using Transceiver Toolbox For MATLAB and Simulink for HDL targeting on Windows. As suggested in both "ADI Transceiver Toolbox" and "ADI High Speed Converter Toolbox", the `adi_build_win.tcl` file should be used to generate the BOOT.BIN file.

However, in both their latest release, the file contains `exec xsct -batch xxx.tcl` file as shown. It seems that in vivado 2021.2 (as per Transceiver Toolbox suggestion), there isn't a option called `-batch`. So I'm getting an error of "error: illegal option '-batch' while executing `exec xsct -batch $cdir/projects/scripts/fsbl_build_zynq.tcl`" when running build FPGA bitstream. Sorry I forgot to take a screenshot when running it...

So in order to correct this, should I simply remove the `-batch` option?