Forum Discussion
Altera_Forum
Honored Contributor
20 years ago3 strange problems
1.does sl811hs support ov511+?????
2.i want to use usb web camera,should i select GRAPH/framebuffer??? 3.while i tick framebuffer,there was an error"io_remap_page_range NOT defined".and there is no any define about io_remap_page_range in uclinux1.3 source code ????? thanks!!!!3 Replies
- Altera_Forum
Honored Contributor
I don't know anything about your first two questions, but the answer to the third one is to change any uses of remap_page_range to use remap_pfn_range... At least, that's the answer if uCLinux is like standard 2.6 kernels.
Best of luck, - slacker - Altera_Forum
Honored Contributor
thank slacker!!!
i found some patch(linux2.6.9 kernel) for sl811hs and usb core and ov511 in the internet. should i add them???? - Altera_Forum
Honored Contributor
TO_BE_DONE