View Single Post
  #2 (permalink)  
Old 03-17-2009, 01:02 PM
[email protected]
Guest
 
Posts: n/a
Default Re: How to load an image onto system ace compact flash embedded onvirtex 2 Pro

On Mar 17, 12:58*pm, mopra <mohitpra...@gmail.com> wrote:
> Can anyone tell me how I can load an image file like .jpeg or .bmp on
> to the system ace compact flash embedded on virtex 2 Pro device?
>
> I need to store image onto the compact flash and then do some
> processing on it. I tried using the different functions in
> sysace_stdio.h header file like sysace_fopen *etc but couldn't find a
> way to load an image file onto the compact flash, so please help me in
> this regard


copy myimage.jpg f:\

where f: is the compact flash drive

later just use file functions from your code, they do work !

Antti
Reply With Quote