Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:techref:bootloader:uboot.config [2024/01/01 12:52] – Fixed CRC error link with working archive.org link yemtexdocs:techref:bootloader:uboot.config [2024/01/01 13:03] (current) – Added content of archive.org web page yemtex
Line 16: Line 16:
 and copied to RAM when U-Boot starts. and copied to RAM when U-Boot starts.
  
-| {{:meta:icons:tango:dialog-information.png?nolink}} | The U-Boot Environment is protected by a [[wp>Cyclic redundancy check|CRC32]] checksum. \\ See [[https://web.archive.org/web/20211024121026/http://www.denx.de/wiki/view/DULG/WarningBadCRCUsingDefaultEnvironment|** Warning - bad CRC, using default environment]]  |+| {{:meta:icons:tango:dialog-information.png?nolink}} | The U-Boot Environment is protected by a [[wp>Cyclic redundancy check|CRC32]] checksum. \\ See [[https://web.archive.org/web/20211024121026/http://www.denx.de/wiki/view/DULG/WarningBadCRCUsingDefaultEnvironment|Warning - bad CRC, using default environment]] \\ |
  
 +++++Content of linked page 'Warning - bad CRC, using default environment'| **Question:** \\
 +\\
 +I have ported U-Boot to a custom board. It seems to boot OK, but it prints: \\
 +''Warning - bad CRC, using default environment'' \\
 +Why? \\
 +\\
 +**Answer:** \\
 +\\
 +Most probably everything is OK. The message is printed because the flash sector or ERPROM containing the environment variables has never been initialized yet. The message will go away as soon as you save the envrionment variables using the ''saveenv'' command. ++++
  
 ===== Common variables ===== ===== Common variables =====
  • Last modified: 2024/01/01 12:52
  • by yemtex