Hello,
I'm trying to build Vitis project for mz7010_som using Avnet github scripts, but I can't make it work
I can build petalinux manually by using make script in petalinux folder but then:
Any ideas?
Hello,
I'm trying to build Vitis project for mz7010_som using Avnet github scripts, but I can't make it work
I can build petalinux manually by using make script in petalinux folder but then:
Any ideas?
Do you have the 2021.1 branches checked out on the hdl, petalinux, and vitis repositories?
--Tom
Hello Tom,
narrucmot what is your building method for that scripts? I guess it is working fine for you :)
There appears to be something wrong with the Vitis make script. I will have to look into that. In the meantime a workaround I have found is to build the PetaLinux BSP first using the build script in the PetaLinux repository (<>/petalinux/scripts/make_mz7010_som_base.sh):
Then go to the Vitis repository to build the Vitis platform and vadd example (<>/vitis/make mz7010_som step=allplus):
With this workaround the Vitis make script will automatically detect that the BSP is already created and not attempt to build it.
--Tom
Thanks, I will test that