This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDXIDK5718: bit-bake error

Part Number: TMDXIDK5718


Hi,

 i installed ti-processor-sdk-linux-am57xx-evm-08_02_01_00 and i followed steps in SDK getting started guide

The following commands are:

cd yocto-build
./oe-layertool-setup.sh -f configs/processor-sdk-linux/processor-sdk-linux-<version>.txt
cd build
echo "INHERIT += \"own-mirrors\"" >> conf/local.conf
echo "SOURCE_MIRROR_URL = \""">software-dl.ti.com/.../\"" >> conf/local.conf
echo "ARAGO_BRAND = \"psdkla\"" >> conf/local.conf
echo "DISTRO_FEATURES_append = \" virtualization\"" >> conf/local.conf
echo "IMAGE_INSTALL_append = \" docker\"">> conf/local.conf
. conf/setenv
TOOLCHAIN_BASE=$HOME  MACHINE=<machine> bitbake -k tisdk-default-image

The following error occured:

ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/atladmin/ti-processor-sdk-linux-am57xx-evm-08_02_01_00/yocto-build/build/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 19769 at 2022-09-15 15:45:59.813062 ---
ERROR: ParseError at /home/atladmin/ti-processor-sdk-linux-am57xx-evm-08_02_01_00/yocto-build/sources/meta-arago/meta-arago-distro/conf/distro/arago.conf:207: Could not include required file conf/distro/include/branding-psdkla.inc

Regrads,

Mounika