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

Next revision
Previous revision
products:sbc:vim4:configurations:identify-version [2023/06/05 04:25]
nick created
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>55}} {{indexmenu_n>55}}
  
  
-====== VIM4 Auto Login ======+====== VIM4 Versions ======
  
-===== Introduction =====+There are two versions: [[../]] and [[../#vim4-with-npu|New VIM4 with NPU]].
  
-This page mainly introduces automatic login under Ubuntu.+<WRAP important > 
 +Only **V13A** and later versions include NPU. 
 +</WRAP>
  
-===== Desktop OS =====+/* 
 +{{:products:sbc:vim4:hardware:new-vim4-top-side.webp?400|}}
  
 +**VIM4:**
  
-Check ''Settings''->''Users''->''Automatic Login''.+{{:products:sbc:vim4:hardware:vim4-top-side.webp?400|}}
  
-===== Server OS (Headless) =====+*/
  
-**For tty1-tty6**:+===== VIM4 Versions Differences Reference table  =====
  
-```shell +^ 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]]  ^ 
-sudo cp /lib/systemd/system/getty@.service /lib/systemd/system/getty@.service.backup +| [[../]]                                  | no       | V12            | {{../hardware/vim4-top-side.webp?40}}      | {{vim4-cpu-label.png?40|A311D2}}          | ''A311D2''       | B                                                               | **360b**...                                                        | 
-sudo sed -i "s/ExecStart=.*/ExecStart=-\/sbin\/agetty --noclear --autologin khadas \%I \$TERM/g" /lib/systemd/system/getty@.service+| [[../#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**...                                                        | 
 + 
 + 
 +/
 +===== 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        | 
 +| [[../#vim4-with-npu|New VIM4 with NPU]]  | A311D2-N0D    | 
 + 
 + 
 +===== Software-way identification ===== 
 + 
 +Going into Linux-shell and type  
 + 
 + 
 +```shell By CPU Serial Number 
 +grep -ohm1 360[b\|c].* /proc/cpu*
 ``` ```
  
-**For ttyS0**:+```shell by CPU Revision 
 +cat /sys/devices/soc0/revision 
 +``` 
 +^ 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    | 
 + 
 + 
 + 
 + 
 +/* 
 +<tabbox Linux 5.4> 
 + 
 +You can use command ''uname -r'' to get your kernel version, if your kernel version is ''5.4.xxx'' then you can use the command below to get the cpuid.
  
 ```shell ```shell
-sudo cp /lib/systemd/system/serial-getty@.service /lib/systemd/system/serial-getty@.service.backup +cat /proc/cpuinfo | grep Serial | awk '{print $3}'
-sudo sed -i "s/ExecStart=.*/ExecStart=-\/sbin\/agetty --autologin khadas --keep-baud 921600,115200,38400,9600 \%I \$TERM/g" /lib/systemd/system/serial-getty@.service+
 ``` ```
  
-<WRAP info +<tabbox Linux 5.15
-Reboot to take effect. + 
-</WRAP>+You can use command ''uname -r'' to get your kernel version, if your kernel version is ''5.15.xxx'' then you can use the command below to get the cpuid.
  
-<WRAP tip > 
-If you want to recovery the login prompt, please follow the steps below: 
 ```shell ```shell
-sudo mv /lib/systemd/system/getty@.service.backup /lib/systemd/system/getty@.service +cat /proc/cpu_chipid| grep Serial | awk '{print $2}'
-sudo mv /lib/systemd/system/serial-getty@.service.backup /lib/systemd/system/serial-getty@.service+
 ``` ```
-</WRAP>+</tabbox> 
 + 
 + 
 +You can identify the version via different CPU ID as below: 
 + 
 +  * 360bxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with ''360b'' then it is **VIM4** 
 +  * 360cxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with ''360c'' then it is **New VIM4** 
 + 
 +*/
  
  
Last modified: 2023/06/05 04:25 by nick