Tool/software:
Hello, I'm working on building the SDK with Yocto referring the below link.
And I entered the command as recommended.
# sudo apt-get update
# sudo apt-get -f -y install \
git build-essential diffstat texinfo gawk chrpath socat doxygen \
dos2unix python3 bison flex libssl-dev u-boot-tools mono-devel \
mono-complete curl python3-distutils repo pseudo python3-sphinx \
g++-multilib libc6-dev-i386 jq git-lfs pigz zstd liblz4-tool \
cpio file zstd lz4
# sudo dpkg-reconfigure dash
# git clone git.ti.com/.../oe-layersetup.git tisdk
# cd tisdk
# ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-kirkstone-09.02.01.10-config.txt
# cd build
# . conf/setenv
# MACHINE=am437x-evm bitbake -k tisdk-default-image
After the building is finished, I can't find the file system in deploy-ti directory(~/tisdk/build/deploy-ti/images/am437x-evm).
Did I make a mistake or miss anything?