Jump to content
  • 0

Petalinux-Zybo-Z7-20-2017.4-3.bsp


tahoe250

Question

Hello everyone,

I am new to Petalinux.  I have couple of questions.

 I am using PetaLinux SDK version "2018.3 when I do  petalinux-config --get-hw-description=../

   i get the following:

       WARNING: Your PetaLinux project was last modified by PetaLinux SDK version "2017.4",
      WARNING: however, you are using PetaLinux SDK version "2018.3".
      Please input "y" to continue. Otherwise it will exit![n]y

When config manager comes up I hit ESC then this prints out 

INFO: Getting hardware description...
INFO: Rename design_1_wrapper.hdf to system.hdf
[INFO] generating Kconfig for project
[INFO] menuconfig project


*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

[INFO] sourcing bitbake
[INFO] generating plnxtool conf
[INFO] generating meta-plnx-generated layer
[INFO] generating machine configuration
[INFO] generating bbappends for project . This may take time ! 
[INFO] generating u-boot configuration files
[INFO] generating kernel configuration files
[INFO] generating kconfig for Rootfs
Traceback (most recent call last):
  File "rootfs_config.py", line 315, in <module>
    parse_args(sys.argv[1:])
  File "rootfs_config.py", line 290, in parse_args
    extract_packages_dot(packages_user)
  File "rootfs_config.py", line 257, in extract_packages_dot
    with open(packages_dot,'r') as fp:
IOError: [Errno 2] No such file or directory: '/home/iaguilar/Desktop/ZyboLinux/zyboBase/project-spec/meta-user/recipes-core/images/petalinux-image-full.bbappend'
ERROR: Failed to generate rootfs /home/iaguilar/Desktop/ZyboLinux/zyboBase/build/misc/rootfs_config/Kconfig.user
ERROR: Failed to config project.
ERROR: Get hw description Failed!.

 


 Do I have to upgrade the bsp to PetaLinux SDK version "2018.3"? Is that why these errors are occurring ?

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Welcome to the club.  I have found version sensitivity to be a big problem with Petalinux in general.  Often an old bsp will push you back several versions of Petalinux.  Then Petalinux itself is very sensitive to the OS of the host development system so you might have to go back a couple of Linux version on your workstation.  This is due to the enormous number of dependencies involved with the Petalinux, Yocto, Bitbake, scheme.

In one case, I figured out how to make my own Petalinux 2019.1 version of a BSP. That got me going after a week of frustration.

Link to comment
Share on other sites

@pedro_uno

I dont suppose you can shared some insight on what was required to do this, can you? 

Im stuck with XSA files from Vivado and it looks like to go back to get HDF files will require me to remake the block diagram...which I really dont want to do. Since Petalinux 2017 is looking for HDF files, Id like to try a newer version. 

 

Any help is much appreciated

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...