[Tinyos-help] Question about tmote sky flash storage

2011-11-21 Thread David
Hi there. If I have a tmote sky mote (telosb), then: 1. How much storage space is there in flash? 2. If the board is upgraded with a new chip (with ability to access more storage space), then how well will TinyOS support this? I have an upcoming project where we may need to store a large

Re: [Tinyos-help] Question about tmote sky flash storage

2011-11-21 Thread Urs Hunkeler
Hi David, If I have a tmote sky mote (telosb), then: 1. How much storage space is there in flash? 1 MB in the external (i.e., not on the microcontroller, but on the PCB) flash. If I remember correctly, this is actually 1024*1024 bytes.

Re: [Tinyos-help] Question about tmote sky flash storage

2011-11-21 Thread András Bíró
Hi David, We're using 2MiB chips (ST M25P16) on the ucmini motes, and it works fine, with almost no changes. The only problem was the tos-storage-stm25p script (which generates the StorageVolumes.h from the xml file), becouse it fails with chips bigger than 1MiB. This was solved in the svn, by