Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi jigdo,
First ... what version of u-boot are you using, and where did you get it from? > I have used the u-boot successully coping the uclinux kernel image from flash to sdram How did you do this? You must use the bootm command to correctly boot a kernel. > But the kernel stop What does this mean? Please provide some details -- it is difficult for us to guess what you are observing ;-) > see the file nios_linux.c I don't know what is the function kernel() The _variable_ "kernel" is a function pointer ... it points to the entry point of the kernel. When you create a u-boot kernel image with mkimage, you specify this address with the -e option. > I use go command but error below: > > *****warning unimplemented trap @ 0x100015c Please provide more details ... what address did you specify? ... what is at the address that you specify? What are you trying to do? Regards, --Scott