Hi all I have defined the following in the Makefile of my application: CFLAGS += -DTOSH_DATA_LENGTH=114 In the .h archive of my application, I'm having the...
... Just wanted to let everybody know how I solved this "couldn't open" problem when flashing. To successfully flash my image I had to invoke 'telnet' and...
hello, Â Â Â I am trying to install linux on to imote2. I have installed intel c++ compiler to get flash tool. But i did not find SDT 2.0.1 folder and xflash...
Can the amontec-key-tiny be used with jflashmm to reload the USB boot loader? Samer Shammaa To: intel-mote2-community@yahoogroups.com From: jic23@... ...
... You almost certainly can't. ... There is a variant of jflashmm that works with wiggler cables. See old posts to this mailing list in the archive....
... Easiest option is openocd with something like the amontec jtag-key-tiny or equivalent olimex jtag adapter. I think it alwo works with a wiggler if you...
Hi, I have been trying t install linux on Imote2 .I have set the cross compiler ans built the zImage and module.I could not find the C++ Software Development...
I need to restore the USB boot loader on my imote2. I have the interface board but not a JTAG cable. Does anyone know where can i get an Intel JTAG cable from?...
I am working on a Wireless Multimedia Sensor Network Application and I am thinking of buying some Imotes with IMB400 multimedia board. But I cant understand if...
After hours of searching into interfaces, I found a much easier interface for accessing imote2 flash which uses component FlashC interface Flash { command...
I am trying to access the 32MB Flash EEPROM on the imote2 in order to do a simple read/write. I am using tinyos-1.x. I tried using LoggerWrite & LoggerRead...
Does anyone know if it is possible to program a mote to change its radio channel or group ID during operation? We are attempting to program a mote network uses...
... Ah, i2c-dev driver. Fair enough, that should work fine and is how the original driver code was developed. ... I'd suggest checking that interrupts are...
HI The light sensor code that I took from previous versions of FS does not use the light sensor driver is uses the I2C driver and all the communication is...
... The light sensor driver just got replaced with a new one in the linux staging tree, but I don't know why the old one doesn't work for you. Is it giving any...
Hello Jonathan I am facing a very strange problem. I have two types of sensor boards One old one with green color and other new one with dark blue or blackish...
... That is all fine. The only thing I can think of is that something weird is occurring in openocd. I would suggest finding the code that actually opens the...
Hi everybody, I am getting a strange error when flashing a custom zImage onto my imote2. I am using Amontec JTAGkey-Tiny and openocd as instructed at...
Hmm .. its not just the name change for imote.cfg board/crossbow_tech_imote2.cfg contains the board info (crossbow IIB2400). But imote.cfg contains the board...
... The name has changed... board/crossbow_tech_imote2.cfg ... Ah, that would explain it. ... Fair enough, though the latest version should also work fine and...
Hi, Initially i was using very old version of openocd. I blindly followed the TinyOS wiki page http://docs.tinyos.net/index.php/OpenOCD_for_IMote2 With this...
Hi Jithin, ... Good to hear you got this working. Could you please clarify what exactly the problem was and specifically if there are fixes that need pushing...
I figured out the problem, the issue was mismatch in the openocd configuration file. I am attaching the config file for imote2, for other openocd iMote2 users....
... I'm not seeing any calls of flash protect in your debug file. If you don't unlock the flash you won't be able to write / erase it. Take a look at the...
We are currently doing experiments on a pair of Imote2 (IPR 2400) sensor nodes, being equipped with the CC2420 radio chipset. Is it possible to dynamically...
Hi all, I am trying to access flash in my intel-mote2 using a JTAG cable and openocd (in Ubuntu). When I start the openocd, it gives the following error, Open...