Altera_Forum
Honored Contributor
16 years agoLinux with MMU on DE2-70
Having followed the instructions, modified some defines in nios2.h and enabled the networking support, finally got linux image for my DE2-70. Unfortunately, the kernel boot get stuck:
Linux/Nios II-MMU init_bootmem_node(?,0x4476, 0x4000, 0x6000) free_bootmem(0x4476000, 0x1b8a000) reserve_bootmem(0x4476000, 0x400) Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128 Kernel command line: NR_IRQS:32 PID hash table entries: 128 (order: 7, 512 bytes) Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) We have 24576 pages of RAM Memory available: 27908k/4566k RAM, 0k/0k ROM (1450k kernel code, 3115k data) Calibrating delay loop... 49.25 BogoMIPS (lpj=246272) Mount-cache hash table entries: 512 net_namespace: 296 bytes NET: Registered protocol family 16 init_BSP(): registering device resources bio: create slab <bio-0> at 0 NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 1024 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 0, 4096 bytes) TCP: Hash tables configured (established 1024 bind 1024) TCP reno registered NET: Registered protocol family 1 Any ideas what else should be done to make it work?