eCos Home

RedBoot Home


About eCos

Supported Hardware

Downloading and Installation

Documentation

FAQ

Mailing lists

Problems

Licensing

Anonymous CVS

Contributions and Third Party Projects

eCos
(Answer) (Category) eCos FAQ : (Category) Using RedBoot :
FLASH configuration checksum error
A common message from RedBoot is:
  FLASH configuration checksum error or invalid key

This is not really an error, but just a warning.  RedBoot can keep
configuration information in FLASH (or EEPROM).  This is a database
which must be initialized before use.  The warning simply means
that somehow the database is not valid, probably because it has
never been initialized.

To remedy this, simply initialize the database!  For example:
  RedBoot> fconfig -i
  Initialize non-volatile configuration - continue (y/n)? y
  Run script at boot: false
  Use BOOTP for network configuration: true
  DNS server IP address: 
  Network hardware address [MAC]: 0x00:0x23:0x31:0x37:0x00:0x1C
  GDB connection port: 9000
  Force console for special debug messages: false
  Network debug at boot time: false
  Default network device: at91rm9200_eth
  Update RedBoot non-volatile configuration - continue (y/n)? y

 
garyATmlbassocDOTcom
Previous: (Category) Downloading programs
This document is: http://ecos.sourceware.org/fom/ecos?file=92
[Search] [Appearance]
This is a Faq-O-Matic 2.717.

Send any queries about the contents of this FAQ to the ecos-discuss mailing list
Send any operational queries about this FAQ to the eCos maintainers