Altera_Forum
Honored Contributor
15 years agoDriver VIP Frame reader
Hello,
First of all I want to say thanks to all the help I got on this forum. Now it's time I can make a contribution myself. Today I succesfully modified the altfb.c driver for use with the VIP frame reader. This driver is a combination of the old altfb.c driver and the one that can be found on the NIOS Wiki. The features are: - supports 8-bit per color plane - The Frame Reader must be connected to the DDR SDRAM (not to SSRAM like the version of the neek_linux_ref_des_mmc_spi design) This way bigger framebuffers are possible - In the future support for the VIP alpha blender will also be written. This way the user can combine the visualization of input video and a framebuffer from uClinux. I want to add a few questions because I'm not a real specialist in uClinux (yet) :rolleyes: - I want to ask hippo or someone to chek the current version before I combine it with the old altfb.c. May be some things that can be left out... - Is it necessairy to write a tutorial on the nios wiki on how to use it (I have a login for the wiki as well)? I had already the intention to write a tutorial on the PS2 sopc module (university program) on how to implement it because it took me some time before it worked properly - Another real stupid question, I want to safe my current .config file, but it only seems to contain the options of the first menu (not the specific kernel and app settings). Do I need to safe other files as well? (I must confess I didn't had the time yet to really investigate in this problem, so just a link or a hint is welcome) The design was tested on a NEEK board and for the enthousiasts I will add the sof and kernel as an attachment and of course also my altfb.c I hope some can use it... Best, Hans