• Recent
    • Docs
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop
    • Register
    • Login
    1. Cool Pi For You
    2. george
    3. Posts
    G
    • Profile
    • Following 0
    • Followers 4
    • Topics 68
    • Posts 872
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: 6.1 Kernel GPU firmware update

      @plumlis
      其它的功能会持续完善,音频 NPU 编解码这些都还有问题。

      posted in PI CM5 Laptop
      G
      george
    • RE: 6.1 Kernel GPU firmware update

      @plumlis
      内核默认启用了panther的GPU驱动,需要先把mesa更新到24.02版本,否则就会黑屏。

      sudo add-apt-repository ppa:oibaf/graphics-drivers
      sudo apt update
      sudo  apt-get  dist-upgrade
      
      posted in PI CM5 Laptop
      G
      george
    • RE: CoolPi 4B硬件扩展二:Serial port

      @santu
      重启和重新上电以后运行如下命令发出来

      ls /dev/ttyS*
      
      posted in Hardware
      G
      george
    • RE: DMA

      @happyday
      这个是不一样的,关于DTS的配置参考之前发的文档,或者在rockchip的DTS目录里边找一下对应的配置,其它平台的不适用。

      posted in Pi 4B
      G
      george
    • RE: 6.1 Kernel GPU firmware update

      @plumlis
      内核需要修改增加驱动支持。应用层驱动已经有各个版本的ppa源支持。

      posted in PI CM5 Laptop
      G
      george
    • RE: 6.1 Kernel GPU firmware update

      @plumlis
      同步最新代码,6.1的内核目前已经可以本机编译。

      posted in PI CM5 Laptop
      G
      george
    • RE: DMA

      @happyday
      下图是SPI1对应的属性配置,把dmas和dma-names复制到DTS文件对应节点即可。

      	spi1: spi@feb10000 {
      		compatible = "rockchip,rk3066-spi";
      		reg = <0x0 0xfeb10000 0x0 0x1000>;
      		interrupts = <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>;
      		#address-cells = <1>;
      		#size-cells = <0>;
      		clocks = <&cru CLK_SPI1>, <&cru PCLK_SPI1>;
      		clock-names = "spiclk", "apb_pclk";
      		dmas = <&dmac0 16>, <&dmac0 17>;
      		dma-names = "tx", "rx";
      		pinctrl-names = "default";
      		pinctrl-0 = <&spi1m1_cs0 &spi1m1_cs1 &spi1m1_pins>;
      		num-cs = <2>;
      		status = "disabled";
      	};
      
      posted in Pi 4B
      G
      george
    • RE: 6.1 Kernel GPU firmware update

      @plumlis
      panthor的驱动最近在同步测试,很快就会发布。

      posted in PI CM5 Laptop
      G
      george
    • RE: GenBook-RK3588 Crowdfunding projects

      @plumlis
      当然要和Thinkpad的键盘没法比较,但是确实从来没有收到过键盘会误触 吞键的问题,这套模具我们工厂X86一年几十万台出货量的。如果确实是单体有问题,直接申请售后就好了。这个没关系的。

      posted in PI CM5 Laptop
      G
      george
    • RE: 6.1 Kernel GPU firmware update

      @plumlis
      可以。

      posted in PI CM5 Laptop
      G
      george
    • RE: 6.1 Kernel GPU firmware update

      @plumlis
      目前看是编译环境引起的,编译器的版本问题导致,还在处理中。

      posted in PI CM5 Laptop
      G
      george
    • RE: 功耗问题和FPGA IO扩展

      @mez62

      关于功耗数据这部分,下面数据供参考

      • ubuntu22.04主界面电流在500ma左右,
        2db1d40f-b3e1-43ac-a4ee-e2e5ac4ad49e-image.png
      • 本地4K高码率视频播放电流在680ma左右
        db9fdf88-e515-42da-9ba7-54e312680d46-image.png
      • 网络视频播放电流在730ma左右
        5023d553-8b8c-420b-a035-ea6bc81f07e4-image.png
      • 待机电流
        8+64配置 7.4V/6ma 32+64配置 7.4V/8ma
      • 关机电流
        7.4V/270ua

      关于散热处理

      目前采用的被动散热方式可以满足正常的办公 娱乐 包括软件开发编译。但是如果一定要CPU长时间工作在满负载状态,那肯定需要主动散热,这个是由RK3588自身功耗决定的,结合目前平板电脑和手机的散热处理方式,日常使用场景被动散热可以满足要求。
      从半导体的特性分析,长时间的高温是会缩短CPU的寿命。对于能否用来做主力本,还是要评估使用场景。
      机器主板本身是有预留主动散热器风扇接口,这个有条件的话也可以DIY改装,我们可以提供支持。

      关于FPGA的连接问题

      目前FPC连接器提供以下接口

      • PCIe 2.0x1/USB 3.0/SATA 3.0 (pick one out of three)
      • 2x USB 2.0 HOST interfaces
      • 1x Gigabit Ethernet
      • 1x SDMMC 3.0
      • UART, SPI, I2C, GPIO
        1f319b36-9841-43eb-a4b8-673abbb7802c-image.png
      posted in PI CM5 Laptop
      G
      george
    • 6.1 Kernel GPU firmware update

      Version 6.1 of the kernel requires updating the GPU's bin file by replacing the attached bin file in the system /lib/firmware directory. Otherwise, the old bin file will cause a black screen during system startup.
      mali_csffw.bin

      posted in PI CM5 Laptop
      G
      george
    • RE: GenBook-RK3588 Crowdfunding projects

      @mainbord
      At present, the edp function of the mainline kernel has not been debugged yet, and can only output HDMI temporarily. So the LCD is currently unable to display properly. The main line currently has DTS configuration for CM5-EVB, and after comparing it with the updates on Notebook, it can start up normally.

      posted in PI CM5 Laptop
      G
      george
    • RE: 14寸笔记本电脑怎么刷机?

      @28717885
      参考如下文档
      https://cool-pi.com/topic/514/cool-pi-cm5-laptop-linux-quick-start-guide

      posted in Ubuntu
      G
      george
    • RE: SPI

      @happyday
      这个文档已经写的很清楚了,SPI的DMA部分跟传输的字节长度有关系的,单次传输64字节以上的数据就会开启DMA传输。linux标准的SPI驱动框架,不知道你是要做设备驱动还是应用层直接访问?
      037de3a0-222f-4c9a-b414-5ea115581c65-image.png

      posted in Pi 4B
      G
      george
    • Upgrade CM5's miniloader and uboot using the dd command
      • When the coolpi-kernel is synchronized to the latest compiled and updated kernel, the system will display a device node of /dev/mtdblock0.
        b23e8108-5142-4cc3-9904-ba7410762151-image.png

      • Synchronize the coolpi-loader code to the latest version, switch to the develop branch, compile and generate cm5-notebook-nor-upgrade. img
        e003d588-8088-4fad-bda1-9386e7ae8f5e-image.png

      • Use the following command to update:

        sudo dd if=/**/cm5-notebook-nor-upgrade.img of=/dev/mtdblock0 bs=1k count=8192
      
      • You can also directly use the Disk Image Writer built-in in the Ubuntu system to update
        0fb41724-b411-4992-8fa8-000ec35fcc4f-image.png
      posted in PI CM5 Laptop
      G
      george
    • RE: After suspend scaling_max_freq set to lowest. and some perfomance tweak

      @plumlis
      This method has been tried before, and as you said, the actual effect can be seen in the Ubuntu system. However, if it is a system with kylin and uos, it must always run in performance mode to run smoothly. We will re evaluate whether to update to the existing kernel configuration. Thank you for your suggestion.

      posted in PI CM5 Laptop
      G
      george
    • RE: ES8316 Sound issues on Armbian with 6.1 Rockchip Kernel

      @yusuf-tmp
      The ES8316 mainline kernel does not require modifying the default headphones to produce sound output. The main difference is the DTS configuration, as shown in the following figure:

      @@ -1282,10 +1293,10 @@ es8316: es8316@10 {
                      #sound-dai-cells = <0>;
                      compatible = "everest,es8316";
                      reg = <0x10>;
      -               clocks = <&cru I2S0_8CH_MCLKOUT>;
      +               clocks = <&mclkout_i2s0>;
                      clock-names = "mclk";
                      spk-con-gpio = <&gpio1 RK_PA6 GPIO_ACTIVE_HIGH>;
      -               assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
      +               assigned-clocks = <&mclkout_i2s0>;
                      assigned-clock-rates = <12288000>;
                      pinctrl-names = "default";
                      pinctrl-0 = <&i2s0_mclk>;
      
      posted in PI CM5 Laptop
      G
      george
    • RE: GenBook-RK3588 Crowdfunding projects

      @Rebel-Rider
      Thank you for your suggestions and affirmation of Coolpi laptops. Regarding fingerprint sensors, Linux support is not perfect enough, and we will do our best to provide support. Large capacity batteries and other accessories will be sold separately in the future, mainly for older versions of machines. We will continue to improve the adapter and try to find a smaller and more convenient model. Thanks again.

      posted in PI CM5 Laptop
      G
      george
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 43
    • 44
    • 8 / 44