This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:vim4:configurations:identify-version [2023/06/13 01:58] nick |
products:sbc:vim4:configurations:identify-version [2023/09/15 00:42] (current) hyphop [VIM4 Versions] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{indexmenu_n> | ||
+ | ~~tag> Amlogic A311D2 A311D2-N0D CPU revisions ~~ | ||
- | ====== VIM4 Identify Version ====== | + | {{indexmenu_n> |
- | ===== Introduction ===== | ||
- | There are two versions of '' | + | ====== |
- | **New VIM4:** | + | There are two versions: [[../]] and [[../# |
- | {{: | + | <WRAP important > |
+ | Only **V13A** and later versions include NPU. | ||
+ | </ | ||
+ | |||
+ | /* | ||
+ | {{: | ||
**VIM4:** | **VIM4:** | ||
Line 16: | Line 20: | ||
{{: | {{: | ||
+ | */ | ||
- | ===== The Difference between VIM4 and New VIM4 ===== | + | ===== VIM4 Versions Differences Reference table |
- | The **VIM4** ships with SoC **A311D2 Revision B**, it is from **T7** family. | + | ^ SBC Name ^ NPU ^ Board version |
+ | | [[../ | ||
+ | | [[../#vim4-with-npu|New VIM4 with NPU]] | 3.2TOPS | ||
- | The **New VIM4** ships with SoC **A311D2 Revision C (A311D2-N0D)**, | ||
- | The main difference between | + | /* |
- | * **New VIM4** has a **3.2TOPS NPU** | + | ===== Identify Version ===== |
- | * **New VIM4** has a new ISP IP | + | |
- | Other parts between **VIM4** and **New VIM4** | + | There are two ways to identify |
+ | */ | ||
- | ===== Identify | + | ===== Identify |
- | There are two ways to identify | + | CPU has a CPU-ID label on the top center side, maybe need to remove |
- | ==== Identify Version via CPU Screen Printing (Directly way) ==== | + | ^ SBC ^ CPU-ID Label ^ |
+ | | VIM4 | A311D2 | ||
+ | | [[../# | ||
- | If you want to identify the version via CPU Screen Printing, you need to remove the heatsink if it is installed. | ||
- | The **VIM4** | + | ===== Software-way identification ===== |
+ | |||
+ | Going into Linux-shell and type | ||
+ | |||
+ | |||
+ | ```shell By CPU Serial Number | ||
+ | grep -ohm1 360[b\|c].* /proc/cpu* | ||
+ | ``` | ||
+ | |||
+ | ```shell by CPU Revision | ||
+ | cat / | ||
+ | ``` | ||
+ | ^ SBC ^ CPU Serial Number | ||
+ | | VIM4 | 360**b**xxxxxxxxxxxxxxxxxxxxxxxxxxxx | ||
+ | | [[../# | ||
- | The **New VIM4** CPU Screen Printing is **A311D2-N0D**. | ||
- | ==== Identify Version via CPU ID (Software way) ==== | ||
- | If you want to identify the version via CPU ID, you need to login the system and check the cpuid informations. | ||
+ | /* | ||
<tabbox Linux 5.4> | <tabbox Linux 5.4> | ||
Line 62: | Line 81: | ||
``` | ``` | ||
</ | </ | ||
+ | |||
You can identify the version via different CPU ID as below: | You can identify the version via different CPU ID as below: | ||
Line 67: | Line 87: | ||
* 360bxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | * 360bxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | ||
* 360cxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | * 360cxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | ||
+ | |||
+ | */ | ||