Tool/software:
Hello,
I would like to generate a newer version (v 10) image or build based on Yocto on my host to run it on Texas AM62A for object detection purpose. I have followed a specific step. But the image isn't properly running on the board after flashing it via bitmap tool. Please look into it and suggest the changes.
Thanks for the time.
Steps are given below:
mkdir ~/tisdk
export WORK_DIR=~/tisdk
sudo docker run --privileged -it -v ${WORK_DIR}:/home/tisdk -v /dev:/dev -v /media/:/media/ -w /home/tisdk ghcr.io/texasinstruments/ubuntu-distro:latest
# The following commands should run inside the docker container
sudo chown -R tisdk /home/tisdk
git clone git.ti.com/.../oe-layersetup.git tisdk
cd tisdk
./oe-layertool-setup.sh -f configs/processor-sdk-analytics/processor-sdk-analytics-10.01.00-config.txt
cd build
. conf/setenv
echo 'ARAGO_BRAND = "edgeai"' >> conf/local.conf
git clone git.ti.com/.../core-secdev-k3.git -b master
export TI_SECURE_DEV_PKG_K3=`pwd`/core-secdev-k3
MACHINE=am62axx-evm bitbake -k tisdk-edgeai-image