Hi All
I am trying to generate the StarterKit Petalinux reference design for TE0807.
I am following the instructions on
https://wiki.trenz-electronic.de/display/PD/TE0807+StarterKit and on
https://wiki.trenz-electronic.de/display/PD/PetaLinux+KICKstart.
I am using Vivado design suite 2020.2 and petalinux 2020.2 on Ubuntu 20.04.
On Petalinux this is what I am currently doing:
- Generate a project from ZynqMP template
- Copy the reference design XSA file into the Petalinux project
- Run petalinux-config --get-hw-description
- Copy the Petalinux template files in os/petalinux from the reference design into the Petalinux project
- Run petalinux-build
The build fails consistently at the generation of the device tree, the log with the error is attached to this post.
I noticed that the device tree source files are only partially generated in components/plnx_workspace/device-tree: zynqmp*.dtsi files are generated, but the system-top.dts is not.
However I cannot figure out exactly where the process is failing.
I can generate the device tree files manually using Vitis and the process works as it should.
Is there anyone that has/had a similar problem and can help?
Thanks!
Cheers,
Giulio