Skip to content

Commit

Permalink
update rackmate
Browse files Browse the repository at this point in the history
Signed-off-by: yoyojacky <yoyojacky2009@gmail.com>
yoyojacky committed Aug 28, 2024
1 parent d741d72 commit 39492b9
Showing 16 changed files with 392 additions and 161 deletions.
14 changes: 7 additions & 7 deletions deskpipro/index.html
Original file line number Diff line number Diff line change
@@ -660,13 +660,13 @@ <h3 id="software-checking-steps">Software checking steps:</h3>
</span></code></pre></div></li>
</ol>
<h4 id="explanation">Explanation:<br></h4>
<p>** <code>p</code> means: print partition table. ** <br>
** <code>n</code> means: new - create new partition. ** <br>
** <code>p</code> means: primary partition.<strong> <br>
** <code>1</code> means: the first partition number. ** <br>
** <code>Enter</code> means: select default cylinder as start cylinder.</strong> <br>
** <code>Enter</code> means: select the whole disk as end cylinder. ** <br>
** <code>w</code> means: save the change to partition table and quit. ** <br></p>
<p><strong> <code>p</code> means: print partition table. </strong> <br>
<strong> <code>n</code> means: new - create new partition. </strong> <br>
<strong> <code>p</code> means: primary partition.</strong> <br>
<strong> <code>1</code> means: the first partition number. </strong> <br>
<strong> <code>Enter</code> means: select default cylinder as start cylinder.</strong> <br>
<strong> <code>Enter</code> means: select the whole disk as end cylinder. </strong> <br>
<strong> <code>w</code> means: save the change to partition table and quit. </strong> <br></p>
<ol>
<li>
<p>Format partition
Binary file added imgs/rackmateT1/DP-0042-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/rackmateT1/DP-0042-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/rackmateT1/DP-0042-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/rackmateT1/DP-0042-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/rackmateT1/DP-0042-packagelist.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -219,5 +219,5 @@ <h3 id="picomate-series">PicoMate Series</h3>

