I have a problem when trying to upload hello-world program to micaz mote.
I followed this tutorial to upload hello-world
program on hardware, but when I tryied to run the command :
make hello-world.upload
I have this error message :
using saved target 'micaz'
avr-objcopy -O srec hello-world.micaz hello-world.srec
uisp -dprog=mib510 -dserial=/dev/ttyS0 -dpart=ATmega128 --wr_fuse_h=0xd1--wr_fuse_e=ff --erase --upload if=hello-world.srec --verify
make: uisp: Command not found
make: *** [hello-world.upload] Error 127
rm hello-world.srec
I think that the problem is that uisp
command is not installed, so I tryed to install it with :
sudo apt-get install uisp
Then I had this error message :
Err http://us.archive.ubuntu.com/ubuntu/ precise/universe uisp i386 20050207-4ubuntu1
Could not connect to us.archive.ubuntu.com:80 (91.189.91.13). - connect (111: Connection refused) [IP: 91.189.91.13 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/universe/u/uisp/uisp_20050207-4ubuntu1_i386.deb Could not connect to us.archive.ubuntu.com:80 (91.189.91.13). - connect (111: Connection refused) [IP: 91.189.91.13 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Is there someone who has uploaded successfully a program on hardware (micaz mote) ?
Any help ?
for more information the solution is here and here