diff --git a/Error-Codes/index.html b/Error-Codes/index.html index 2fe26a0..b161fab 100644 --- a/Error-Codes/index.html +++ b/Error-Codes/index.html @@ -758,7 +758,7 @@

1. Reduced webinterface (error indication and tracing)

Whenever an error occurs during boot process which avoids loading of regular processing and regular webinterface, a reduced webinterface gets loaded to have at least some visual feedback and the possibilitiy to figure out the root cause by browsing the logfiles or trigger another OTA update.

The error code(s) get printed with specific error codes. This page lists the possible error codes, their meaning and possible solutions.

-

Note: Here the error codes are defined in source code: error codes.

+

Note: Here the error codes are defined in source code: error codes.

1.1 Critical Errors

Those Errors make the normal operation of the device impossible. Most likely they are caused by a hardware issue!

@@ -809,7 +809,7 @@ To have early indication that SD card is potentially ready for operation, some f
  • /sdcard/html/common.js
  • /sdcard/html/version.txt
  • -

    Note: This list might be outdated, see the source code for the latest implementation: SDCardCheckRW()

    +

    Note: This list might be outdated, see the source code for the latest implementation: SDCardCheckRW()

    Recommendation: Check logs and / or redo a Over-The-Air Update (OTA Update) to ensure proper SD card structure

    1.2 Non-Critical Errors

    Those Errors can be caused by an error during initialization. It is possible that the error has no impact at all or that a reboot solves it.