Forum Discussion
Altera_Forum
Honored Contributor
21 years agoExecute Kernel from Flash
Hi! I want to execute my uCLinux kernel from the flash mem on the Nios dev. kit Cyclone ed. board. So what I do is that I upload the kernel to the Flash mem and then I want to execute it from t...
Altera_Forum
Honored Contributor
21 years agoHi Stralsjo,
> I want to execute it from the very same flash. Is that possible? Yes. Upload vmlinux.bin to the reset address (should be offset 0x00000000) in flash. When the core is reset, linux will run and relocate itself to the bottom of sdram. Regards, --Scott