Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProblem booting latest version of nios2 uClinux
I have the latest version of nios2 uClinux using the dts file created from sopcinfo. I never see the "Uncompressing Linux... Ok, booting the kernel." message before the Linux startup. This leads me t...
Altera_Forum
Honored Contributor
14 years agoHi,
Maybe you have uncompressed kernel 'vmlinux' somewhere, please read the elf header by 'nios2-*****-readelf' -a vmlimux > ***. If you see the section '.init.ramfs' etc. and it has enough size, then I think that it's time for 'kernel debuging'. There are several popular method, 'printk' or gdb..... Kazu