Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI think I found out my problem after scouring the nios-dev list. Because I am using the MMU, I need to specify virtual addresses when I run elf2flash. Specifically, I have to OR 0xC0000000 with addresses I use for the base/end addresses. I am not able to get to my hardware just yet, but this post gives me hope as this guy has the same behavior I do (kernel panic on cold boot, okay from RAM).
http://sopc.et.ntust.edu.tw/pipermail/nios2-dev/2010-march/003396.html I think the information I needed is in the "Addressing for Devices" section here: http://www.nioswiki.com/dasuboot Do others agree? Dave ...