Altera_Forum
Honored Contributor
20 years agoproblem in NIOSII IDE 5.1 Flash Program
Hello!
I newly installed NIOSII_5.1 version. And tried Hello_led with NiosII evaluation Board(Cyclone_1c12_eval). It works fine until RUN AS. After programming the project through flash programmer tool, it does not work. I expect that the led on the board are blinking sequencealy. But no Blinking. There is no error message as bellow flash-program log; Please help!!!!! "# ! /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 C:/altera/kits/nios2_51/examples/verilog/niosII_cyclone_1c12_eval/standard/so ftware/hello_led_0/Debug # Creating .flash file for the project $SOPC_KIT_NIOS2/bin/elf2flash --base=0x00000000 --end=0x3fffff --reset=0x0 --inp ut=hello_led_0.elf --output=ext_flash.flash --boot=$SOPC_KIT_NIOS2/components/al tera_nios2/boot_loader_cfi.srec # Programming flash with the project $SOPC_KIT_NIOS2/bin/nios2-flash-programmer --sidp=0x00801088 --id=2335580406 --t imestamp=1129864794 --base=0x00000000 ext_flash.flash Using cable "Nios II Evaluation Board [USB-0]", device 1, instance 0x00 Resetting and pausing target processor: OK Reading System ID at address 0x00801088: verified : Checksumming existing contents 00000000 : Reading existing contents Checksummed/read 64kB in 1.4s 00000000 ( 0%): Erasing Erased 64kB in 0.4s (160.0kB/s) 00000000 ( 0%): Programming Programmed 1KB +63KB in 1.0s (64.0KB/s) Device contents checksummed OK Leaving target processor paused " The above message indicates no error. I assumed that flash programmed anyway. When the *.sof file is newly loaded, then leds are blinking sequencely. If reset button is pushed, blinking stops. The Board works well at NIOSII_1.1 version. Please help!!!! aforz