Forum Discussion
Altera_Forum
Honored Contributor
17 years agoNios shell freezes after "booting kernel"
Hello all, I'm a newbie in both Nios II and ucLinux. I've followed nioswiki's tutorial (http://www.nioswiki.com/installnios2linux) and sucessfully download a ucLinux image into an A...
Altera_Forum
Honored Contributor
17 years agoHello, it's me again...
I figured my overly minimalist Nios design could be the problem. I followed phillip lutz's tutorial (http://www.hs-augsburg.de/~carcass/nios2-uclinux/uclinux_nios2_devicedrivers_and_testapplication_documentation.pdf) for porting ucLinux to the altera de2 board. It also freezes at "booting kernel...". I customized the DE2_NET example, as he advises. I also checked for IRQ 0 in the design. I ran: make xconfig && make vendor_hwselect SYSPTF=/pathtoptf/ && make romfs && make && make linux install then nios2-configure-sof DE2_NET.sof && nios2-download -g zImage && nios2-terminal What am I doing wrong? He says that it could also be a result from a broken initramfs image. Shouldn't make linux install take care of that?