Command to export the VMA:
v++ -l --platform ../vivado_impl/flat_wa.xsa ../pl_kernels/*.xo ../aie/libadf.a --save-temps --export_archive --config system.cfg -o vitis_impl/flat_hw.vma
Here, *.xo represents all PL kernel.xo files and path.
OR use the make command to generate the VMA:
make vma
Output: The generated .vma file in vitis_impl.