@Momo-0
Leave the address and arrange a new camera module for you.
Global Moderators
Forum wide moderators
Posts
-
RE: webcam missing
-
RE: webcam missing
@Momo-0
From the log information, it appears that there is an issue with the USB camera enumeration. There may be two possible scenarios: 1. Camera damage 2. Cable damage. -
RE: 刷了系统不启动,怎么回事?
@zehui
The use of cloud storage images requires updating uboot to the latest version. Currently, RK3588/3588S uses a unified image, and machine models are distinguished in uboot. As for the partitions of the image, they are boot and rootfs. Boot stores kernel related files.
As shown in the following figure:
-
RE: Cool Pi Cm5-Laptop Linux Quick Start Guide
@Momo-0
Apply the following patch and compile to replace the kernel.diff --git a/arch/arm64/configs/coolpi_linux_defconfig b/arch/arm64/configs/coolpi_linux_defconfig index ad6ce0822318..9e8eef746b06 100755 --- a/arch/arm64/configs/coolpi_linux_defconfig +++ b/arch/arm64/configs/coolpi_linux_defconfig @@ -313,6 +313,7 @@ CONFIG_BLK_DEV_DM=y CONFIG_DM_THIN_PROVISIONING=y CONFIG_NETDEVICES=y CONFIG_DUMMY=y +CONFIG_WIREGUARD=y CONFIG_MACVLAN=y CONFIG_IPVLAN=y CONFIG_VXLAN=y
-
RE: CM5详细资料在哪找,gpio引脚怎么定义的
@ytfycy
如下链接获取CM5-EVB的原理图和PCB文件。
https://www.cool-pi.com/docs/coolpi-cm5-evb-reference-design/ -
RE: CM5 硬件设计资料网页链接现在已经失效了
@樱月樱诗
资料正在移动到如下位置,需要更详细资料也可以发邮件george@cool-pi.com索取
https://www.cool-pi.com/docs-category/cm5/ -
RE: Cool Pi Cm5-Laptop Linux Quick Start Guide
@Momo-0
The mirror in May will include this modification. -
RE: Cool Pi Cm5-Laptop Linux Quick Start Guide
@petersen77
Modify the config file as shown in the following figure, then recompile and replace the kernel.diff --git a/arch/arm64/configs/coolpi_linux_defconfig b/arch/arm64/configs/coolpi_linux_defconfig index 76e84eb3e9b7..45cd2e0d149b 100755 --- a/arch/arm64/configs/coolpi_linux_defconfig +++ b/arch/arm64/configs/coolpi_linux_defconfig @@ -1044,6 +1044,7 @@ CONFIG_ZISOFS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=936 CONFIG_FAT_DEFAULT_IOCHARSET="utf8" +CONFIG_EXFAT_FS=y CONFIG_NTFS_FS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y
-
RE: Ubuntu 8K显示 如何解决
@Yan2001AJ
之前有发现ubuntu双屏或者三屏不同分辨率会异常,先确认2个相同分辨率比如两个1080P显示是否OK。