- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The JPEG application has some input files and output a file. Can I compile this jpeg source and run it on niosII system.
The file operation bother me much on nios system.Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I don't see why you not. You should be able to compile a jpeg compression application on the uCLinux. The only issue might be speed, don't expect the compression to be all that fast. -Thomas- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by tlaskowski@Oct 19 2004, 09:57 AM hi,
i don't see why you not. you should be able to compile a jpeg compression application on the uclinux. the only issue might be speed, don't expect the compression to be all that fast.
-thomas --- Quote End --- Thanks! Only through HAL rather than uClinux, can I put the input file onto compact flash and read the ouput file from compact flash by PC ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Altera HAL doesn't have any FAT filesystem support (which is needed for CF access). The only file system it supports is "read-only uncompressed ZIP file in memory" (basically the PC excuse for a .tar file), which isn't even close to what you're asking for.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page