Forum Discussion
Altera_Forum
Honored Contributor
16 years agoLinux with MMU on NEEK
Hi, all. I'm testing Linux MMU version, on my NEEK. http://www.nioswiki.com/linux It works fine and I can use "bash" shell. This is the evident proof that we are using the true 'fo...
Altera_Forum
Honored Contributor
16 years agoI think the uncached mapping was strange.
I am reworking the UNCAC_ADDR in page.h, like, # define UNCAC_ADDR(addr) ((void *)((unsigned)(addr) | IO_REGION_BASE))# define CAC_ADDR(addr) ((void *)((unsigned)(addr) & ~IO_REGION_BASE | KERNEL_REGION_BASE)) Please also change the mmap in uClinux-dist/lib/tslib-1.0/tests/fbutils.c to shared_map. I will commit this later. - Hippo