Tool/software:
Hi,
I have been trying to build Yocto for the SK-TDA4VM using the following guides:
I have been building using the command bitbake -k tisdk-edgeai-image, and I added the line ARAGO_BRAND = "edgeai" in local.conf as well. This gave me the output images:
-
tisdk-edgeai-image-j721e-evm.rootfs-20250424134729.wic.xz
-
tisdk-edgeai-image-j721e-evm.rootfs-20250424134729.tar.xz
Now, my question is: what is the minimum SD card size required to flash any of these images? I used Balena Etcher to flash tisdk-edgeai-image-j721e-evm.rootfs-20250424134729.wic.xz on both 16GB and 32GB SD cards, but in both cases, it showed that the storage was too low and when I tried to flash using bmap-tools, it showed the image file 'tisdk-edgeai-image-j721e-evm.rootfs-20250424134729.wic' has size 34.1 GiB and it will not fit the block device '/dev/sdb' which has 14.8 GiB capacity.
How can I overcome this issue? I need the Yocto build to generate tisdk-edgeai-image-j721e-evm.wic.xz as provided here: https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-SK-TDA4VM, which I was able to flash onto a 16GB SD card without any issues.
Kindly help me with this.
Thanks.
Naveen.