Altera_Forum
Honored Contributor
19 years agoSDL Graphics library usage on NIOS II
Hi,
Im trying to use SDL (Simple DirectMedia Layer) which is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer, on my NIOS II platform. We have successfuly used this library in Linux versions. But is it possible to use it on uClinux, in NIOS II platform. We are planning to pluggin the Lancelot VGA card, enable the video buffer on it and use the graphics library over it. Any idea whether SDL was compiled on NIOS II platform ? Even if it is not done, can anyone answer these 3 qs as they are important for feasibility of usage: a. Was VGA ever enabled and tested in NIOS II (on any VGA card, just wanted to know the frame buffer path was used) b. SDL operates on a frame buffer. Does uC Linux will allow all of these accesses. (like SDL wud use mmap etc,.) c. As uC Linux doesn't have MMU support, can SDL will run on a system without MMU thanks, Ankur