Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim4:configurations:identify-version

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
products:sbc:vim4:configurations:identify-version [2023/09/10 01:05]
hyphop old revision restored (2023/09/10 00:58)
products:sbc:vim4:configurations:identify-version [2023/09/14 06:45]
hyphop [Table]
Line 6: Line 6:
  
 ====== VIM4 Versions ====== ====== VIM4 Versions ======
 +
 +WIP:
  
 There are two versions: [[../]] and [[../#vim4-with-npu|New VIM4 with NPU]]. There are two versions: [[../]] and [[../#vim4-with-npu|New VIM4 with NPU]].
Line 24: Line 26:
 ===== VIM4 Versions Differences Reference table  ===== ===== VIM4 Versions Differences Reference table  =====
  
-^ SBC                                      ^ NPU      ^ version        ^ Top Side                                                   ^ CPU Face                                                                    ^  CPU ID Label   ^ CPU Revision  ^ ISP         ^ CPU Serial Number +^ SBC Name                                 ^ NPU      ^ Board version  ^ Top Side                                   ^ CPU Package                                  ^  CPU ID Label    ^ CPU Revision  ^ ISP                                               [[#identify-by-cpu-serial-number-software-way|CPU Serial Number]]  ^ 
-| [[../]]                                  | no       | V12            | {{../hardware/vim4-top-side.webp?40}}      | {{vim4-cpu-label.png?40|A311D2}}          | ''A311D2''      | B                         | **360b**...        +| [[../]]                                  | no       | V12            | {{../hardware/vim4-top-side.webp?40}}      | {{vim4-cpu-label.png?40|A311D2}}          | ''A311D2''       | B                                                               | **360b**...                                                        
-| [[../#vim4-with-npu|New VIM4 with NPU]]  | 3.2TOPS  | from **V13A**  | {{../hardware/new-vim4-top-side.webp?40}}  | {{vim4-new-cpu-label.png?40|A311D2-N0D}}  | ''A311D2\_N0D''  | C             | new ISP IP  | **360c**...        |+| [[../#vim4-with-npu|New VIM4 with NPU]]  | 3.2TOPS  | from **V13A**  | {{../hardware/new-vim4-top-side.webp?40}}  | {{vim4-new-cpu-label.png?40|A311D2-N0D}}  | ''A311D2-N0D''  | C             | [[../add-ons/new-vim4-mipi-camera|new ISP core]]  | **360c**...                                                        |
  
  
Line 40: Line 42:
 CPU has a CPU-ID label on the top center side, maybe need to remove the heatsink if it is installed. 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  ^ +^ SBC                                      ^ CPU-ID Label  ^ 
-| VIM4               | A311D2        | +| VIM4                                     | A311D2        | 
-| New VIM4 with NPU  | A311D2-N0D    |+| [[../#vim4-with-npu|New VIM4 with NPU]]  | A311D2-N0D    |
  
  
-===== Software-way - identify by CPU Serial Number =====+===== Software-way identification =====
  
-Going into Linux-shell and type, to get CPU serial number +Going into Linux-shell and type 
  
-```shell+ 
 +```shell By CPU Serial Number
 grep -ohm1 360[b\|c].* /proc/cpu* grep -ohm1 360[b\|c].* /proc/cpu*
 ``` ```
  
- +```shell by CPU Revision 
-^ SBC               ^ CPU Serial Number   +cat /sys/devices/soc0/revision 
-| VIM4              | 360**b**xxxxxxxxxxxxxxxxxxxxxxxxxxxx | +``` 
-| New VIM4 with NPU | 360**c**xxxxxxxxxxxxxxxxxxxxxxxxxxxx |+^ SBC                                      ^ CPU Serial Number                     ^ CPU Revision  
 +| VIM4                                     | 360**b**xxxxxxxxxxxxxxxxxxxxxxxxxxxx  | 36:b - 1:1    
 +| [[../#vim4-with-npu|New VIM4 with NPU]]  | 360**c**xxxxxxxxxxxxxxxxxxxxxxxxxxxx  | 36:c - 1:2    |
  
  
Last modified: 2023/09/15 00:42 by hyphop