load_sample.bat
来自「亿道pxa255烧录Jflash源码」· Batch 代码 · 共 15 行
BAT
15 行
noecho
REM This is a sample batch file for programming
REM the POST, Diagnostic Manager, and the Splash
REM screen into your development system flash
REM memory.
REM
REM You will have to modify this batch file with
REM real paths to the binary files.
echo loading the POST
jflash_cl c:\latest_post\bootable_post.bin
echo loading the DM at address 0x01e00000
jflash_cl c:\latest_dm\bootable_dm.bin P 120
echo loading the splash screen at 0x01ec0000
jflash_cl c:\latest_splash\640x480_24bit_splash.bmp P 123
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?