petalinux-config 오류: "ERROR: generating meta-plnx-generated layer"
1550 단어 FPGA
petalinux-config --get-hw-description=../hsi
사용 시 알림:INFO: Getting hardware description...
INFO: Rename design_1_wrapper.hdf to system.hdf
[INFO] generating Kconfig for project
[INFO] menuconfig project
configuration written to /home/jason/Learn/Edge-AI-Platform-Tutorials/docs/DPU-Integration/reference-files/petalinux/project-spec/configs/config
*** 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
ERROR: Failed to generate meta-plnx-generated layer
ERROR: Failed to config project.
ERROR: Get hw description Failed!.
build/config 보기.log, 팁:
[INFO] generating plnxtool conf
[INFO] generating meta-plnx-generated layer
File "genprop.py", line 40
print "\tINFO:"+conf+" not define in system config"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("\tINFO:"+conf+" not define in system config")?
ERROR: Failed to generate meta-plnx-generated layer
보아하니python 버전의 문제인 것 같습니다.xilinx 포럼에도 해당하는 댓글이 있습니다.그리고 이 게시물 때문에 문제는petalinux-config가python3를 지원하지 않기 때문이다.해결 방법은 두 가지가 있습니다.
conda create --name petalinux python=2.7
conda activate petalinux
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Xillybus and ROS on Ubuntu14.04 on Zybo Part 1 : 하드웨어 빌드 ~ BOOT.bin 생성에서 zybo 기본 디자인 (직접 링크)를 다운로드하여 작업 공간에 저장합니다. C:\work_space\xillinux-eval-zybo-1.3c.zip 전개하면 다음과 같은 디렉토리 구조로 되어 있습니다. Viv...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.