Owne / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Incompatible EEPROM format message #281

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Switch slider into CLI mode
2. setup -> reset
3. Reset APM

What is the expected output? What do you see instead?
I expect no error messages.  Instead the CLI tells me "EEPROM format version  1 
not compatible with this firmware (requires 1)"

What version of the product are you using?
Trunk r2283, libraries r1712

Please provide any additional information below.
I haven't found any functional problems caused by this error message.

Original issue reported on code.google.com by bjpcalt...@gmail.com on 22 Feb 2011 at 5:13

GoogleCodeExporter commented 8 years ago
Hi Ben,

This is normal behavior.  The current use of AP_Var object parameters required 
the APM to be rebooted for a "reset" to take effect correctly.  We have not 
bothered to try to distinguish between a reset occurring versus an EEPROM 
format version mismatch, hence the error message.

Original comment by dewei...@gmail.com on 14 Mar 2011 at 10:00

GoogleCodeExporter commented 8 years ago
It seems strange for an error message occurring without any errors to be normal 
behavior.

Original comment by bjpcalt...@gmail.com on 14 Mar 2011 at 10:03