I just want to know how is the uploading process in SPRIME protocol (contrib) since it does not support MIB600. Currently I am testing SPRIME protocol in mica2 motes using MIB600 as programming board and I want to understand the makefiles and makerule files.
I think I found the answer in ~\tinyos-1.x\tools\make\avr
PROGRAM = eprb
PROGRAMMER_FLAGS = -dprog=stk500 -dhost=$(EPRB) --wr_fuse_h=$(AVR_FUSE_H) $(PROGRAMMER_PART) $(PROGRAMMER_EXTRA_FLAGS_STK)
Thanks a lot Mr. Harri Siirtola. I am just a beginner in TinyOS. I hope you could help me again in future problems.
Cheers,
reizel
Harri Siirtola <[EMAIL PROTECTED]> wrote:
Hi Reizel,
for example the Cygwin command line syntax for MIB600 with micaz is:
$ make micaz reinstall,5 eprb,XXX.XXX.XXX.XXX
where the XXXs stand for the IP address you've set for your MIB600. If you
give this command, you can see the correct 'dprog' etc. switches. BTW, why
do you want to fiddle with Makerules for this?
Harri
At 02:33 AM 5/15/2006 -0700, reizel casaquite wrote:
>Hi everyone,
>
>I need help. I want to use MIB600 as a programming board.
>Does anyone knows the proper syntax for the Programmer's flag?
>The one below is I think for the MIB500 (parallel). How can I use MIB600?
>
>PROGRAMMER_FLAGS=-dprog=dapa -dt_sck=1 $(PROGRAMMER_EXTRA_FLAGS)
>
>Thanks for the help!
>
>Regards,
>reizel
>
>
>How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call rates.
>_______________________________________________
>Tinyos-help mailing list
>[email protected]
>https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
Yahoo! Mail goes everywhere you do. Get it on your phone.
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
