From ae80a9141c301faa80905c527d254e50c2cb5131 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 1 Mar 2023 21:09:46 +0100 Subject: [PATCH] Update Error-Codes.md --- docs/Error-Codes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Error-Codes.md b/docs/Error-Codes.md index 45dedeb..233969e 100644 --- a/docs/Error-Codes.md +++ b/docs/Error-Codes.md @@ -22,6 +22,7 @@ The firmware failed to allocate enough memory. This most likely is a consequenti ## `0x00000004` Cam bad The attached camera can not be initialized. This usually is because on of the following reasons: + * The camera is not supported, see [Hardware Compatibility](../Hardware-Compatibility) * The camera is not attached properly -> Try to remove and attach it again. Make sure you move the black part enough into the socket! * The camera or the camera cable is damaged @@ -30,6 +31,7 @@ This usually is because on of the following reasons: One or more basic SD card checks failed. The following checks are performed during boot sequence: + * Write a file (sdcard/sdcheck.txt) to SD card with some generic text * Read the written file back * CRC verification @@ -44,6 +46,7 @@ Oned or more mandatory folders and/or files are missing on SD card. To have early indication that SD card is potentially ready for operation, some folder and files, which are mandatory are presence checked. This is not a 100% check and a successful test does not mean everthing is OK. The following folders / files get checked during boot sequence: + * /sdcard/config * /sdcard/html * /sdcard/demo --> created automatically in firmware