simple_socket_server_0_programmer.sh

来自「FPGA应用如sd卡控制」· Shell 代码 · 共 16 行

SH
16
字号
#! /bin/sh
#
# This file was automatically generated by the Nios II IDE Flash Programmer.
#
# It will be overwritten when the flash programmer options change.
#

cd H:/Q51/alltest_c20/software/simple_socket_server_0/Debug

# Creating .flash file for the datafile
$SOPC_KIT_NIOS2/bin/bin2flash --base=0x01000000 --location=0x200000 --input=D:/romfs.bin --output=romfs.flash

# Programming flash with the datafile
$SOPC_KIT_NIOS2/bin/nios2-flash-programmer --sidp=0x019011D0 --id=1936430329 --timestamp=1221921653 --base=0x01000000 romfs.flash

⌨️ 快捷键说明

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