dump.bat
来自「flash programming STI 5.5.1.4 DCU3」· Batch 代码 · 共 24 行
BAT
24 行
@echo off
set ST20ROOT=c:\pvr2flash\st20
set path=c:\pvr2flash\st20\bin;%path%
start tap.bat
st20run -b -i boot.cfg -t boot A191hostboot.lku
echo **********************************************
echo **********************************************
echo type : dump romdump.bin 0x7fc00000 0x3FFFFF -b
echo to save current flash to romdump.bin
echo **********************************************
echo **********************************************
echo type : dump ramdump.bin 0x40000000 0x1ffffff -b
echo to dump ram to ramdump.bin
echo **********************************************
echo **********************************************
st20run -i product.cfg -t htiramdebug
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?