Forum Discussion
Altera_Forum
Honored Contributor
16 years ago#!/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:/NIOS_II/SRAM_FLASH/SopcLed/hello_world_small_0/Release # Creating .flash file for the project "$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x00200000 --end=0x3fffff --reset=0x48000 0 --input="hello_world_small_0.elf" --output="cfi_flash.flash" --boot="E:/altera /80/ip/nios2_ip/altera_nios2/boot_loader_cfi.srec" # Programming flash with the project "$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x00200000 --instance=0 "cfi _flash.flash" Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Resetting and pausing target processor: OK : Checksumming existing contents 00000000 : Reading existing contents Checksummed/read 16kB in 0.4s 00000000 ( 0%): Erasing Erased 16kB in 0.2s (80.0kB/s) 00000000 ( 0%): Programming Programmed 1KB +15KB in 0.3s (53.3KB/s) Device contents checksummed OK Leaving target processor paused This means flash program OK?