Tool/software: TI C/C++ Compiler
Hi all,
I wanted to build a smaller linux file system for TDA2X platform, so I follow the "VisionSDK_Linux_UserGuide-3.7Build Linux Vision SDK file-system" to do it(as shown below). It seems so hard that I meets many problems during building the yocto:
1. I use a mobile computer which has 8-core cpu(8000MHz per cpu) to build the yocto system, and the Home folder space only has 100G.
2.I quickly found that 100G is not enough for installing the ti-processor-sdk-linux-automotive-dra7xx-evm-03.02.00.03-installer.bin and download the yocto project to build. So I had to mount an external hard disk(1T) to rebuild the yocto file-system, and now it excutes to 70% (6837/9549), it's used 324G space for the ti-sdk and the yocto project.
3. The cpu is running so quickly when it excutes to about 60%, that the computer constantly restarts for buliding the yocto again, so I had to reduce BB_NUMBER_THREADS from 6 to 3 in the file local.conf, and also the PARALLEL_MAKE = "-j 6" changes to PARALLEL_MAKE = "-j 3", but it still restarts sometimes.
I continue to do this inefficiently. I don’t know whether my mobile hard disk space is enough or what kind of computer I should use to do this, could anybody help me please?Thanks all.