- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone:
Does the boa webserver ("pre-buit version" provided by Microtronix) support CGI ? In the directory:"/c/altera/kits/nios2/examples/software/linux/apps/boa/util", there are some files such as *.pl or cgi-test.cgi .....etc, Is that means those files are examples for writing perl CGI? http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/blink.gifLink Copied
- « Previous
-
- 1
- 2
- Next »
24 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TO_BE_DONE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
<div class='quotetop'>QUOTE </div>
--- Quote Start --- Quick question, when i add i2c, do i need to manually add nod /dev/i2c-0 666 0 0 89 0 to romfs_list file ?[/b] --- Quote End --- Yes, if you want to access i2c through /dev interface (like lm_sensor) instead of chip driver.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by hippo@Nov 16 2006, 09:06 AM <div class='quotetop'>quote
--- quote end ---
--- quote start ---
quick question, when i add i2c, do i need to manually add
nod /dev/i2c-0 666 0 0 89 0 to romfs_list file ? --- Quote End --- Yes, if you want to access i2c through /dev interface (like lm_sensor) instead of chip driver. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=19468)</div> [/b] --- Quote End --- It's running now. Thanks. Somehow when i use a new patch (r17), it did something to sof file. And it resulted not seeing the 2 new devices. I reloaded the sof file, and it is now working. Many thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by rfitz25@Nov 10 2006, 07:41 PM i'm trying to build/run the simpler sdhnain version.
i get these error messages when i try to "-- build make target"?
make -k all
no emulation specific options.
makefile:25: *** missing separator. stop.
what are emulation options? from sopc builder ?
i'll try some more.
these are lines 23, 24, 25 in the makefile?
.phony: clean
clean:
-rm -f *.[oad] *.elf *.gdb *.bin *.exe
what seperator is needed and where?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=19376)
--- quote end ---
you must to place a space before -rm -f
like that
clean:
-rm -rf
look in an other makefile.
i had the same problem, and now it's ok. http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/smile.gif
bye --- Quote End ---

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
- « Previous
-
- 1
- 2
- Next »