<!--
MkDocs version : 1.4.2
Build Date UTC : 2024-08-26 10:12:40.859399+00:00
Build Date UTC : 2024-08-28 08:42:00.014931+00:00
-->
10 changes: 5 additions & 5 deletions minipc/index.html
Original file line number Diff line number Diff line change
@@ -457,7 +457,7 @@ <h3 id="software">Software</h3>
<h4 id="bootcodebin">bootcode.bin</h4>
<p>Be careful not to overwrite <code>bootcode.bin</code> or <code>bootcode4.bin</code> with the executable from a different subdirectory. The <code>rpiboot</code> process simply looks for a file called <code>bootcode.bin</code> (or <code>bootcode4.bin</code> on BCM2711). However, the file in <code>recovery</code>/<code>secure-boot-recovery</code> directories is actually the <code>recovery.bin</code> EEPROM flashing tool.</p>
<h2 id="how-to-enable-fan-automatically">How to enable fan automatically?</h2>
<p>** Assume that your operating system is Raspberry Pi OS (32bit/64bit) **</p>
<p><strong> Assume that your operating system is Raspberry Pi OS (32bit/64bit) </strong></p>
<h3 id="official-fan-setting">Official Fan setting</h3>
<ul>
<li>Open a terminal and typing following command:</li>
@@ -553,8 +553,8 @@ <h2 id="how-to-enable-onboard-rtc-module">How to enable onboard RTC module?</h2>
<p>** Check RTC time in command line.
<div class="language-bash highlight"><pre><span></span><code><span id="__span-12-1"><a id="__codelineno-12-1" name="__codelineno-12-1" href="#__codelineno-12-1"></a>cat<span class="w"> </span>/proc/driver/rtc<span class="w"> </span>
</span></code></pre></div></p>
<p>** Setting system time
<strong>Syntax</strong>
<p><strong> Setting system time
</strong>Syntax**
<div class="language-bash highlight"><pre><span></span><code><span id="__span-13-1"><a id="__codelineno-13-1" name="__codelineno-13-1" href="#__codelineno-13-1"></a>date<span class="w"> </span><span class="o">[</span>-u<span class="p">|</span>--utc<span class="p">|</span>--universal<span class="o">]</span><span class="w"> </span><span class="o">[</span>MMDDhhmm<span class="o">[[</span>CC<span class="o">]</span>YY<span class="o">][</span>.ss<span class="o">]]</span>
</span></code></pre></div>
For example:
@@ -563,10 +563,10 @@ <h2 id="how-to-enable-onboard-rtc-module">How to enable onboard RTC module?</h2>
</span><span id="__span-14-3"><a id="__codelineno-14-3" name="__codelineno-14-3" href="#__codelineno-14-3"></a>sudo<span class="w"> </span>date<span class="w"> </span><span class="m">053118062023</span>.22<span class="w"> </span>
</span></code></pre></div>
It means setting system time to 2023.05.31 18:06:23. </p>
<p>** Sychronizing system time to HW clock time.
<p><strong> Sychronizing system time to HW clock time.
<div class="language-bash highlight"><pre><span></span><code><span id="__span-15-1"><a id="__codelineno-15-1" name="__codelineno-15-1" href="#__codelineno-15-1"></a>sudo<span class="w"> </span>hwclock<span class="w"> </span>-w
</span></code></pre></div>
** Check RTC time and system time
</strong> Check RTC time and system time
<div class="language-bash highlight"><pre><span></span><code><span id="__span-16-1"><a id="__codelineno-16-1" name="__codelineno-16-1" href="#__codelineno-16-1"></a>sudo<span class="w"> </span>hwclock<span class="w"> </span><span class="p">;</span><span class="w"> </span>date
</span></code></pre></div></p>
<h2 id="faq">FAQ</h2>
88 changes: 44 additions & 44 deletions picomate/index.html
Original file line number Diff line number Diff line change
@@ -296,22 +296,22 @@ <h3 id="rotary-encoder">Rotary Encoder</h3>
<table>
<thead>
<tr>
<th style="text-align: center;">Rotary Encoder Pin</th>
<th style="text-align: center;">On Pico</th>
<th align="center">Rotary Encoder Pin</th>
<th align="center">On Pico</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">A</td>
<td style="text-align: center;">GP7</td>
<td align="center">A</td>
<td align="center">GP7</td>
</tr>
<tr>
<td style="text-align: center;">B</td>
<td style="text-align: center;">GP6</td>
<td align="center">B</td>
<td align="center">GP6</td>
</tr>
<tr>
<td style="text-align: center;">Swith(Optional, Active High Level)</td>
<td style="text-align: center;">GP26</td>
<td align="center">Swith(Optional, Active High Level)</td>
<td align="center">GP26</td>
</tr>
</tbody>
</table>
@@ -386,18 +386,18 @@ <h3 id="096-128x64-oled-display">0.96” 128x64 OLED Display</h3>
<table>
<thead>
<tr>
<th style="text-align: center;">0.96" 128x64 OLED Pin</th>
<th style="text-align: center;">On Pico</th>
<th align="center">0.96" 128x64 OLED Pin</th>
<th align="center">On Pico</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">SCL</td>
<td style="text-align: center;">GP17/I2C0_SCL</td>
<td align="center">SCL</td>
<td align="center">GP17/I2C0_SCL</td>
</tr>
<tr>
<td style="text-align: center;">SDA</td>
<td style="text-align: center;">GP16/I2C0_SDA</td>
<td align="center">SDA</td>
<td align="center">GP16/I2C0_SDA</td>
</tr>
</tbody>
</table>
@@ -446,18 +446,18 @@ <h3 id="pdm-microphone">PDM Microphone</h3>
<table>
<thead>
<tr>
<th style="text-align: center;">PDM Microphone Pin</th>
<th style="text-align: center;">On Pico</th>
<th align="center">PDM Microphone Pin</th>
<th align="center">On Pico</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">CLK</td>
<td style="text-align: center;">GP9</td>
<td align="center">CLK</td>
<td align="center">GP9</td>
</tr>
<tr>
<td style="text-align: center;">DATA</td>
<td style="text-align: center;">GP8</td>
<td align="center">DATA</td>
<td align="center">GP8</td>
</tr>
</tbody>
</table>
@@ -533,18 +533,18 @@ <h3 id="6-axis-imu-sensor">6-Axis IMU Sensor</h3>
<table>
<thead>
<tr>
<th style="text-align: center;">6-Axis IMU sensor Pin</th>
<th style="text-align: center;">On Pico</th>
<th align="center">6-Axis IMU sensor Pin</th>
<th align="center">On Pico</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">SCL</td>
<td style="text-align: center;">GP15/I2C1_SCL</td>
<td align="center">SCL</td>
<td align="center">GP15/I2C1_SCL</td>
</tr>
<tr>
<td style="text-align: center;">SDA</td>
<td style="text-align: center;">GP14/I2C1_SDA</td>
<td align="center">SDA</td>
<td align="center">GP14/I2C1_SDA</td>
</tr>
</tbody>
</table>
@@ -608,18 +608,18 @@ <h3 id="3-axis-magnetometer">3-Axis Magnetometer</h3>
<table>
<thead>
<tr>
<th style="text-align: center;">3-Axis Magnetometer Pin</th>
<th style="text-align: center;">On Pico</th>
<th align="center">3-Axis Magnetometer Pin</th>
<th align="center">On Pico</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">SCL</td>
<td style="text-align: center;">GP15/I2C1_SCL</td>
<td align="center">SCL</td>
<td align="center">GP15/I2C1_SCL</td>
</tr>
<tr>
<td style="text-align: center;">SDA</td>
<td style="text-align: center;">GP14/I2C1_SDA</td>
<td align="center">SDA</td>
<td align="center">GP14/I2C1_SDA</td>
</tr>
</tbody>
</table>
@@ -676,18 +676,18 @@ <h3 id="digital-optical-sensor">Digital Optical Sensor</h3>
<table>
<thead>
<tr>
<th style="text-align: center;">Digital Optical Sensor Pin</th>
<th style="text-align: center;">On Pico</th>
<th align="center">Digital Optical Sensor Pin</th>
<th align="center">On Pico</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">SCL</td>
<td style="text-align: center;">GP15/I2C1_SCL</td>
<td align="center">SCL</td>
<td align="center">GP15/I2C1_SCL</td>
</tr>
<tr>
<td style="text-align: center;">SDA</td>
<td style="text-align: center;">GP14/I2C1_SDA</td>
<td align="center">SDA</td>
<td align="center">GP14/I2C1_SDA</td>
</tr>
</tbody>
</table>
@@ -744,18 +744,18 @@ <h3 id="temperature-humidity-sensor">Temperature &amp; Humidity Sensor</h3>
<table>
<thead>
<tr>
<th style="text-align: center;">Temperature &amp; Humidity Sensor Pin</th>
<th style="text-align: center;">On Pico</th>
<th align="center">Temperature &amp; Humidity Sensor Pin</th>
<th align="center">On Pico</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">SCL</td>
<td style="text-align: center;">GP15/I2C1_SCL</td>
<td align="center">SCL</td>
<td align="center">GP15/I2C1_SCL</td>
</tr>
<tr>
<td style="text-align: center;">SDA</td>
<td style="text-align: center;">GP14/I2C1_SDA</td>
<td align="center">SDA</td>
<td align="center">GP14/I2C1_SDA</td>
</tr>
</tbody>
</table>
31 changes: 22 additions & 9 deletions rackmate/index.html
Original file line number Diff line number Diff line change
@@ -65,6 +65,8 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="#assembling-steps">Assembling Steps</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#youtube-videos">YouTube Videos</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#deskpi">DeskPi</a>
</li>
</ul>
@@ -189,31 +191,42 @@ <h2 id="features">Features</h2>
<li>
<p>Expandability
Both sides are made of translucent acrylic, providing dust resistance and reduced weight.
This design allows direct observation of the cabinet's interior, and users can add ambient lights for decoration.
<img alt="Expandability" src="../imgs/rackmateT1/update/DP-0022-09.png" /></p>
This design allows direct observation of the cabinet's interior, and users can add ambient lights for decoration.</p>
</li>
</ul>
<p><img alt="Expandability" src="../imgs/rackmateT1/update/DP-0022-09.png" /></p>
<h2 id="package-includes">Package Includes</h2>
<p><img alt="PackageIncludes" src="../imgs/rackmateT1/update/DP-0022-10.png" /></p>
<h2 id="optional-accessories">Optional accessories</h2>
<p><img alt="Optional accessories" src="../imgs/rackmateT1/update/DP-0022-11.png" />
<img alt="Optional accessories2" src="../imgs/rackmateT1/update/DP-0022-12.png" /></p>
<p><font color=red> Following accessories are not included in the package,
additional purchase required. </font></br> </p>
<p><img alt="Optional accessories3" src="../imgs/rackmateT1/deskpi_rackmate_t1_accessories.jpg" /> </p>
<ul>
<li>Please search the accessories in <font color=red><a href="https://deskpi.com">https://deskpi.com/</a> </font></br> or click the links below. </li>
</ul>
<h3 id="accessories-purchase-url">Accessories Purchase URL</h3>
<p><img alt="shoppingChart" src="../imgs/picomate/shoppingchart.jpg" style="height:50px;width:50px" />
<img alt="thumbsup" src="../imgs/rackmateT1/update/thumbsup.png" style="height:50px;width:50px" /></p>
<ul>
<li>Rack Shell <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi">DP-0031</a></li>
<li>Blank Pannel <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi-accessories-blank-pannel">DP-0032</a></li>
<li>SBC Shell <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi-accessories-sbc-shell">DP-0033</a></li>
<li>10-Inch Network Switch <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi-rackmate-accessory-10-inch-network-switch">DP-0034</a></li>
<li>Mini ITX Shell <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi-rackmate-accessory-mini-itx-shell">DP-0035</a></li>
<li>Rack Shell: <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi">DP-0031</a></li>
<li>Blank Pannel; <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi-accessories-blank-pannel">DP-0032</a></li>
<li>SBC Shell: <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi-accessories-sbc-shell">DP-0033</a></li>
<li>10-Inch Network Switch: <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi-rackmate-accessory-10-inch-network-switch">DP-0034</a></li>
<li>Mini ITX Shell: <a href="https://deskpi.com/collections/deskpi-rack-mate/products/deskpi-rackmate-accessory-mini-itx-shell">DP-0035</a></li>
<li>CAT6A Ethernet Cable(0.2M): <a href="https://deskpi.com/collections/new-arrival/products/4-pack-3-8mm-0-2m-snagless-short-shielded-cat6a-ethernet-cable">L-0094</a> </li>
<li>CAT6A Ethernet Cable(0.5M): <a href="https://deskpi.com/collections/new-arrival/products/4-pack-3-8mm-0-5m-snagless-short-shielded-cat6a-ethernet-cable">L-0095</a> </li>
<li>DC PDU Lite 7-CH 0.5U Switch: <a href="../rackmate_accessories/">DP-0042</a> </li>
</ul>
<p><font color=red>Get ready for the upcoming release of the DC PDU Lite 7-CH 0.5U Switch DP-0042 on September 1st. Stay tuned for more details!</font></p>
<h2 id="multiple-usages-accroding-to-your-requrement">Multiple Usages accroding to your requrement</h2>
<p><img alt="Usages" src="../imgs/rackmateT1/update/DP-0022-13.png" /></p>
<h2 id="primary-user-scenarios">Primary User Scenarios</h2>
<p><img alt="Scenarios" src="../imgs/rackmateT1/update/DP-0022-14.png" /></p>
<h2 id="assembling-steps">Assembling Steps</h2>
<p><img alt="Assembling Steps" src="../imgs/rackmateT1/update/DP-0022-15.png" /></p>
<h2 id="youtube-videos">YouTube Videos</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/mwcAfQ94cXg?si=L08mH2LI2iv1c-lC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<h2 id="deskpi">DeskPi</h2>
<p><img alt="DeskPi announcement" src="../imgs/rackmateT1/update/DP-0022-16.png" /></p>

Loading

0 comments on commit 39492b9

Please sign in to comment.