Hi,
I am currently trying to build u-boot artifacts with Yocto and the latest config file processor-sdk-08.02.00.24-config.txt
Building for a GP device works fine
omen-rtx2080ti:~/oe/tisdk/build$ MACHINE=am64xx-evm bitbake tisdk-base-image
However when building for an HS device, I am getting an error
omen-rtx2080ti:~/oe/tisdk/build$ MACHINE=am64xx-hs-evm bitbake tisdk-base-image
...
| aarch64-none-linux-gnu-objcopy -O binary /home/gunter/oe/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_hs_evm-linux/trusted-firmware-a/2.5-r0/build/k3/lite/release/bl31/bl31.elf /home/gunter/oe/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_hs_evm-linux/trusted-firmware-a/2.5-r0/build/k3/lite/release/bl31.bin
| aarch64-none-linux-gnu-objdump -dx /home/gunter/oe/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_hs_evm-linux/trusted-firmware-a/2.5-r0/build/k3/lite/release/bl31/bl31.elf > /home/gunter/oe/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_hs_evm-linux/trusted-firmware-a/2.5-r0/build/k3/lite/release/bl31/bl31.dump
|
| Built /home/gunter/oe/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_hs_evm-linux/trusted-firmware-a/2.5-r0/build/k3/lite/release/bl31.bin successfully
|
| /home/gunter/oe/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_hs_evm-linux/trusted-firmware-a/2.5-r0/temp/run.do_compile.3037533: line 115: /scripts/secure-binary-image.sh: No such file or directory
| WARNING: /home/gunter/oe/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_hs_evm-linux/trusted-firmware-a/2.5-r0/temp/run.do_compile.3037533:1 exit 127 from 'export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG_K3}'
| ERROR: Execution of '/home/gunter/oe/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_hs_evm-linux/trusted-firmware-a/2.5-r0/temp/run.do_compile.3037533' failed with exit code 127
ERROR: Task (/home/gunter/oe/tisdk/sources/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.1.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1727 tasks of which 21 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
Summary: 1 task failed:
/home/gunter/oe/tisdk/sources/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.1.bb:do_compile
Summary: There were 4 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Have we validated the machine am64xx-hs-evm?
Thanks,
--Gunter
Thanks!
--Gunter