On 20 April 2011 18:57, rupesh vishwakarma <rupesh...@gmail.com> wrote:
Hi ,

I am working  on telos b which have STM25 flash . Presently I am using 
logstorage to  store my messages in the flash 

I want to use my flash to store an  jpeg image and store the routing 
information 
so i need to partition my  flash in to different volume 


can you please suggest how to partition the flash using the  interface 
logstorage 


for example suppose i have the following  declaration

components new LogStorageC(VOLUME_LOGTEST, TRUE);
   SeekTestC.LogRead -> LogStorageC;
  SeekTestC.LogWrite -> LogStorageC;
it works

how can i use  the same volume to log image as well as other data by 
partitioning the  flash

rupesh
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to