load_fw.bat

来自「s3c44b0学习资料」· Batch 代码 · 共 12 行

BAT
12
字号
@echo off
REM ***************************************************************
REM **  This batch file executes the commands from the file      **
REM **  load.txt to load USB FW into your Voyager flash by       **
REM **  the Flash Loader tool.                                   **
REM **  Replace "C:\PROGRA~1\NATION~1\VOYAGE~1\" with the actual **
REM **  path to your Flash Loader.                               **
REM ***************************************************************

call "C:\Program Files\National Semiconductor Corp\AIO Flash Loader\fl-env.bat"

flcmd -f load.txt

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?