Hi, can anyone let me know as to where can I buy imote2 nodes for research work? Does intel sell them or provide them to university researchers? Thanks...
Thanks very much for your interest in our Intel Mote2 research platform. It would be great if you could share more about the nature of your research and...
Greetings, I am in the process of configuring a development environment in linux for the imote2's and running into an interesting error. I'm following the very...
The only time I have seen this error before is when I compiled without the debug flag. Try to compile with debug flag turned on. Lama ... in linux ... ...
I saw the similar error when I switch back from 2.x to 1.x. I solved the problem by reinstall tinyos 1.x tool chain. However, it might not be related to this...
Hi, hope everyone had a great thanksgiving break. I've got some questions regarding the procedure to compile code that will be usable on the imote. Correct me...
Here is a place to build the xscale-elf cross compiler and the newlib library. pb http://www.eecs.harvard.edu/~konrad/projects/imote2Camera/IMote2-Installatio ...
We have also posted information on how to get running with iMote2 at: http://enaweb.eng.yale.edu/drupal/resources For other topics related to releases on...
Hi again, Thanks for the help, I finally managed to get xscale-elf compiler installed, using the Harvard web link. However, when I try to run a really simple...
I have not tried using the installation instructions listed below, however, if you are using windows/cygwin, try the installation instructions that I posted in...
Greetings, Since my last posting I've been able to configure both a Linux Host and XP host with cygwin to compile applications for the Imote2. I basically...
I have successfully used the QUATECH card, although there are some catches with it. Here's what I recommend: 1) Make sure you read the instructions on...
Great news on the setup info. Can you upload a list of instructions of what you exactly needed to do to enable this, so others can benefit from what you...
Hi everyone, I am also seeing the same behaviour. Any program that I try to compile and run on the imote just seg faults. I am compiling on FreeBSD 6.1 using...
Greetings, I was able to locate a laptop with an "on-board" ECP parallel port. I configured the imote2 development environment with window's xp and cygwin....
Hi Bill, Did you follow the installation instructions from this website? it seems that the parallel port driver for the Blackstone Cable / Intel JTAG Cable is...
Lama, That was the problem. I did not install the intel toolsuite correctly. After re-installing I am now able to program the imote2's. I borrowed a Dell...
We are from North Carolina State Univ and we are trying to switch to Imote2 because of their robustness and advantages. After following the instructions...
Hi Panos, you are very close! Make sure that the parallel port in the BIOS of your PC (not just in Windows) is set to ECP and has the right base address as...
Thank you for your response Ralph. It is very helpful to know that there are some people that are willing to help you in your problems with the new motes. The...
With the help of Ralph, I figured out what the problem was. The -tt flag was set incorrectly to "JTAG CPU" instead of "INTEL(R) JTAG CABLE" when the xflash.exe...
Hi Panos, You don't need to fix it in the jtag.extra file, all you need to do is add the following line to your profile: export PXA27X_JTAG_DEV="\"INTEL(R)...
Hmmm, I had already done that and for a strange reason didn't solve the problem. I will look at it again tomorrow. Thanks for the help Lama anyway... I have...
hmm, this is strange. if you print out the variable what do you see (type printenv PXA27X_JTAG_DEV), you should see "INTEL(R) JTAG CABLE" The error message...
Instead I remember doing ... and got the "INTEL(R) JTAG CABLE". So, it must have been correctly set. I will double check it tomorrow when I go to the office...
Hello again, I am trying to collect some data from Imote2. For micas we were using the Serial Forwarder and printf to collect data from the serial port and was...
I'm not sure I get the question fully, but if you are trying to simply printout stuff to the debug port from the application, you can use the trace statement ...
Lama was right. I had set the PXA27X_JTAG_DEV variable but hadn't really exported it. That's why it didn't work in the first place. Thus, it isn't necessary to...