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