Forum Discussion
Altera_Forum
Honored Contributor
21 years agoKernel hangs [Resolved]
Hello, I've compiled the kernel with Nios II dev. kit 5.0 and Nios II Linux v1.4 for two different boards. One is a Stratix dev board professional and the other a custom board with Stratix ...
Altera_Forum
Honored Contributor
21 years agoHad the same with standard ep1c20 nios board compilation (o;
Just make sure your reset vector and exception pointer are in the right place (o; For example on the 1c20 NIOS2 kit it expect the reset vector to be in flash (of course ;o) since the kernel is started from there...but exception vector is located in sdram... rick