Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe 'Unable to handle kernel paging request' error sounds like you are running a system with an mmu.
A driver written for an mmu-less system won't work (actually, I'm not sure that one works anyway since that write probably need to bypass any data cache as well). You need to map the physical addresses into the virtual address space.