Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

CGI?

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.gif

24 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    <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.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- 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&#39;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.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by rfitz25@Nov 10 2006, 07:41 PM

    i&#39;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&#39;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&#39;s ok. http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/smile.gif

    bye

    --- Quote End ---