Difference between revisions of "Getting started with AI on NXP i.MX8M Plus/Introduction/Overview/i.MX8M Plus hardware specifications"

From RidgeRun Developer Connection
Jump to: navigation, search
m
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<noinclude>
 +
{{Getting started with AI on NXP i.MX8M Plus/Head|previous=Introduction/Overview|next=Introduction/Overview/Development tools|metakeywords=i.MX8M Plus hardware specification, Variscite DART-MX8M-PLUS, Winograd Algorithm}}
 +
</noinclude>
  
<figure>
+
 
  <figcaption>Characteristics with positive and negative sides</figcaption>
+
<!-- If you want a custom title for the page, un-comment and edit this line:
  <p>Characteristics are given in the second column, with the
+
{{DISPLAYTITLE:Getting started with AI on NXP i.MX8M Plus - <descriptive page name>|noerror}}
  negative side in the left column and the positive side in the right column.</p>
+
-->
  <table>
+
 
    <thead>
+
The board used in this entire research is the Variscite DART-MX8M-PLUS based on NXP i.MX8M Plus and some of the main characteristics are listed in the table below.
      <tr>
+
 
        <th id="n">Negative</th>
+
{| class="wikitable"  
        <th>Characteristic</th>
+
|- style="font-weight:bold;"
        <th id="p">Positive</th>
+
! Hardware module
      </tr>
+
! Specification
    </thead>
+
|-
    <tbody>
+
| CPU
      <tr>
+
| - 4 cores ARM Cortex A53.<br />- Frequency: [1200, 1800] Hz.<br />- Supported 32 and 64 bits.<br />- One thread per core.
        <td headers="n r1">Sad</td>
+
|-
        <th id="r1">Mood</th>
+
| GPU
        <td headers="p r1">Happy</td>
+
| - 3D GPU GC7000UltraLite.<br />- 2D GPU GC520L.
      </tr>
+
|-
      <tr>
+
| NPU
        <td headers="n r2">Failing</td>
+
| - Reaches up to 2.3 TOP/s.<br />- Optimized for voice and image<br /> recognition, object detection. <br />- Uses Winograd Algorithm. <br />- Supports 8 and 16 bits operations. 
        <th id="r2">Grade</th>
+
|-
        <td headers="p r2">Passing</td>
+
| RAM
      </tr>
+
| - 4 GB.<br />- LPDDR4-4000.
    </tbody>
+
|}
  </table>
+
 
</figure>
+
{{Ambox
 +
|type=notice
 +
|small=left
 +
|issue='''Note:''' For more information please visit the Official [https://variwiki.com/index.php?title=DART-MX8M-PLUS Variscite site].
 +
|style=width:unset;
 +
}}
 +
 
 +
<noinclude>
 +
{{Getting started with AI on NXP i.MX8M Plus/Foot|Introduction/Overview|Introduction/Overview/Development tools}}
 +
</noinclude>

Latest revision as of 11:03, 21 March 2023




NXP Partner Program Registered Vertical.jpg NXP Partner Program Horizontal.jpg
Previous: Introduction/Overview Index Next: Introduction/Overview/Development tools




The board used in this entire research is the Variscite DART-MX8M-PLUS based on NXP i.MX8M Plus and some of the main characteristics are listed in the table below.

Hardware module Specification
CPU - 4 cores ARM Cortex A53.
- Frequency: [1200, 1800] Hz.
- Supported 32 and 64 bits.
- One thread per core.
GPU - 3D GPU GC7000UltraLite.
- 2D GPU GC520L.
NPU - Reaches up to 2.3 TOP/s.
- Optimized for voice and image
recognition, object detection.
- Uses Winograd Algorithm.
- Supports 8 and 16 bits operations.
RAM - 4 GB.
- LPDDR4-4000.


Previous: Introduction/Overview Index Next: Introduction/Overview/Development tools