?? readme.txt
字號:
Cygwin Compiling Environment: (Prompt sign: $ )
1. Clean obj files, execute following command:
$make clean
2. Buildup .out file, execute following command
$make
Windows/Tornado Compile Enviornment: (Prompt sign: > )
1. Enter DOS mode, Set up enviornment:
torVars.bat
2. Clean obj files, execute following command:
>mk clean
3. Buildup .out file, execute following command:
>mk
------------------------------------------------------
EPI ICE operation sequence (Burning FLASH via ICE)
1. Connect ICE to D8701 ASIC board
2. execute following command in ICE command-line:
fr m c:\flashburnerbyice\bootrom.bin 0xA0100000
3. load and run flashburn.out in ICE.
You can set a breakpoint in the end of program.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -