Forum Discussion
Altera_Forum
Honored Contributor
16 years agono mmu problem
I builde the zImage on uClinux use the web_server sopc hardware project on the NEEK board. I have selected the frame buffer driver, the jpegview application and mygui application. Use the jpegvi...
Altera_Forum
Honored Contributor
16 years agoPlease check the mmap call in your code. This is what used in microwin scr_fb.c,
psd->addr = mmap(NULL, psd->size, PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FILE,fb,0); - Hippo