readme.txt
来自「潜入是烧写flash的程序」· 文本 代码 · 共 27 行
TXT
27 行
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 + =
减小字号Ctrl + -
显示快捷键?