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