This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:vim-5:configurations:identify-version [2026/09/15 02:08] nick removed |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ~~tag> Amlogic A311D2 A311D2-N0D CPU revisions ~~ | ||
| - | |||
| - | {{indexmenu_n> | ||
| - | |||
| - | |||
| - | ====== VIM4 Versions ====== | ||
| - | |||
| - | There are two versions: [[../]] and [[../# | ||
| - | |||
| - | <WRAP important > | ||
| - | Only **V13A** and later versions include NPU. | ||
| - | </ | ||
| - | |||
| - | /* | ||
| - | {{: | ||
| - | |||
| - | **VIM4:** | ||
| - | |||
| - | {{: | ||
| - | |||
| - | */ | ||
| - | |||
| - | ===== VIM4 Versions Differences Reference table ===== | ||
| - | |||
| - | ^ SBC Name ^ NPU ^ Board version | ||
| - | | [[../ | ||
| - | | [[../# | ||
| - | |||
| - | |||
| - | /* | ||
| - | ===== Identify Version ===== | ||
| - | |||
| - | There are two ways to identify the version of your VIM4. | ||
| - | |||
| - | */ | ||
| - | |||
| - | ===== Identify by CPU Screen Printing ===== | ||
| - | |||
| - | CPU has a CPU-ID label on the top center side, maybe need to remove the heatsink if it is installed. | ||
| - | |||
| - | ^ SBC ^ CPU-ID Label ^ | ||
| - | | VIM4 | A311D2 | ||
| - | | [[../# | ||
| - | |||
| - | |||
| - | ===== 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 | ||
| - | | [[../# | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | /* | ||
| - | <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 '' | ||
| - | |||
| - | */ | ||
| - | |||