Deployed 6e7d4ef with MkDocs version: 1.4.2

This commit is contained in:
github-actions[bot]
2023-03-07 23:06:06 +00:00
parent fcb0b138c0
commit acc9ddd5e0
2 changed files with 16 additions and 4 deletions

View File

@@ -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 --&gt;TODO!!!</p> <p>From here --&gt;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>

Binary file not shown.