[Tinyos-help] BlockStorageC with telosb

Jan Piekarski janek at cyberia.pl
Mon Aug 21 05:22:33 PDT 2006


> Dear All,
> 
> I am trying to use the BlockStorageC with a telosb mote for network-reprogramming. But I don´t know how to use it.
> 
>  
> 
> That´s why, I searched to find information how to use it and I found an example in the Mailing List, but it doesn´t work. I get always a FAIL in the Mount.mountDone event. 

> 
>    command result_t StdControl.start() {                           
> 
>      call Mount.mount(0);  
> 
>      return SUCCESS;
> 
>    }
> 
Have you formatted volume 0 ? In TestDeluge/FormatFlash folder there is an example.





> I have one more question: Is BlockStorageC the correct choice ?
> 
> 
For network-reprogramming you can use Deluge. I use BlockStorageC for storage data.

regards,
Jan Piekarski


More information about the Tinyos-help mailing list