UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
01-10-2017 10:24 AM
Hi,
This is regarding Petalinux 2016.4.
I am unable to successfully run petalinux-config due to a bitbake error.
$ petalinux-create -t project -n emc2dp --template zynq $ cd emc2dp $ petalinux-config --get-hw-description=~/sdsoc-workspace/emc2dp/ INFO: Getting hardware description... [INFO] generating Kconfig for project [INFO] menuconfig project /home/ananya/2016.3/emc2dp/petalinux/emc2dp/build/misc/config/Kconfig.syshw:30:warning: defaults for choice values not supported /home/ananya/2016.3/emc2dp/petalinux/emc2dp/build/misc/config/Kconfig:546:warning: config symbol defined without type *** End of the configuration. *** Execute 'make' to start the build or try 'make help'. [INFO] sourcing bitbake ERROR: Failed to source bitbake ERROR: Failed to config project. ERROR: Get hw description Failed!.
$
Any idea what is happening? Am I missing bitbake? Bitbake is not listed as a dependency while installing Petalinux.
Best regards,
Ananya
01-10-2017 11:26 AM
Hi,
I solved the problem. The environment setup file for yocto "components/yocto/source/aarch64/environment-setup-aarch64-xilinx-linux" uses absolute paths. These were no longer valid because I moved all installed files to a new directory.
Best regards,
Ananya
01-12-2017 08:24 AM
You should use a better name of folder for the 2016.4 project!
these 2 warnings seem to be a bug in petalinux 2016.4, I have also seen them
/home/ananya/2016.3/emc2dp/petalinux/emc2dp/build/misc/config/Kconfig.syshw:30:warning: defaults for choice values not supported /home/ananya/2016.3/emc2dp/petalinux/emc2dp/build/misc/config/Kconfig:546:warning: config symbol defined without type
01-15-2017 03:09 AM
01-16-2017 11:32 PM
11-02-2017 11:34 PM
when I run petalinux 2017.1,I also met this problem,and I can't solve this problem,could you tell me what should I do.
04-11-2018 07:43 PM
I solved the problem with switching from python 3 to python 2.