SolidRun / meta-solidrun-arm-imx8

6 stars 8 forks source link

Yocto Build Failed for imx8mp #2

Closed arunlee77 closed 3 years ago

arunlee77 commented 3 years ago

Hi,

I am following the instructions as in: https://github.com/SolidRun/meta-solidrun-arm-imx8/blob/zeus-imx8mp/README.md

First i get the following error:


aravind2@tmsbuild012:~/work/imx-yocto/build-xwayland-imx8mpsolidrun$ bitbake core-image-minimal
NOTE: Your conf/bblayers.conf has been automatically updated.
Parsing recipes: 100% |######################################################################################################################################| Time: 0:00:30
Parsing of 3210 .bb files complete (0 cached, 3210 parsed). 4625 targets, 239 skipped, 1 masked, 0 errors.
ERROR: No recipes available for:
  /home/aravind2/work/imx-yocto/sources/meta-solidrun-arm-imx8/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.3.0.bbappend

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
aravind2@tmsbuild012:~/work/imx-yocto/build-xwayland-imx8mpsolidrun$

I deleted the problematic bbappend, and tried building again.. But it failed.

ERROR: firmware-imx-8m-8.9-r0 do_deploy: Execution of '/home/aravind2/work/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/aarch64-mx8mp-poky-linux/firmware-imx-8m/8.9-r0/temp/run.do_deploy.11537' failed with exit code 1:
install: cannot stat '/home/aravind2/work/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/aarch64-mx8mp-poky-linux/firmware-imx-8m/8.9-r0/firmware-imx-8.9/firmware/ddr/synopsys/lpddr4_pmu_train_1d_dmem_202006.bin': No such file or directory
WARNING: exit code 1 from a shell command.

ERROR: Logfile of failure stored in: /home/aravind2/work/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/aarch64-mx8mp-poky-linux/firmware-imx-8m/8.9-r0/temp/log.do_deploy.11537
Log data follows:
| DEBUG: Executing python function sstate_task_prefunc
| DEBUG: Python function sstate_task_prefunc finished
| DEBUG: Executing shell function do_deploy
| install: cannot stat '/home/aravind2/work/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/aarch64-mx8mp-poky-linux/firmware-imx-8m/8.9-r0/firmware-imx-8.9/firmware/ddr/synopsys/lpddr4_pmu_train_1d_dmem_202006.bin': No such file or directory
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/aravind2/work/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/aarch64-mx8mp-poky-linux/firmware-imx-8m/8.9-r0/temp/run.do_deploy.11537' failed with exit code 1:
| install: cannot stat '/home/aravind2/work/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/aarch64-mx8mp-poky-linux/firmware-imx-8m/8.9-r0/firmware-imx-8.9/firmware/ddr/synopsys/lpddr4_pmu_train_1d_dmem_202006.bin': No such file or directory
| WARNING: exit code 1 from a shell command.
|
ERROR: Task (/home/aravind2/work/imx-yocto/sources/meta-imx/meta-bsp/recipes-bsp/firmware-imx/firmware-imx-8m_8.9.bb:do_deploy) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1541 tasks of which 1505 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/aravind2/work/imx-yocto/sources/meta-imx/meta-bsp/recipes-bsp/firmware-imx/firmware-imx-8m_8.9.bb:do_deploy
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

I am building on an Ubuntu 18.04 server. I am able to build other yocto images (raspberry pi, etc) so the environment is sane.

Could you please help?

rabeeh commented 3 years ago

Hi,

I updated the instructions few hours ago to reflect the correct BSP release from NXP.