📄 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 + -