Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI too have the exact same project to work upon, only difference is that i have to perform image processing on the image and that i am using a de0 - nano board to implement this. I have made a VGA controller. Currently I am working on SD RAM controller and SD CARD controller. One thing i would advise is to convert the image file into a simple binary file which you can read far more easily. This conversion can be done on computer and after that the image can be written on the SD card. This will allow you to bypass filesystem controller and file reader / decompressor.
I would really like if you keep posting your progress, i am sure we can help each other out