@jugg
是的!通用的。
Posts made by george
-
RE: 使用u盘装了coolpi 4b的镜像固件,如何进入桌面
@2077205173
镜像写入U盘以后,默认就会从U盘启动,你可以去掉EMMC和TF卡模块,机器就会正常进入桌面。 -
RE: COOLPI CM5-EVB fried my laptop
@lexarion
The CM5-EVB board typec interface is only used as a power supply interface and does not need to be connected to a computer normally. And the normal TYPEC input interface has at least 20V OVP function. I don't know why the laptop motherboard is damaged?
The interface for downloading CM5-EVB images is USB 3.0. Please refer to the following document for operation. Thank you for your support.
https://wiki.cool-pi.com/en/home/cm5_quick_start -
RE: no webcam/device not found
@Momo-0
Need to cooperate with testing first to determine where the problem lies?- Connect the LCD cable and use a multimeter to test the ground impedance of the two PINs shown in the figure below
- Disconnect the LCD cable and use the same method to test the ground impedance of two PINs
Test method: Set the multimeter to the diode position, connect the red probe to GND, and connect the black probe to the signal.
-
RE: RTC时间保存问题
@jugg
从上面的信息能够确认RTC的时间是正常的,关机时候是9:49,再开机是:9:57,只是RTC时间没有同步到系统。
日志也提供了方法:timedatectl set-local-rtc 0
-
RE: RTC时间保存问题
@jugg
1.确认你外部电源供电电压是多少V
2.关机之前查看一下硬件RTC的时钟情况,使用如下命令:cat /proc/driver/rtc
3.关机一段时间再开机,再次查看硬件RTC时间
cat /proc/driver/rtc
然后把结果发上来。
-
RE: Ubuntu22.04内核安装问题
@Kanade
建议切换到6.1的背个版本。默认的代码会生成一个头文件的包,解压到/usr目录即可。
https://github.com/coolpi-george/coolpi-kernel -
RE: no webcam/device not found
@Momo-0
From the phenomenon, it appears that there is a hardware malfunction, such as a damaged camera module or connector.
If you have a certain hardware foundation, you can provide drawings and methods to guide troubleshooting. -
RE: coolpi 4b 如何跟新NPU驱动
@young2024
如果需要比较新的NPU驱动,建议内核更新到6.1,百度网盘最新的24.04镜像已经默认使用6.1版本内核。
https://github.com/coolpi-george/coolpi-kernel -
RE: linux header找不到
@jugg
如下命令就会生成头文件目录,拷贝到系统usr/src/linux-headers-5.10.110目录即可make ARCH=arm64 headers_install INSTALL_HDR_PATH=out_headers/usr/src/linux-headers-5.10.110
-
RE: brand new NVMe SSD not detected.
@rtmtree
As shown in the figure below, this control chip only supports the SATA3.0 protocol.
-
RE: brand new NVMe SSD not detected.
@rtmtree
Confirm the specific model of this chip and send it out for me to check the specification sheet.
-
RE: no webcam/device not found
@Momo-0
Confirm that the USB camera device has not been recognized, and verify if other images are functioning properly or if all images are no longer recognized properly. If so, there may be hardware abnormalities.
When the machine is powered off, unplug the LCD cable again. The USB signal of the camera is connected to the LCD cable. -
RE: brand new NVMe SSD not detected.
- Confirm that SSD supports NVME protocol, SATA machines cannot support it
- ls /dev confirm if any nvme devices have been found
- Use commands to format the hard drive
sudo mkfs.ext4 /dev/nvme0*
-
RE: no webcam/device not found
@Momo-0
Please confirm which image you are using, and you can also use the following command to view the USB device:lsusb
-
RE: PLEASE help, the laptop not turn on after pressing power button.
@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 -
RE: Ubuntu Kernel 6.1.75, no wireguard or openvpn modules
@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