工具与软件:
您好、工程师
我们升级到了 SDK10、但编译 uboot 错误、参考 SPRADD1A" AM62x 器件上的 Linux 电路板移植":
CAT spl/u-boot-spl-dtb.bin COPY spl/u-boot-spl.bin SYM spl/u-boot-spl.sym MKIMAGE u-boot.img COPY u-boot.dtb MKIMAGE u-boot-dtb.img BINMAN .binman_stamp Image 'ti-dm' is missing optional external blobs but is still functional: blob-ext /binman/ti-dm/blob-ext (ti-dm/am62xx/ipc_echo_testb_mcu1_0_release_strip.xer5f): Missing blob Image 'tifsstub-hs' is missing optional external blobs but is still functional: tifsstub-hs-cert.bin tifsstub-hs-enc.bin /binman/tifsstub-hs/tifsstub-hs-cert.bin (ti-sysfw/ti-fs-stub-firmware-am62x-hs-cert.bin): Missing blob /binman/tifsstub-hs/tifsstub-hs-enc.bin (ti-sysfw/ti-fs-stub-firmware-am62x-hs-enc.bin): Missing blob Image 'tifsstub-fs' is missing optional external blobs but is still functional: tifsstub-fs-cert.bin tifsstub-fs-enc.bin /binman/tifsstub-fs/tifsstub-fs-cert.bin (ti-sysfw/ti-fs-stub-firmware-am62x-hs-cert.bin): Missing blob /binman/tifsstub-fs/tifsstub-fs-enc.bin (ti-sysfw/ti-fs-stub-firmware-am62x-hs-enc.bin): Missing blob Image 'tifsstub-gp' is missing optional external blobs but is still functional: tifsstub-gp.bin /binman/tifsstub-gp/tifsstub-gp.bin (ti-sysfw/ti-fs-stub-firmware-am62x-gp.bin): Missing blob binman: name 'ELFError' is not defined make[1]: *** [/home/xmtech/ti-processor-sdk-linux-am62xx-evm-10.00.07.04/board-support/ti-u-boot-2024.04+git/Makefile:1125: .binman_stamp] Error 1 make[1]: Leaving directory '/home/xmtech/am62_sdk10/output_images/a53' make: *** [Makefile:177: sub-make] Error 2 make CC a53 failed xmtech@xmtech-VMware-Virtual-Platform:~/am62_sdk10$ python --version Python 3.12.3
我们使用 Ubuntu 22.04、R5已成功编译、但在以下步骤中 A53失败:
make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_64" CC="$CC_64" O=$OUTPUT_DIR/A53 BL31=$TFA_PATH TEE=$OPTEE_PATH BINMAN_INDIRS=$LINUX_FW_PATH
您能帮助我确定错误发生的位置吗?
谢谢!