Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Trouble booting 2.6.33

I updated my kernel source today (unstable-nios2mmu branch) and got the 2.6.33 kernel. I can't seem to boot this version. First I had a compile error as well and had to make this change:

diff --git a/arch/nios2/lib/memcpy.c b/arch/nios2/lib/memcpy.c
index 9349379..45c29d5 100644
--- a/arch/nios2/lib/memcpy.c
+++ b/arch/nios2/lib/memcpy.c
@@ -8,7 +8,7 @@
 */
# include <linux/types.h>
-#include <linux/autoconf.h>
+/*#include <linux/autoconf.h>*/
# include <asm/string.h>
# ifdef __HAVE_ARCH_MEMCPY

It first failed with my hardware and settings which worked fine before the update. So now I am testing on the NEEK using the neek_web_server_mmu design and the unstable-nios2mmu branch with no additional patches except the above. All I get on nios2-terminal is:

Linux ver
No RepliesBe the first to reply