Skip to content

Commit

Permalink
sometimes no click sound when installing cm5 module (#281)
Browse files Browse the repository at this point in the history
* sometimes no click sound when installing cm5 module

* Add notice not to use screws
  • Loading branch information
c0ffeeca7 authored Dec 31, 2024
1 parent 16bb822 commit cdf26e7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
10 changes: 9 additions & 1 deletion src/procedures/cm5-kit.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@
<li>Optional: Power supply (12 V / 2 A, if PoE is not used)</li>
</ul>
</li>

<li><b>Notice</b>: Don't use screws to fix the module in place. The screws can damage the CM5 module.</li>
</ul>
---
{% render "tools.include.liquid", tools: tools %}
{% render "proc.include.liquid", proc: procedureOpeningCase %}

<div class="container">
<div class="alert alert-note">
<p class="alert-title">Notice</p>
<p class="alert-content">Don't use screws to fix the module in place. The screws can damage the CM5 module.</p>
</div>
</div>

{% render "proc.include.liquid", proc: procedureReseatCM5 %}
{% render "proc.include.liquid", proc: proceduresInstallingHAOSrpiboot %}
{% render "proc.include.liquid", proc: proceduresRunningRpiImagerCM5 %}
Expand Down
9 changes: 5 additions & 4 deletions src/procedures/procedures.11tydata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ procedureReseatCM5:
<li>This requires quite a bit of force. If you don't hear a loud click, it is most likely not fully seated.</li>
</ul>
</li>
<li>Do a visual check to make sure the module is installed correctly: it needs to run parallel to the Home Assistant Yellow board.</li>
<li>It has been reported that on some boards, there is no click sound when pressing the module onto the board. It can still be seated correctly.</li>
<li>Do a visual check to make sure the module is installed correctly: it needs to run parallel to the Home Assistant Yellow board. You can also pull a bit on the sides to make sure it is not loose.</li>
<li><b>Notice</b>: Don't use screws to fix the module in place. The screws can damage the CM5 module.</li>
</ol>
- title: Placing the heat sink
Expand Down Expand Up @@ -439,15 +440,15 @@ proceduresInstallingHAOSrpiboot:
<ul>
<li>On your PC, run rpiboot and let it run through.
<ul>
<li>If you are on a Windows, it might ask you if you want to reformat the disk. Select <b>Cancel</b> each time.</li>
<li>If you are using Windows, it might ask you if you want to reformat the disk. Select <b>Cancel</b> each time.</li>
<li>If you are running an Apple Silicon mac, before running rpiboot, make sure you open the terminal using the “Rosetta” compatibility mode.
</li>
<li>If you are on a Linux or MacOS, use <code>sudo ./rpiboot -d mass-storage-gadget64</code> to run the tool.</li>
<li>If you are using Linux or MacOS, use <code>sudo ./rpiboot -d mass-storage-gadget64</code> to run the tool.</li>
</ul>
</li>
<li>After a few seconds, the yellow LED on the Yellow board should start blinking.</li>
<li>Afterwards, only the green LED should be on.</li>
<li>The module is now ready and to have the Home Assistant Operating System installed on it (next steps).</li>
<li>The module is now ready to have the Home Assistant Operating System installed on it (next steps).</li>
</ul>
proceduresRunningRpiImagerCM5:
title: Installing Home Assistant Software on CM5
Expand Down
9 changes: 9 additions & 0 deletions src/procedures/reseat-cm5.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,19 @@
<ul>
<li>Home&nbsp;Assistant Yellow</li>
<li>Flat nose pliers</li>
<li><b>Notice</b>: Don't use screws to fix the module in place. The screws can damage the CM5 module.</li>
</ul>
---
{% render "tools.include.liquid", tools: tools %}
{% render "proc.include.liquid", proc: procedureOpeningCaseCM5 %}
{% render "proc.include.liquid", proc: procedureRemoveCM4 %}

<div class="container">
<div class="alert alert-note">
<p class="alert-title">Notice</p>
<p class="alert-content">Don't use screws to fix the module in place. The screws can damage the CM5 module.</p>
</div>
</div>

{% render "proc.include.liquid", proc: procedureReseatCM5 %}
{% render "proc.include.liquid", proc: procedureReassembleCase %}

0 comments on commit cdf26e7

Please sign in to comment.