📄 dump.bat
字号:
@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -