⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 web_server_0_programmer.sh

📁 FPGA应用如sd卡控制
💻 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 H:/Q51/alltest_c20/software/web_server_0/Debug

# Creating .flash file for the project
$SOPC_KIT_NIOS2/bin/elf2flash --base=0x00000000 --end=0x3fffff --reset=0x0 --input=web_server_0.elf --output=cfi_flash_0.flash --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_cfi.srec

# Programming flash with the project
$SOPC_KIT_NIOS2/bin/nios2-flash-programmer --sidp=0x008001D0 --id=3851961855 --timestamp=1222136094 --base=0x00000000 cfi_flash_0.flash

# Creating .flash file for the read only zip file system
$SOPC_KIT_NIOS2/bin/bin2flash --base=0x00000000 --location=0x100000 --input=H:/Q51/alltest_c20/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 --sidp=0x008001D0 --id=3851961855 --timestamp=1222136094 --base=0x00000000 rozipfs.flash

⌨️ 快捷键说明

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