From 31db7205a36421c8010f9bbfe8f86c121924f066 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 25 Dec 2024 20:25:25 +0100 Subject: [PATCH] Update Error-Codes.md --- docs/Error-Codes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Error-Codes.md b/docs/Error-Codes.md index cc37fe4..adac21c 100644 --- a/docs/Error-Codes.md +++ b/docs/Error-Codes.md @@ -4,7 +4,8 @@ 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/main/code/components/jomjol_helper/Helper.h). +!!! Notes + 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 +66,8 @@ 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/main/code/components/jomjol_helper/sdcard_check.cpp#L14) +!!! Notes + 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