readme.txt

来自「Basic Application Loading over the Seria」· 文本 代码 · 共 36 行

TXT
36
字号
****************************************************************
 *  TI DVEVM Serial UART Application
 *  (C) 2006, Texas Instruments, Inc.                           
 *                                                              
 * Author:  Daniel Allred (d-allred@ti.com)                     
 * History: 11/13/2006 - Initial release
 *                                                              
 ****************************************************************/
 
Running
-------

This application is intended to be downloaded to the DM644x during the 
UART boot process. This is done with the assistance of the DVSerial host 
application.
 
 
Compiling
---------

A makefile has been included to compile the application using the 
MontaVista ARM cross-compile tools.  These can be run natively under 
Linux or under Cygwin on the Windows platform.  In either case, run

make

to build the binary uartapp.bin.  The last line output by the makefile 
gives the entry point address that needs to be provided to the DVSerial
application for the UART boot process to succeed.


You can also run 

make clean

to clear out the partial build files and start over.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?