Hi and thx for your answer
I have changed a little bit in the nios2_system.h file. The SDRAM adr is by default 0x1000000. I have now set that to 0x1100000 and corrected the two other varibles so that they have the new correct values. Now the system.map of my linux project says that it begins at 0x1100000(which it should). So the vmlinux.bin file is just copied to my SDRAM starting at 0x1100000 and until the end of the binary data. After this I just execute the kernel.
I have come a bit futher with execution now. Now it freezes in the ASM code at line aprox 166 in the linux-2.6.x/arch/nios2nommu/kernel/process.c file.
I am really new at this kernel stuff so plz dazzle me with your knowledge
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/ohmy.gif )
Regards
GreateWhite.DK