Hi Hennadii,
Stats All is a command from Pleo's Monitor, I will attach the Pleo monitor guide again to this post, but from the intro:
https://1drv.ms/b/s!As6F3Yo9RNKWu3037fm3FQzr75J9?e=wPxMWF"The Pleo Monitor is a software module built into the Pleo firmware. It allows access to almost all Pleo functionality - including the current status of most subsystems within Pleo – from a standard terminal program running on a PC"
Dino-mite lets you use a "subset" of the monitor commands. The developer, Mike Bauer, wanted to protect users of his software from the most powerful (and potentially dangerous to new users) commands.
Stats All returns information that nobody understands every line of, but does give us an idea of what happened in poor Pleo.
At the moment, I'm not too concerned about battery temp, maybe I will return to visit this issue, but it is secondary.
Pleo is not booting, no files are open and there was a file integrity error during the boot.
I will attach a stats all print from a booted Pleo for comparison.
In Pleo monitor there is a file system, but note (very important or your will go crazy like me) the directory path symbol \ is reversed to /
Again quoting the monitor manual:
There are two ‘drives’ – or ‘devices’ – in Pleo with respect to the file system. The SD Card is known as drive ‘a’ and the internal DataFlash memory is drive ‘b’. This model is taken directly from the old DOS days. So, to refer to a file on the SD Card, you may use something like: ‚a:/test.txt‛. To refer to a file on the internal DataFlash, you would use something like ‚b:/test.txt‛. Path separators should always be ‘/’. For example, a:/dir/test.txt. To refer to files at the root of a drive, you should use drive:/name.ext. For example, a:/automon.txt.
What I called "internal ROM" is actually an Atmel 45DB321D "DataFlash". 4MB flash memory (serial interface), used to store some maintenance info, and the main personality (much of the 4MB is the default personality written in Pawn.
Both Dino-mite and Pleo monitor have commands to manipulate the contents of the dataflash. Dino-mite commands are limited to protect accidental damage to the OS.
Hope this helps!
Peter