I am running the following for TI-SDK 9.00.00.03:
cd tisdk/build
. conf/setenv
export TOOLCHAIN_PATH_ARMV7=$HOME/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf
export TOOLCHAIN_PATH_ARMV8=$HOME/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu
export TI_SECURE_DEV_PKG=../core-secdev-k3
MACHINE=am62xx-evm bitbake -k tisdk-default-image
It gets so far and then crashes. The xterm goes away & there's no indication of error. Also, QT5 keeps failing to build. Is anyone else having this trouble with default-image?