when I try to install the image to the board, I get the following error:
hobbes [236] % make mica install
make: Nothing to be done for `mica'.
uisp -dprog=dapa -dno-poll --erase
pulse
Probably the AVR MCU is not in the RESET state.
Check it out and run me again.
make: *** [install] Error 2
I followed the suggestion in the previous posts and changed my Makefile to include -dno-poll.
This has not affected anything.
Also, when I try to run the uisp on the command line, as suggested in the same post, I get a seg fault as below:
Hi,
when I try to install the image to the board, I get the following error:
hobbes [236] % make mica install
make: Nothing to be done for `mica'.
uisp -dprog=dapa -dno-poll --erase
pulse
Probably the AVR MCU is not in the RESET state.
Check it out and run me again.
make: *** [install] Error 2
I followed the suggestion in the previous posts and changed my Makefile to include -dno-poll.
This has not affected anything.
Also, when I try to run the uisp on the command line, as suggested in the same post, I get a seg fault as below:
hobbes [239] % uisp -dprog-upload --erase
Segmentation fault
I don't understand what's going on as I am unfamiliar with parallel port stuff.
Any help would be greatly appreciated.
thank you,
-Venu
Hi --
If you haven't already, please take a look at
the TinyOS FAQ at
webs.cs.berkeley.edu/tos/faq.html
There's something in it that addresses this
exact message and hopefully you'll find some
help there.
-kw