Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

CGI?

Altera_Forum
Honored Contributor II
25,850 Views

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
0 Kudos
24 Replies
Altera_Forum
Honored Contributor II
354 Views

TO_BE_DONE

0 Kudos
Altera_Forum
Honored Contributor II
354 Views

<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.
0 Kudos
Altera_Forum
Honored Contributor II
354 Views

 

--- 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.
0 Kudos
Altera_Forum
Honored Contributor II
354 Views

 

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

0 Kudos
Reply