flash_programmer.sh
来自「nios ii cpu核」· 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 D:/altera/myPS2VGAproject/first_cpu/software/hello_world_0/Debug
# Creating .flash file for the project
"$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x01400000 --end=0x17fffff --reset=0x1400000 --input="hello_world_0.elf" --output="cfi_flash.flash" --boot="d:/altera/72/ip/nios2_ip/altera_nios2/boot_loader_cfi.srec"
# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x01400000 --cable='USB-Blaster [USB-0]' --sidp=0x01802038 --id=651160472 --timestamp=1239682353 "cfi_flash.flash"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?