Update Error-Codes.md

This commit is contained in:
CaCO3
2024-12-25 19:49:05 +01:00
committed by GitHub
parent 2f6c7fe412
commit 2a06dd3122

View File

@@ -4,7 +4,7 @@ Whenever an error occurs during boot process which avoids loading of regular pro
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](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/components/jomjol_helper/Helper.h).
Note: Here the error codes are defined in source code: [error codes](https://github.com/jomjol/AI-on-the-edge-device/blob/main/code/components/jomjol_helper/Helper.h).
## Critical Errors
Those Errors make the normal operation of the device impossible.
@@ -65,7 +65,7 @@ The following folders / files get checked during boot sequence:
* /sdcard/html/common.js
* /sdcard/html/version.txt
Note: This list might be outdated, see the source code for the latest implementation: [SDCardCheckRW()](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/components/jomjol_helper/sdcard_check.cpp#L14)
Note: This list might be outdated, see the source code for the latest implementation: [SDCardCheckRW()](https://github.com/jomjol/AI-on-the-edge-device/blob/main/code/components/jomjol_helper/sdcard_check.cpp#L14)
Recommendation: Check logs and / or redo a Over-The-Air Update (OTA Update) to ensure proper SD card structure