Dear Ti
we use yocto builds AM62x
When we build bitbake tisdk-default-image, it fail with out of memory.
I followed below command based on "software-dl.ti.com/.../Overview_Building_the_SDK.html
git clone git.ti.com/.../oe-layersetup.git tisdk
cd tisdk
./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-kirkstone-chromium-09.02.01.09-config.txt
cd build
source conf/setenv
MACHINE=am62xx-evm bitbake -k tisdk-default-image
I have questions.
1. Running task number
In the build log, it shows below info. "running tasks 10917" is it normal number ?
"Currently 12 running tasks (4507 of 10917) 41% |################################################################ "
2. Hard disk usage
My HDD is 250G, it uses 200G even though the progress rate is 40%.
Is it normal ?
/dev/nvme0n1p2 244506940 207842848 24171036 90% /
BR
Jace