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/05 04:49] nick |
products:sbc:vim4:configurations:identify-version [2023/09/15 00:42] (current) hyphop [VIM4 Versions] |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | ~~tag> Amlogic A311D2 A311D2-N0D CPU revisions ~~ | ||
+ | |||
{{indexmenu_n> | {{indexmenu_n> | ||
- | ====== VIM4 Identify Version | + | ====== VIM4 Versions |
- | ===== Introduction ===== | + | There are two versions: [[../]] and [[../# |
- | There are two versions of '' | + | <WRAP important > |
+ | Only **V13A** | ||
+ | </ | ||
- | ===== The Difference between VIM4 and New VIM4 ===== | + | /* |
+ | {{: | ||
- | The **VIM4** | + | **VIM4:** |
- | The **New VIM4** ships with SoC **A311D2 Revision C (A311D2-N0D)**, it is from **T7C** family. | + | {{: |
- | The main difference between | + | */ |
- | * **New VIM4** has a **3.2TOPS NPU** | + | |
- | * **New VIM4** has a new ISP IP | + | |
- | Other parts between **VIM4** and **New VIM4** are almost the same. | + | ===== VIM4 Versions Differences Reference table ===== |
+ | ^ SBC Name ^ NPU ^ Board version | ||
+ | | [[../ | ||
+ | | [[../# | ||
+ | |||
+ | /* | ||
===== Identify Version ===== | ===== Identify Version ===== | ||
There are two ways to identify the version of your VIM4. | There are two ways to identify the version of your VIM4. | ||
- | ==== Identify Version via CPU Screen Printing (Directly way) ==== | + | */ |
- | If you want to identify the version via CPU Screen Printing, you need to remove the heatsink if it is installed. | + | ===== Identify by CPU Screen Printing |
- | The **VIM4** | + | CPU has a CPU-ID label on the top center side, maybe need to remove the heatsink if it is installed. |
- | The **New VIM4** CPU Screen Printing is **A311D2-N0D**. | + | ^ SBC ^ CPU-ID Label ^ |
+ | | VIM4 | A311D2 | ||
+ | | [[../# | ||
- | ==== 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 via command '' | + | ===== Software-way identification ===== |
- | You can identify the version via different CPU ID as below: | + | Going into Linux-shell and type |
- | * 360bxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | ||
- | * 360cxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | ||
+ | ```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 | ||
+ | | [[../# | ||
- | ===== Server OS (Headless) ===== | ||
+ | /* | ||
+ | <tabbox Linux 5.4> | ||
+ | |||
+ | You can use command '' | ||
+ | |||
+ | ```shell | ||
+ | cat / | ||
+ | ``` | ||
+ | |||
+ | <tabbox Linux 5.15> | ||
+ | |||
+ | You can use command '' | ||
+ | |||
+ | ```shell | ||
+ | cat / | ||
+ | ``` | ||
+ | </ | ||
+ | |||
+ | |||
+ | You can identify the version via different CPU ID as below: | ||
+ | |||
+ | * 360bxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | ||
+ | * 360cxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | ||
+ | */ | ||