Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to reserve memory at fixed address
Hi, I would like to reserve SDRAM memory for traces at a fixed address, so that I can examine this memory after an uncontrolled reboot of Linux. I used to set the option MEM=(totalMemory -...
Altera_Forum
Honored Contributor
21 years agoThere is one line in the kernel linker script (arch/nios2nommu/kernel/vmlinux.lds.S):
eram : ORIGIN = nasys_program_mem_end, LENGTH = 0 or you can modify memory_end in arch/nios2nommu/kernel/setup.c to make it smaller.