[En-Nut-Discussion] Problem with Httpd Sample
Harald Kipp
harald.kipp at egnite.de
Mon May 8 16:55:55 CEST 2006
Hello Tolga,
At 17:36 08.05.2006 +0300, you wrote:
>C:\ethernut-4.0.3\nutapp\httpd>make burn
>uisp -dprog=stk500 -dserial=/dev/ttyS0 -dspeed=115200 -dpart=atmega128
>--erase --upload if=httpserv.hex
>process_begin: CreateProcess((null), uisp -dprog=stk500 -dserial=/dev/ttyS0
>-dsp
>eed=115200 -dpart=atmega128 --erase --upload if=httpserv.hex, ...) failed.
>make (e=2): The system cannot find the file specified.
>make: *** [burn] Error 2
You need to set the PATH to the Nut/OS Win Tools
Directory
http://www.ethernut.de/pdf/enswm24e.pdf
Page 27
>What is the problem? I tried with SPI cable of SPI&JTAG programmer which
>comes with Starter's Kit.
When using the latest SP Duo, you should use avrdude 5.0
or later instead of uisp. Or you need to downgrade the
SP Duo Adapter:
http://www.ethernut.de/en/isp/spduo.html
>Also I can't change the COM port. Because I don't know where to change. But
>I don't think this is the problem.
You can modify app/Makeburn.avr-uisp in the source tree.
BURNPORT=/dev/ttyS0
for com1
BURNPORT=/dev/ttyS1
for com2 etc.
Harald
More information about the En-Nut-Discussion
mailing list