[Please indicate the source of the post: blog.csdn.net/lanmanck]
TI has made the software open-source. When he started DSP two years ago, he knew that the way to buy algorithms was hard in China ~~~
DaVinci Open Source Software Web site is: arago-project.org. The source code is downloaded from various sources. One of them is flash_utils.tar.gz, which is used to erase and burn UBL files.
But the readme.txt is really simple. The open-source guys are not flattering!
I have explored and found the compiling method for Windows:
1. Check dmxxx/GNU/readme.txt in the chip directory. The Simple Method for compiling in Windows and Linux is provided.
I am exploring the windows method. After all, his tool is written in C #, and C # is king in Windows :)
2. Install. Net framework3.5 or vs2005 or later. This can generate a C # Compilation Program, which is generally located:
C:/Windows/Microsoft. NET/framework/v3.5/csc.exe.
You must add this directory to the path of the system's environment variable; otherwise, make cannot be found.
3. Install the GNU Compiler of arm, generally in code sourcery, such as http://www.codesourcery.com/sgpp/lite/arm/portal/release858. Pay attention to download the installation version of Windows, which can automatically add the path.
Otherwise, make cannot be found.
4. The first two compilers can be compiled after they are installed, but the command line environment also needs to be installed, generally cygwin. Note that make should be selected during installation. This is mentioned in my previous article.
Http://blog.csdn.net/lanmanck/archive/2010/07/15/5738337.aspx
Cygwin is about 1 GB after it is installed, and the configuration is very slow when it is almost completed. I read the interface and wrote "running...". It is estimated that it will take 20 minutes to complete the process.
5. Now there should be no problem. Go to the gnu directory and make.