No, I have done nothing after the generation. I think, I solved this problem...
At the first time I would flash the eeprom with the nios2 programm, but it doesn't work. ID error etc., because the jtag connection to my fpga had a fault. I realized it than I tried to flash the nios2 programm in the on_chip memory. I got the same ID and timestamp error as before. This morning I found the mistake and now it works. But could you tell me what a cfi table is ?
#!/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:/Programm_ARCUS-OBITER_Handheld/software/hello_world_small_0/Release
# Creating .flash file for the project
"$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x00200000 --end=0x3fffff --reset=0x40400
0 --input="hello_world_small_0.elf" --output="cfi_flash.flash" --boot="C:/altera
/81/ip/altera/nios2_ip/altera_nios2/boot_loader_cfi.srec"
# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x00200000 --cable='USB-Blas
ter [USB-0]' --device=1 --sidp=0x00409030 --id=1732617863 --timestamp=1246886060
"cfi_flash.flash"
Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Resetting and pausing target processor: OK
Reading System ID at address 0x00409030: verified
<--- jipiiiie No CFI table found at address 0x00200000
Leaving target processor paused