错误信息如下: | /usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture:commandnot found | /usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture:commandnot found | Segmentation fault (core dumped) | NOTE: The following config.log files may provide further information. | NOTE: /proj/...
Then, I try to configure u-boot but this command is not work(failed: bitbake command not found) petalinux-config -c u-boot command fail the console output is: $ petalinux-config -c u-boot INFO: Sourcing build tools [INFO] Silentconfig project [INFO] Sourcing build environmen...
|/usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture: command not found|/usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture: command not found|Segmentationfault(core dumped)|NOTE:The following config.log files may provide further information.|NOTE:/proj/hankf/hankf/kr260/v221/k...
23 #在运行petalinux-config -c kernel出现错误,需要提前安装下面两个库 apt-getinstalllibncurses5 libncurses5-dev #编译时会出现错误arm-xilinx-linux-gnueabi-gcc: Command not found,需要安装下面三个库 apt-getinstalllibc6:i386 apt-getinstalllibstdc++6:i386 apt-getinstallzlib1g:i386 #安装petalinux时出现...
在运行petalinux-config -ckernel会出现错误,需安装:apt-get install libncurses5 libncurses5-dev 编译时可能会出现错误arm-xilinx-linux-gnueabi-gcc: Command not found,需安装:apt-get install libc6:i386 libstdc++6:i386 zlib1g:i386 提示缺少zlib和openssl,需安装:apt-get install libssl-dev ...
| CHK include/config/kernel.release | GEN ./Makefile | CHK include/generated/uapi/linux/version.h | CHK include/generated/utsrelease.h | Using /path/to/project/build/tmp/work-shared/plnx-zynqmp/kernel-source as source for kernel | CHK scripts/mod/devicetable-offsets.h | CHK ...
2.Importthehardwaredescriptionwithpetalinux-configcommand,bygivingthe .hdf/.dsa pathofthedirectorycontainingthefileasfollows: $petalinux-config--get-hw-description=path-to-directory-containing-hardware description-file Note:IfbothDSAandHDFfilesareplacedinthehardwaredescriptiondirectory,theDSAfileis givenpriority...
This contains all the PetaLinux commands that you require. The CLI command tools are: petalinux-create petalinux-config petalinux-build petalinux-util petalinux-package petalinux-upgrade petalinux-devtool petalinux-boot 设置环境 安装需求 最低系统要求: ...
缺省情况下,PetaLinux使用bitbake。请在“petalinux-config → Yocto settings → Build tool”里,选择devtool。 hankf@XSZGS4:~/proj/zcu106/v201/vcu-trd-xv20$ petalinux-config INFO: sourcing build tools [INFO] menuconfig project
rm $XLNX_SDK_CONFIG 2>/dev/null add_to_config '## For All' add_to_config 'export ARCH=arm' add_to_config 'export ARM_GCC_PATH=${TC}/petalinux_2018.3/gcc-arm-linux-gnueabi/bin' add_to_config 'export BUILD_CORE=4' add_to_config '' add_to_config '## app, kernel' ...