I also had some problems using Logger.LoggerWrite and Logger.LoggerRead. Using TinyOS1.1.15 it would give an error when I tried to build my app that said

`computeCrcContinue' is not in interface `PageEEPROM'

I am using a Mica2, but for some reason the compiler was using the files in 
tos/platform/mica instead of tos/Flash/AT45DB

My temporary fix was to copy the PageEEPROM files out of /Flash/AT45DB and put 
them in the same directory as the app.

This fixed the problem, but I need to work out how to fix the problem with 
make. Any ideas?

Simon

Lei Tang wrote:
Hi, Sean,

I had some problems when I was trying to write and read to/from flash on MICAz. But now it works very well. You need the component, Logger; and the interfaces are Logger.LoggerWrite and Logger.LoggerRead.

Look through the files in apps\SensorLightToLog, you will find them. If it still doesn't work, change the mote and try your luck.

regards,
Lei
------------------------------------------------------------------------

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to