Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI upload it through jtag each time. The reset vector is located in RAM. Is it possible than this issue depends from the fact that a decompression of the kernel when i run "nios2-terminal" overwrite something?
I mean: "nios2-download -g zImage" loads the compressed image of the kernel in RAM and "nios2-terminal" decompress it before execute. What happens when i press CPU reset? I think that CPU tries to decompress one more time the kernel, but zImage is already decompressed and CPU can't find it. Am i right? Probably i can resolve the problem if i put uClinux on flash.