@jugg
测试如下核心板位置,关机的状态下电源是否正常?
Posts
-
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