Hi everyone, I am new with imote2 and such embeded system. I saw that this board support linux, I wonder how could I boot linux on it. Currently I only have a...
132
Ralph Kling
rmkling
Apr 9, 2007 3:46 pm
Hi Song, You can find detailed instructions on how to install and boot Linux on the Imote2 platform here: ...
133
张健
bamv2006
Apr 11, 2007 10:46 am
Hi Ralph, I am also a beginer in imote2. just now, I compile and download blob and kernel successfull. but the kernel startup is stop when kernel is...
134
Ralph Kling
rmkling
Apr 11, 2007 3:22 pm
Hi Zhang jian, I am not an expert on BLOB but it looks like your problem occurs just after BLOB has completed uncompressing the Linux image and jumps to it. It...
135
brock8503
Apr 17, 2007 6:32 am
Hello, I have several questions that I would very much appreciate some feedback on from the Imote2 "community". I am working on a research project for the...
136
BartElen
Apr 17, 2007 12:18 pm
Linux is one of the supported operating systems of the imote2. But it's development seems to have halted with release 1.0 Are there plans to finish the current...
137
Ralph Kling
rmkling
Apr 17, 2007 3:52 pm
The latest Linux release has LED and radio drivers: http://embedded.seattle.intel-research.net/wiki/index.php?title=Courting _LEDs_TinyOS_MAC_test - Ralph ...
138
sztrojan
Apr 18, 2007 12:32 am
Hi, Does anyone know where are the following functions defined? TM_ReadPio(),TM_SetPio(), TM_RegisterInterrupt(), TM_ResetPio() etc. It looks like they are...
139
Ralph Kling
rmkling
Apr 18, 2007 1:42 am
Hi Ning, I think you are in the wrong directory - those are Imote, not Imote2 functions. - Ralph ________________________________ From:...
140
Ralph Kling
rmkling
Apr 18, 2007 2:18 am
Hi Kyle, A nice example of a compute intensive Imote2 application/deployment can be found here: http://www.iti.tugraz.at/dsc06/CR/dsc06_p30_cr.pdf Another very...
141
bamv2006
Apr 18, 2007 9:37 am
hi, tony: i am using imote2 to develop wireless sensor network, do you mean the tosmac does not support imote2? "BTW, I haven't tried it (we're still waiting...
142
Yarvis, Mark D
mark.yarvis
Apr 18, 2007 4:08 pm
Another example is Intel's shipboard sensor network deployment. See the following references: -...
143
sazure@...
zs_gao
Apr 18, 2007 4:53 pm
Hi, all We want to build sensor board and extra power board for imote2, can anyone share the information of the connectors part number on the imote2? Thank...
144
Ralph Kling
rmkling
Apr 18, 2007 5:04 pm
The datasheet has the relevant info: http://f1.grp.yahoofs.com/v1/kE4mRoadm9k6wDA_Nqf8rGXZ1WPncpcjpxptooIj9p4 ...
145
Federico Spadini
fspadini
Apr 18, 2007 5:11 pm
Hi Zhengsu, If you look in the "files" section of the yahoo group, you should see a datasheet for the iMote2. The part numbers are on pages 5 and 9. Best...
146
sazure@...
zs_gao
Apr 18, 2007 5:22 pm
Hi, Federico and Ralph Thank you guys. Great help! Best Zhengsu...
147
bamv2006
Apr 19, 2007 11:03 am
Hi, Ralph Thanks your help. After read the compiling Linux docuemnts and my development log throughly, i found that i used the intelmote2_defconfig file...
148
bamv2006
Apr 19, 2007 11:16 am
Hi all I have some problem in setup the usb net in windows. according to the file "Setting up USBnet" From Platformx Wiki. after Select Network adapters from...
149
BartElen
Apr 19, 2007 11:53 am
As described on http://embedded.seattle.intel-research.net/wiki/index.php?title=Modification_History%2C_Status%2C_and_ToDos has the latest Linux release NO LED...
150
Ralph Kling
rmkling
Apr 19, 2007 4:38 pm
Hi all, There was a recent string of questions about Linux on the Imote2 platform. I did some testing on what is working and here are the results: * Flashing...
151
BartElen
Apr 20, 2007 8:52 am
Hello Ralph, Thanks for the helpfull information :) Bart ... the "Intel(R) ... http://embedded.seattle.intel-research.net/wiki/index.php?title=Intel_So ... ...
152
brock8503
Apr 24, 2007 10:41 pm
Thank you for all the responses, I have found quite a few projects. Still, I am interesting in knowing are there any available mesh protocols for the Imote2. ...
153
Ralph Kling
rmkling
Apr 24, 2007 11:03 pm
The software in the TinyOS 1.x distribution supports mesh networking on the Imote2. - Ralph ________________________________ From:...
154
nagayama_tomonori
nagayama_tom...
Apr 25, 2007 10:21 am
Hi I'm trying to load a program through a USB port and following the instruction, "bootloader_install.txt". To generate PC application, I run "make" in the...
155
Ralph Kling
rmkling
Apr 26, 2007 12:47 am
Hi Tomo, /usr/include/... is a cygwin directory. What version of cygwin do you have? It looks like there may be a conflict between some cygwin defined types...
156
nagayama_tomonori
nagayama_tom...
Apr 26, 2007 3:00 am
Hi Ralph, I installed tinyos using TinyOS Installshield Wizards and then updated tinyos tree at CVS. As you indicated, the cygwin version was not the latest...
157
blade_csd
Apr 30, 2007 4:38 pm
hi, i am a newbie at the imote2 board. As an undergraduate student i am currently working on the imte2 board by crossbow. Unfortunatelly i do not have the...
158
Ralph Kling
rmkling
Apr 30, 2007 4:51 pm
Hi, The answer is yes, if you are using TinyOS. The Crossbow Imote2s are preprogrammed with a USB boot loader that allows to program them without the need for...
159
blade_csd
May 2, 2007 1:25 pm
Hi,first of all,thanks for the info. I managed to comuniacate with the board for a while .I loaded something on the board through iMoteconsole, and after that...
160
blade_csd
May 2, 2007 1:32 pm
Hi all, i was asked to load an operating system on an intelmote2 My first choice was linux but now i am not so sure since tinyos seems to have more support. ...