Forum Discussion
Altera_Forum
Honored Contributor
20 years agoChanging ROMFS start in flash
Hi: I'm using the Nios2 IDE / Microtronix 1.4 dist. I an currently loading my romfs.flash image starting at 0x200000 in my flash. I have a need to relocate the image and I now want to...
Altera_Forum
Honored Contributor
20 years agoHi Hippo!
Thanks for responding! In looking at the file "vmlinux.lds" I found the following... MEMORY { ram : ORIGIN = 0000000000, LENGTH = 0x08000000 eram : ORIGIN = 0x08000000, LENGTH = 0 romfs : ORIGIN = 0x08000000 + 0x200000, LENGTH = 0x00800000 - 0x200000 } This file appears to be automatically generated though and I don't know what generates it. Should I modify it here and, if I do, will I need to recompile the kernel?