web_server_0_programmer.sh
来自「RT8019网络控制器在FPGA中的驱动设计」· Shell 代码 · 共 22 行
SH
22 行
#! /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 E:/code/EP1C12/l_standard/software/web_server_0/Debug
# Creating .flash file for the project
$SOPC_KIT_NIOS2/bin/elf2flash --flash=U5 --base=0x00000000 --end=0x200000 --reset=0x0 --input=web_server_0.elf --output=ext_flash.flash --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_cfi.srec
# Programming flash with the project
$SOPC_KIT_NIOS2/bin/nios2-flash-programmer --input=ext_flash.flash --sof=E:/code/EP1C12/l_standard/rca_cy1c12_board/system/rca_cy1c12_board.sof --base=0x00400000
# Creating .flash file for the read only zip file system
$SOPC_KIT_NIOS2/bin/bin2flash --flash=U5 --location=0x100000 --input=E:/code/EP1C12/l_standard/software/web_server_0_syslib/ro_zipfs.zip --output=rozipfs.flash
# Programming flash with the read only zip file system
$SOPC_KIT_NIOS2/bin/nios2-flash-programmer --input=rozipfs.flash --sof=__NO_SOF_PLEASE__ --base=0x00400000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?