?? erase_intel_s33.bat
字號:
echo off
echo
echo ##############################################################
echo # #
echo # Erasing the Intel 64Mbit S33 Flash #
echo # #
echo ##############################################################
echo Use "-select_cable N" to select a cable to connect to. N can be one
echo of the following (default to 3 if not specified):
echo 0 = Xilinx Platform Cable USB 2.0 at 24.000 MHz
echo 1 = Xilinx Platform Cable USB 2.0 at 12.000 MHz
echo 2 = Xilinx Platform Cable USB 2.0 at 6.000 MHz
echo 3 = Xilinx Platform Cable USB 2.0 at 3.000 MHz
echo 4 = Xilinx Platform Cable USB 2.0 at 1.500 MHz
echo 5 = Xilinx Platform Cable USB 2.0 at 0.750 MHz
echo 6 = Xilinx Parallel Cable IV at 5.000 MHz
echo 7 = Xilinx Parallel Cable IV at 2.500 MHz
echo 8 = Xilinx Parallel Cable IV at 0.600 MHz
echo on
REM For Platform Cable USB II and some I
xip -accept_notice -xopt 12 -spi_e -select_cable 2
REM For some Platform Cable USB I
REM xip -accept_notice -spi_e -select_cable 2
REM For Parallel Cable IV
REM xip -accept_notice -xopt 4 -spi_e -select_cable 6
echo off
echo
echo ##############################################################
echo # #
echo # Blank-checking the Intel 64Mbit S33 Flash #
echo # #
echo ##############################################################
echo on
REM For Platform Cable USB II and some I
xip -accept_notice -xopt 12 -spi_b -o blank.txt -select_cable 2
REM For some Platform Cable USB I
REM xip -accept_notice -spi_b -o blank.txt -select_cable 2
REM For Parallel Cable IV
REM xip -accept_notice -xopt 4 -spi_b -o blank.txt -select_cable 6
pause
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -