Forum Discussion
Altera_Forum
Honored Contributor
19 years agoJPEG libraries
Hello All, I am currently working on a project where I have to read image files (JPEG) from a USB and displaying them on the screen. I installed uClinux and I was wondering if you could give m...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by bouyaka+mar 30 2007, 04:50 pm--><div class='quotetop'>quote (bouyaka @ mar 30 2007, 04:50 pm)</div>
--- quote start ---
<!--quotebegin-hippo@Mar 29 2007, 08:25 PM please check the wiki
http://nioswiki.jot.com/wikihome/operating...ems/framebuffer (http://nioswiki.jot.com/wikihome/operatingsystems/framebuffer)
if you use the de2 board, you can read the usb disk as mass storage device, and display the jpeg file with nxview on nanox window.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=22641)
--- quote end ---
--- Quote End --- Thanks for the prompt answer!! Do you have any good links with information on nxview ? Thanks. Bouyaka. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=22685)</div> [/b] --- Quote End --- I tried following the instructions from the wiki http://nioswiki.jot.com/wikihome/operating...ems/framebuffer (http://nioswiki.jot.com/wikihome/operatingsystems/framebuffer) but I ran into this error when trying to run make in the uClinux-dist/ arch/nios2nommu/drivers/altfb.c: In function `altfb_probe': arch/nios2nommu/drivers/altfb.c:161: error: `na_vga_controller_0' undeclared (first use in this function) arch/nios2nommu/drivers/altfb.c:161: error: (Each undeclared identifier is reported only once arch/nios2nommu/drivers/altfb.c:161: error: for each function it appears in.) make[2]: *** [arch/nios2nommu/drivers/altfb.o] Error 1 make[1]: *** [arch/nios2nommu/drivers] Error 2