This shows you the differences between two versions of the page.
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> | {{indexmenu_n> | ||
- | ====== VIM4 Auto Login ====== | + | ====== VIM4 Versions |
- | ===== Introduction ===== | + | There are two versions: [[../]] and [[../# |
- | This page mainly introduces automatic login under Ubuntu. | + | <WRAP important > |
+ | Only **V13A** and later versions include NPU. | ||
+ | </ | ||
- | ===== Desktop OS ===== | + | /* |
+ | {{: | ||
+ | **VIM4:** | ||
- | Check '' | + | {{: |
- | ===== Server OS (Headless) ===== | + | */ |
- | **For tty1-tty6**: | + | ===== VIM4 Versions Differences Reference table ===== |
- | ```shell | + | ^ SBC Name ^ NPU ^ Board version |
- | sudo cp /lib/systemd/system/getty@.service | + | | [[../]] | no | V12 | {{../hardware/vim4-top-side.webp? |
- | sudo sed -i "s/ExecStart=.*/ExecStart=-\/sbin\/agetty | + | | [[../# |
+ | |||
+ | |||
+ | /* | ||
+ | ===== 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 / | ||
+ | ``` | ||
+ | ^ SBC ^ CPU Serial Number | ||
+ | | VIM4 | 360**b**xxxxxxxxxxxxxxxxxxxxxxxxxxxx | ||
+ | | [[../# | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /* | ||
+ | <tabbox Linux 5.4> | ||
+ | |||
+ | You can use command '' | ||
```shell | ```shell | ||
- | sudo cp /lib/systemd/ | + | cat /proc/cpuinfo | grep Serial | awk ' |
- | sudo sed -i " | + | |
``` | ``` | ||
- | <WRAP info > | + | <tabbox Linux 5.15> |
- | Reboot | + | |
- | </ | + | You can use command '' |
- | <WRAP tip > | ||
- | If you want to recovery the login prompt, please follow the steps below: | ||
```shell | ```shell | ||
- | sudo mv /lib/systemd/ | + | cat /proc/cpu_chipid| grep Serial | awk ' |
- | sudo mv / | + | |
``` | ``` | ||
- | </WRAP> | + | </tabbox> |
+ | |||
+ | |||
+ | You can identify the version via different CPU ID as below: | ||
+ | |||
+ | * 360bxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | ||
+ | * 360cxxxxxxxxxxxxxxxxxxxxxxxxxxxx - If the serial starts with '' | ||
+ | |||
+ | */ | ||