2016.4-2017.2 PetaLinux: Build failed due to "error "timeout while establishing a connection with SD
3778 단어 zynq
ERROR: fsbl-2017.1+gitAUTOINC+3813f14966-r0 do_compile: Function failed: do_compile (log file is located at/home/wang/fpga_workspace/linux_sw/build/tmp/work/plnx_arm-xilinx-linux-gnueabi/fsbl/2017.1+gitAUTOINC+3813f14966-r0/temp/log.do_compile.18247)ERROR: Logfile of failure stored in:/home/wang/fpga_workspace/linux_sw/build/tmp/work/plnx_arm-xilinx-linux-gnueabi/fsbl/2017.1+gitAUTOINC+3813f14966-r0/temp/log.do_compile.18247Log data follows:| DEBUG: Executing python function xsct_externalsrc_compile_prefunc| NOTE: fsbl: compiling from external source tree/home/wang/petalinux/tools/hsm/data/embeddedsw| DEBUG: Python function xsct_externalsrc_compile_prefunc finished| DEBUG: Executing shell function do_compile| Starting xsdk. This could take few seconds... Eclipse:| An error has occurred. See the log file|/home/wang/fpga_workspace/linux_sw/components/plnx_workspace/.metadata/.log.| XSCTHELPER INFO: Empty WorkSpace| Starting xsdk. This could take few seconds... Eclipse:| An error has occurred. See the log file|/home/wang/fpga_workspace/linux_sw/components/plnx_workspace/.metadata/.log.| timeout while establishing a connection with SDK| while executing| "error "timeout while establishing a connection with SDK""| (procedure "getsdkchan"line 111)| invoked from within| "getsdkchan"| (procedure "projects"line 35)| invoked from within| "projects -clean -type $type -name $name"| (procedure "clean_n_build"line 2)| invoked from within| "clean_n_build bsp $params(bspname)"| invoked from within| "if { $params(ws) ne ""} {| #Local Work Space available| setws $params(ws)| if { [catch {importprojects $params(ws)} result] } {| puts "XSCTHELPER IN..."| (file "/home/wang/fpga_workspace/linux_sw/build/tmp/work/plnx_arm-xilinx-linux-gnueabi/fsbl/2017.1+gitAUTOINC+3813f14966-r0/app.tcl"line 120)| WARNING:/home/wang/fpga_workspace/linux_sw/build/tmp/work/plnx_arm-xilinx-linux-gnueabi/fsbl/2017.1+gitAUTOINC+3813f14966-r0/temp/run.do_compile.18247:1 exit 1 from 'eval xsct/home/wang/fpga_workspace/linux_sw/build/tmp/work/plnx_arm-xilinx-linux-gnueabi/fsbl/2017.1+gitAUTOINC+3813f14966-r0/app.tcl -ws/home/wang/fpga_workspace/linux_sw/build/../components/plnx_workspace -pname fsbl -rp/home/wang/petalinux/tools/hsm/data/embeddedsw -do_compile 1'| ERROR: Function failed: do_compile (log file is located at/home/wang/fpga_workspace/linux_sw/build/tmp/work/plnx_arm-xilinx-linux-gnueabi/fsbl/2017.1+gitAUTOINC+3813f14966-r0/temp/log.do_compile.18247)ERROR: Task (/home/wang/petalinux/components/yocto/source/arm/layers/meta-xilinx-tools/recipes-bsp/fsbl/fsbl_git.bb:do_compile) failed with exit code '1'NOTE: Tasks Summary: Attempted 2368 tasks of which 1857 didn't need to be rerun and 1 failed.
위의 오류 해결 방법:
Solution
The following work-arounds can be used to overcome this issue
1) Increase the timeout in XSCT.
configparams-sdk-launch-timeout 180
2) Clean up using the following commands:
rm -rf ~/.Xil
rm -rf ~/.Xilinx
Note: This error could be due to a resource constraint on the PC.
The minimum configuration required for PetaLinux tool installation is 8 cores and 8GB RAM (This is not corrected in 2016.4-2017.2 (UG1144) documentation).
Ideally one project should be built at a time.
If you want to run projects in parallel, set parallel threads and configure execution in petalinux-config->Yocto Settings to lower values which match your system configuration.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Xilinx Zynq의 부팅 시퀀스를 USB 로직 분석기 및 자바 스크립트를 사용하여 확인새로운 Xilinx Zynq SoC 시스템의 개발 과정에서는 하드웨어의 사양을 이해하고 신호의 타이밍을 보는 것이 중요하다. 불행히도 부트 시퀀스에서 QSPI의 트랜잭션 속도 사양은 분명하지 않을 수 있습니다. Di...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.