Skip to content

Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization: ZCU104 yocto-machine name invalid #382

@Spartak0s

Description

@Spartak0s

** Which tutorial are you running? **
Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization

** Describe the issue **
Configuration of yocto-machine name "zcu104-zynqmp" is invalid. There is an error occuring :

rsync: link_stat "/tools/petalinux-v2022.1-final/components/misc/yocto_machines/zcu104-zynqmp.conf" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]

I can validate that there isn't any file on Petalinux installation folder, except a configuration file named "xilinx-zcu104.conf". So if this is the correct file a change on the Makefile can fix the issue:

echo 'CONFIG_YOCTO_MACHINE_NAME="zcu104-zynqmp"' >> $(PETALINUX_CONFIG)

** To Reproduce **

  1. Follow the instructions in section "02_petalinux_customization".
  2. Run this command "make all"
  3. See the error
    "rsync: link_stat "/tools/petalinux-v2022.1-final/components/misc/yocto_machines/zcu104-zynqmp.conf" failed: No such file or directory (2)
    rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]"

** Your environment: **

  • OS: Ubuntu 18.04
  • Software Version: 2022.1
  • Hardware : zcu104

** Additional context **
It's not a critical error, as the build of the petalinux project continues.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions