Tool/software: Linux
Actually I get confused by these two wiki pages:
1) Processor SDK Linux Getting Started Guide: http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Getting_Started_Guide
2) Processor SDK Building The SDK: http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
At Wiki page 1) Processor SDK Linux Getting Started Guide, I download the install file "ti-processor-sdk-linux-am335x-evm-03.02.00.05-Linux-x86-Install.bin" from http://software-dl.ti.com/processor-sdk-linux/esd/AM335X/latest/index_FDS.html
After I install it, the SDK source code seems located at ~/~/ti-processor-sdk-linux-am335x-evm-03.02.00.05/, here I can run "make" to compile the project.
At Wiki page 2), I need to use git to fetch the code which also named SDK source code, cuz network firewall issue it is very difficult for me to fetch all the packages during yocto build,
my question is, what is the difference between these two method of compiling SDK code?