• no usb-c charging

    PI CM5 Laptop
    2
    0 Votes
    2 Posts
    629 Views
    G

    @Momo-0
    At present, PD charging only supports charging when turned on, and does not currently support charging when turned off. The protocol only supports TYPEC PD format and does not support QC standards. So you need to use an adapter with TYPEC interfaces on both ends as shown in the following figure:
    725d4ebd-d9b9-45ea-8bc1-5964d7fddb3d-image.png

  • 系统启动问题

    Pi 4B
    4
    0 Votes
    4 Posts
    872 Views
    G

    @happyday

    systemctl poweroff
  • CM5编译xdma出现问题

    Pi CM5
    10
    0 Votes
    10 Posts
    1k Views
    A

    @george 2024-05-23 03-47-17屏幕截图.png
    抱歉,再请教一下。如图,make的时候提示没有规则可制作目标。
    2024-05-23 03-49-24屏幕截图.png
    这是参考文档进行链接,源驱动前面路径。
    2024-05-23 03-49-57屏幕截图.png
    这是参考文档链接方法/
    2024-05-23 03-50-24屏幕截图.png
    2024-05-23 03-53-55屏幕截图.png
    2024-05-23 03-55-01屏幕截图.png
    这两个链接是有效的,可以指向源代码。

    以上,帮忙看看我理解和link的是否有问题。还请帮忙看一下这个问题,万分感谢!

  • Constant noise from speakers?

    PI CM5 Laptop
    6
    0 Votes
    6 Posts
    891 Views
    G

    @Ranomez
    This machine is the latest version of V20, and I have understood the issue you have reported:

    This noise is the bottom noise of the audio codec that is amplified by the power amplifier and output. In fact, the native bottom noise is very small, which can be confirmed by inserting headphones. It's only after being amplified by the amplifier that you can hear it near the ear at the speaker end. To avoid this common problem, the traditional approach is to only turn on the amplifier circuit when there is audio output, and then turn off the amplifier after the audio is played. This way, the normal sound output will cover the background noise, as shown in the driver code below: static int es8316_mute(struct snd_soc_dai *dai, int mute, int direction) { struct snd_soc_component *component = dai->component; struct es8316_priv *es8316 = snd_soc_component_get_drvdata(component); es8316->muted = mute; if (mute) { es8316_enable_spk(es8316, false); msleep(100); snd_soc_component_write(component, ES8316_DAC_SET1_REG30, 0x20); } else { snd_soc_component_write(component, ES8316_DAC_SET1_REG30, 0x00); msleep(130); if (!es8316->hp_inserted) es8316_enable_spk(es8316, true); } return 0; } Your current operating method is to only turn on the amplifier without normal audio data output, which is equivalent to the amplifier only amplifying background noise data. So what the speaker hears is the amplified background noise. The current situation I have tested here is that the ear needs to be close to the speaker to hear, which cannot be heard in normal usage scenarios. Later, we will try to adjust the gain configuration of the amplifier at the driver end, hoping to reduce the amplitude of this noise, but it is unrealistic to completely eliminate it.
  • 0 Votes
    2 Posts
    880 Views
    G

    @Android2002
    这个需要使用etcher工具烧录,不是瑞芯微开发工具。

  • Customer review: The Cm5-Laptop

    PI CM5 Laptop
    4
    1 Votes
    4 Posts
    2k Views
    ?

    @george

    Thanks for your reply and insight. As for the thickness of the shell, i actually think that is a positive point, the thick shell makes it very well suited for people like me (ict-manager) I feels like it will travel well: The sturdiness, passive cooling, power efficiency and having a large battery is just what i need.
    As for the RTL driver slowing boot time, thanks for the info. If i used the AX200 instead i probably wouldn't have known about it.

    If i where to put my finger in something, (im being really nit-picky now) The charger has an awkward shape (43mm wide). Asus has a nice 12v 3A charger (36mm wide) with the correct 4.0x1.7 plug. Just ordered an off-brand variant for 25$ (inc. shipping and vat)

    asus_charger.webp

    Having used it for about a week now, there is very little that i would change about the laptop itself, (Optional back-lit keyboard maybe?)
    When kernel support hits mainline, I think the CM5 laptop will become interesting to a wider group of people.

  • U盘烧录镜像疑问

    Pi 4B
    2
    0 Votes
    2 Posts
    986 Views
    G

    @happyday
    是的U盘相当于硬盘,机器会优先从U盘启动。不需要做其它操作。制作U盘镜像之前建议先格式化一下U盘。

  • 刷机遇到切换存储emmc失败

    Pi CM5
    21
    0 Votes
    21 Posts
    2k Views
    Z

    @mxpfeng 可以仿照这个,我理解5b的串口配置应该都差不多。
    https://cool-pi.com/topic/26/coolpi-4b-debug-console串口接线配置说明?_=1715909783162

    然后这种串口转USB的线淘宝上随便两三块钱买一个就好: 【淘宝】https://m.tb.cn/h.g2Q4mDj?tk=K3ZoWF1EmbK CZ3452 「黑PL2303HX USB转TTL RS232模块升级 USB转串口下载线中九刷机线」
    点击链接直接打开 或者 淘宝搜索直接打开

  • 两个网口的link和active信号问题

    Pi CM5
    5
    0 Votes
    5 Posts
    900 Views
    adminA

    @qys2022
    老哥你好,请问你们的自制底板进展怎么样了呢?
    我最近也在为CM5设计底板,不知道这个难度怎么样呢?方便邮箱交流吗?

  • Freeze after touching around spacebar

    PI CM5 Laptop
    6
    0 Votes
    6 Posts
    2k Views
    G

    @max
    I'm very sorry for any inconvenience caused. Thank you for the support of your Coolpi product. I have applied to the company for a new V20 motherboard for you free of charge. Please email your receiving address. george@cool-pi.com

  • Compiling armbian for the V10 CoolPI Laptops

    PI CM5 Laptop
    7
    0 Votes
    7 Posts
    1k Views
    Y

    @george

    0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3588 (rev 01) 0000:01:00.0 Non-Volatile memory controller: Micron Technology Inc Device 6001 (rev 03) 0003:30:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3588 (rev 01) 0003:31:00.0 Network controller: Broadcom Inc. and subsidiaries Device 449d (rev 02) Bus 006 Device 002: ID 0781:5581 SanDisk Corp. Ultra Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 003: ID 058e:3864 Tripath Technology, Inc. USB Camera Bus 002 Device 002: ID 1a86:8091 QinHeng Electronics USB HUB Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 002: ID 1c4f:006b SiGma Micro USB Keyboard Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  • Any plan to release new armbian version?

    PI CM5 Laptop
    2
    0 Votes
    2 Posts
    507 Views
    G

    @drw_08
    We have plans to push the machine to the Armbian main line, but some business issues have not been resolved yet. We will notify you as soon as we enter the exhibition.
    We will release the CM5 laptop version of Ubuntu 24.04 soon.
    Thank you for your support.

  • 有充放电电池模组推荐吗

    Pi CM5
    7
    0 Votes
    7 Posts
    900 Views
    J

    @george
    好的

  • 1 Votes
    4 Posts
    3k Views
    G

    @Xelef2000
    You can send an email if you need schematics: george@cool-pi.com

  • 0 Votes
    12 Posts
    2k Views
    G

    @ytfycy
    感觉还是配置问题导致的,直接刷我们发布的镜像有没有问题?

  • CM5如何进入Maskrom模式

    Pi CM5
    2
    0 Votes
    2 Posts
    654 Views
    G

    @樱月樱诗 USB接的哪一个口?应该是接上层USB3.0接口。

  • Booting from USB drive

    PI CM5 Laptop
    5
    0 Votes
    5 Posts
    2k Views
    G

    @Rock
    The current human-computer interaction interface of uboot is not yet perfect. We are trying to do this and will notify you of the version launch as soon as possible. Thank you for your support.

  • Where to order a CM5?

    Pi CM5
    5
    0 Votes
    5 Posts
    930 Views
    enok71E

    @george Thank you!

  • Coolpi CM5 Laptop 拆机方法

    PI CM5 Laptop
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Ubuntu 24.04 for CM5 Laptop

    PI CM5 Laptop
    3
    0 Votes
    3 Posts
    1k Views
    G

    @Rock
    At present, the maximum version supported by coolpi laptop is 23.04. Ubuntu 24.04 has just been released a few days ago and adaptation will take some time. It is expected that a version will be released in May. Thank you for your support.