@Momo-0
Please confirm which image you are using, and you can also use the following command to view the USB device:
lsusb
@Momo-0
Please confirm which image you are using, and you can also use the following command to view the USB device:
lsusb
@rtmtree
The 8MB is SPI-NOR memory, which stores bootloader and UBOOT internally. If the disk is formatted, it will not start properly. Don't worry, just update the image again. Provide an update method later.
Refer to the following document:
https://github.com/coolpi-george/Docs/blob/main/cm5-notebook/update-loader.md
@Momo-0
Add the configuration as shown in the following figure, and then compile and update the kernel.
diff --git a/arch/arm64/configs/rk3588_cpcm5_notebook_v20_defconfig b/arch/arm64/configs/rk3588_cpcm5_notebook_v20_defconfig
index e6dba9677bd9..fe61fbaa04ef 100644
--- a/arch/arm64/configs/rk3588_cpcm5_notebook_v20_defconfig
+++ b/arch/arm64/configs/rk3588_cpcm5_notebook_v20_defconfig
@@ -309,6 +309,8 @@ CONFIG_BLK_DEV_DM=y
CONFIG_DM_THIN_PROVISIONING=y
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
+CONFIG_WIREGUARD=m
+CONFIG_WIREGUARD_DEBUG=y
CONFIG_MACVLAN=y
CONFIG_IPVLAN=y
CONFIG_VXLAN=y
@Momo-0
Please provide detailed error message.
@emtohere
机器默认刷机是使用etcher来刷。不是用RK官方工具,上电多次按开机按键,机器就会进入UMS模式,然后使用etcher软件加载固件,选择设备刷机即可。
@zehui
The image package we released has already installed the GPU driver by default. Regarding the issue of video playback lag, it has nothing to do with the GPU driver, mainly the VPU. Our image has integrated ffmpeg hardware decoding driver, which can support local video hardware decoding. If it is a network video, due to the system's default browser using snap mode, the hardware decoder cannot be called and can only be decoded through CPU software, resulting in lower smoothness and power consumption.
@Momo-0
Using the kernel at the following address, after compilation, headers. tar. gz will be generated, and then decompressed to the/usr directory.
https://github.com/coolpi-george/coolpi-kernel
@enok71
I don't have a direct understanding of what happened to this computer, why does it seem to have so many impurities inside.
If you need any information, please send an email to george@cool-pi.com

The TM-CP1B is a compact industrial DTU modem for data acquisition, Modbus Gateway, and communication applications. It comes with 1 x RS485 、 1 x RS232 serial ports and 1x 10/100 Mbps Ethernet port, as well as a built-in socket to support 4G LTE、WIFI and LoRa cellular modules.




@reukiodo
Hardware versions after V20 can support TYPEC PD charging, but it can only be used when turned on, and only supports adapter charging when turned off.
@plumlis
Thank you very much for your recommendation, there are many very good applications.
WCHAT
https://cool-pi.com/topic/630/cm5-laptop-install-wchat?_=1727100045659
QQ
https://im.qq.com/linuxqq/download.html

Select arm64 version, download the installation package in deb format, and then use the following command to install:
sudo dpkg -i *.deb
WPS
The WPS official website has removed the installation package for ARM64 architecture, which can be downloaded and installed through Baidu Cloud or OneDrive.
VSCODE
https://code.visualstudio.com/Download#

Select arm64 version, download the installation package in deb format, and then use the following command to install:
sudo dpkg -i *.deb
向日葵
https://sunlogin.oray.com/download/linux?type=ent

Select arm64 version, download the installation package in deb format, and then use the following command to install:
sudo dpkg -i *.deb
KICAD
Install directly using the following command :
sudo dpkg -i kicad*

Open the following address and download the file with the. flatpak suffix.
https://github.com/web1n/wechat-universal-flatpak/releases
Select the following aarch64 version

Right click on the download directory and open the terminal, enter the following command to install flatpak
sudo apt-get install flatpak
Enter the following command to configure
sudo flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo
Enter the following command to install WeChat
flatpak install com.tencent.WeChat.flatpak
Copy icon
sudo cp /var/lib/flatpak/app/com.tencent.WeChat/current/active/export/share/ applications/com.tencent.WeChat.desktop /usr/share/applications/
sudo cp -R /var/lib/flatpak/app/com.tencent.WeChat/current/active/export/share/icons/hicolor/* /usr/share/icons/hicolor/
Preview
