Hello,
So first of all I ran the BSP-Avnet-script and everything was working properly.
After this, I took the project that was created and trying to build it, and I face this error Petalinux-build error: No kickstart files from WKS_FILES were found , which I finally solved it and running `petalinux-build -c avnet-image-full`. When I try to run `petalinux-build` it still not works.
Now I am trying to add meta-ros layer above of meta-avnet but it gives me errors on the `petalinux-build` command .
Need to mention that meta-ros layer works fine without meta-avnet, and builds successfully if i run `petalinux-build -c ros-image-core`.
So each layer is building fine alone. How I can build both layers together? I am not famililar with petalinux, just started.
Thanks for the assistance!
AE