Hi All,
I am working on the Atmega 163L which is the new processor...and all programs are loaded with the following command:
make duke install
which is synonymous to "make rene install"
The following problem has occurred with 5 motes consecutively:
1. When the battery was off, i tried
for the sens_to_rfm application.
2. The output was:
Lab@MOBILE1 /usr/tos/alvy/nest/apps/cnt_to_leds $ make duke install make: Nothing to be done for `duke'. uisp -dprog=dapa -dno-poll -dpart=atmega163 --erase Atmel AVR ATmega163 is found. Erasing device ... Reinitializing device Atmel AVR ATmega163 is found. sleep 1 uisp -dprog=dapa -dno-poll -dpart=atmega163 --upload if=binduke/main.srec Atmel AVR ATmega163 is found. Uploading: flash sleep 1 uisp -dprog=dapa -dno-poll -dpart=atmega163 --verify if=binduke/main.srec Atmel AVR ATmega163 is found. Verifying: flash flash error at address 0x0: file=0x0c, mem=0x00 flash error at address 0x1: file=0x94, mem=0x00 flash error at address 0x2: file=0x24, mem=0x00 flash error at address 0x4: file=0x0c, mem=0x00 flash error at address 0x5: file=0x94, mem=0x00 flash error at address 0x6: file=0x40, mem=0x00 flash error at address 0x8: file=0x0c, mem=0x00 flash error at address 0x9: file=0x94, mem=0x00 flash error at address 0xa: file=0x40, mem=0x00 flash error at address 0xc: file=0x0c, mem=0x00 flash error at address 0xd: file=0x94, mem=0x00 flash error at address 0xe: file=0x27, mem=0x00 flash error at address 0xf: file=0x02, mem=0x00 flash error at address 0x10: file=0x0c, mem=0x00 flash error at address 0x11: file=0x94, mem=0x00 flash error at address 0x12: file=0x40, mem=0x00 flash error at address 0x14: file=0x0c, mem=0x00 flash error at address 0x15: file=0x94, mem=0x00
etc until the end of memory.
I think this is normal. But,
3. When i tried to install the same program with the battery ON i keep gettting the same error. The mote was working perfectly until i did (2).
And, i have tried the following to counter this problem:
1. I have replaced battery packs with new batteries
2. I have reset to Littleguy and "make install" was done successfully.
3. I have tried resetting the chip in the BIG_GUY position by connecting the RESET pin to the VCC pin.
Please help me since i am totally stranded without these 5 motes...in my research project !!!!
thanks in anticipation. --jags
Log in to post a comment.
Hi All,
I am working on the Atmega 163L which is the new
processor...and all programs are loaded with the
following command:
make duke install
which is synonymous to "make rene install"
The following problem has occurred with 5 motes
consecutively:
1. When the battery was off, i tried
make duke install
for the sens_to_rfm application.
2. The output was:
Lab@MOBILE1 /usr/tos/alvy/nest/apps/cnt_to_leds
$ make duke install
make: Nothing to be done for `duke'.
uisp -dprog=dapa -dno-poll -dpart=atmega163 --erase
Atmel AVR ATmega163 is found.
Erasing device ...
Reinitializing device
Atmel AVR ATmega163 is found.
sleep 1
uisp -dprog=dapa -dno-poll -dpart=atmega163 --upload if=binduke/main.srec
Atmel AVR ATmega163 is found.
Uploading: flash
sleep 1
uisp -dprog=dapa -dno-poll -dpart=atmega163 --verify if=binduke/main.srec
Atmel AVR ATmega163 is found.
Verifying: flash
flash error at address 0x0: file=0x0c, mem=0x00
flash error at address 0x1: file=0x94, mem=0x00
flash error at address 0x2: file=0x24, mem=0x00
flash error at address 0x4: file=0x0c, mem=0x00
flash error at address 0x5: file=0x94, mem=0x00
flash error at address 0x6: file=0x40, mem=0x00
flash error at address 0x8: file=0x0c, mem=0x00
flash error at address 0x9: file=0x94, mem=0x00
flash error at address 0xa: file=0x40, mem=0x00
flash error at address 0xc: file=0x0c, mem=0x00
flash error at address 0xd: file=0x94, mem=0x00
flash error at address 0xe: file=0x27, mem=0x00
flash error at address 0xf: file=0x02, mem=0x00
flash error at address 0x10: file=0x0c, mem=0x00
flash error at address 0x11: file=0x94, mem=0x00
flash error at address 0x12: file=0x40, mem=0x00
flash error at address 0x14: file=0x0c, mem=0x00
flash error at address 0x15: file=0x94, mem=0x00
etc until the end of memory.
I think this is normal. But,
3. When i tried to install the same program with
the battery ON i keep gettting the same error. The
mote was working perfectly until i did (2).
And, i have tried the following to counter this problem:
1. I have replaced battery packs with new batteries
2. I have reset to Littleguy and "make install" was done successfully.
3. I have tried resetting the chip in the BIG_GUY
position by connecting the RESET pin to the VCC
pin.
Please help me since i am totally stranded without
these 5 motes...in my research project !!!!
thanks in anticipation.
--jags