Forum Discussion
Altera_Forum
Honored Contributor
21 years agoThe function free_area_init assumes the starting address is PAGE_OFFSET. You need to change the definition of PAGE_OFFSET to 0 (the minimum of the starting addresses of all your memory devices) in file include/asm-niosnommu/page.h.
Tell me if you have problems