Forum Discussion
Altera_Forum
Honored Contributor
13 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