mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 12:36:54 +03:00
Deployed 6e7d4ef with MkDocs version: 1.4.2
This commit is contained in:
@@ -115,6 +115,18 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="toctree-l1 current"><a class="reference internal current" href="./">StatusLED BlinkCodes</a>
|
<li class="toctree-l1 current"><a class="reference internal current" href="./">StatusLED BlinkCodes</a>
|
||||||
<ul class="current">
|
<ul class="current">
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="#error">Error</a>
|
||||||
|
<ul>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="#0x00000001-psram-bad">0x00000001 PSRAM bad</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="#status">Status</a>
|
||||||
|
<ul>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="#0x00000100-cam-framebuffer-bad">0x00000100 Cam Framebuffer bad</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="toctree-l1"><a class="reference internal" href="../Error-Debugging/">Error Debugging</a>
|
<li class="toctree-l1"><a class="reference internal" href="../Error-Debugging/">Error Debugging</a>
|
||||||
@@ -362,19 +374,19 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>From here -->TODO!!!</p>
|
<p>From here -->TODO!!!</p>
|
||||||
<h1 id="error">Error</h1>
|
<h2 id="error">Error</h2>
|
||||||
<p>Those errors make the normal operation of the device impossible.
|
<p>Those errors make the normal operation of the device impossible.
|
||||||
Most likely they are caused by a hardware issue!</p>
|
Most likely they are caused by a hardware issue!</p>
|
||||||
<h2 id="0x00000001-psram-bad"><code>0x00000001</code> PSRAM bad</h2>
|
<h3 id="0x00000001-psram-bad"><code>0x00000001</code> PSRAM bad</h3>
|
||||||
<p>Your device most likely has no PSRAM at all or it is too small (needs to have at least 4 MBytes)!
|
<p>Your device most likely has no PSRAM at all or it is too small (needs to have at least 4 MBytes)!
|
||||||
See <a href="../Hardware-Compatibility">Hardware Compatibility</a>.</p>
|
See <a href="../Hardware-Compatibility">Hardware Compatibility</a>.</p>
|
||||||
<p>Usually the log shows something like this:</p>
|
<p>Usually the log shows something like this:</p>
|
||||||
<pre><code>psram: PSRAM ID read error: 0xffffffff
|
<pre><code>psram: PSRAM ID read error: 0xffffffff
|
||||||
cpu_start: Failed to init external RAM!
|
cpu_start: Failed to init external RAM!
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<h1 id="status">Status</h1>
|
<h2 id="status">Status</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
<h2 id="0x00000100-cam-framebuffer-bad"><code>0x00000100</code> Cam Framebuffer bad</h2>
|
<h3 id="0x00000100-cam-framebuffer-bad"><code>0x00000100</code> Cam Framebuffer bad</h3>
|
||||||
<p>The firmware was unable to initialize the Camera Framebuffer.
|
<p>The firmware was unable to initialize the Camera Framebuffer.
|
||||||
The firmware will continue to work, but other consequential error might arise.
|
The firmware will continue to work, but other consequential error might arise.
|
||||||
A reboot of the device might help.</p>
|
A reboot of the device might help.</p>
|
||||||
|
|||||||
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Reference in New Issue
Block a user