• Recent
    • Docs
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop
    • Register
    • Login
    1. Cool Pi For You
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • J

      CM5支持5G模组吗?

      Watching Ignoring Scheduled Pinned Locked Moved Pi CM5
      14
      0 Votes
      14 Posts
      2k Views
      J

      @george
      我所有的内核编译后更新 都是按照下面的步骤来的
      5c151d27-6113-4c02-8d52-22e809e95cfe-image.png
      CM5、cp4都是这样操作的

      内核编译后 都是整个out文件夹打包的
      2a747887-651b-45ea-b587-b62b2ab35808-image.png

    • R

      how to boot from usb?

      Watching Ignoring Scheduled Pinned Locked Moved PI CM5 Laptop
      14
      0 Votes
      14 Posts
      938 Views
      R

      @george

      mkfs -t ext4 /dev/mmcblk0

      then it success

    • 大法师大

      Coolpi 4b support dynamic update logo

      Watching Ignoring Scheduled Pinned Locked Moved Pi 4B
      13
      1 Votes
      13 Posts
      1k Views
      J

      @大法师
      26331c02-843d-4726-9416-a0e8939466fe-image.png
      日期也不对啊

    • 大法师大

      Coolpi 4b bootloader upgrade

      Watching Ignoring Scheduled Pinned Locked Moved News
      13
      0 Votes
      13 Posts
      1k Views
      J

      @jugg 现在可以支持在coolpi机器上直接编译uboot。
      https://www.cool-pi.com/topic/380/cool-pi-4b-cm5-linux-system-support-compile-u-boot/3

    • J

      触摸失效

      Watching Ignoring Scheduled Pinned Locked Moved Pi 4B
      13
      0 Votes
      13 Posts
      552 Views
      大法师大

      @jugg 你试下不改多指配置,编译内核再更新有无报错,能自行改内核是最好的

    • 阿

      一直显示这个光标,进不去系统咋回事,这要怎么解决

      Watching Ignoring Scheduled Pinned Locked Moved Pi 4B
      13
      0 Votes
      13 Posts
      713 Views
      G

      @jugg 进入MSC模式直接用WINDOWS工具格式化就好了。

    • R

      如何进入coolpi cm5-laptop的bios设置?

      Watching Ignoring Scheduled Pinned Locked Moved PI CM5 Laptop
      13
      0 Votes
      13 Posts
      2k Views
      G

      @Rock
      You can download the image again to the 24.04 system directory. If you downloaded to 22.04 before, you must first mount mmcblk0p2 to the system and then find the image you downloaded earlier in the corresponding folder.

    • M

      COOLPI notebook GPU acceleration

      Watching Ignoring Scheduled Pinned Locked Moved PI CM5 Laptop
      13
      0 Votes
      13 Posts
      982 Views
      M

      @george Thanks for your reply. Local videos from EMMC play well. I am talking about network videos in browser like youtube. Present driver and software ubuntu 24.04 (older kernel) uses almost 50% of CPU just to play a 1080p video. I have an Orange Pi 5b, that has same processor and GPU running orange pi droid (a version of android). That plays youtube videos with much less resources and runs much faster. I am looking for an android version to run on coolpi notebook. Where can I find that? (i have already tried armabian. but did not like that on coolpi laptop. Android for COM5 does not work)

    • J

      双4K usb摄像头

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      12
      0 Votes
      12 Posts
      1k Views
      J

      @george
      我已经发现了会独占屏幕 锁屏了图像还在。。

    • T

      CoolPi 4B的GPIO问题

      Watching Ignoring Scheduled Pinned Locked Moved Pi 4B
      12
      0 Votes
      12 Posts
      936 Views
      A

      @大法师 谢谢!搞定了
      ubuntu 20没有/etc/rc.local,需要

      新建service
      sudo vim /etc/systemd/system/rc-local.service [Unit] Description=/etc/rc.local Compatibility ConditionPathExists=/etc/rc.local [Service] Type=forking ExecStart=/etc/rc.local start TimeoutSec=0 StandardOutput=tty RemainAfterExit=yes SysVStartPriority=99 [Install] WantedBy=multi-user.target

      2.使能service
      sudo systemctl enable rc-local.service
      3.新建/etc/rc.local
      sudo vim /etc/rc.local
      并需要操作的命令加进去
      4.启动服务
      sudo systemctl start rc-local.service
      sudo systemctl status rc-local.service

    • J

      磁盘空间

      Watching Ignoring Scheduled Pinned Locked Moved Ubuntu
      12
      0 Votes
      12 Posts
      601 Views
      大法师大

      @jugg
      刷机占用多少,安装包预装以及使用过程apt 相关安装都会占用空间,还有系统/var/log/journal也会持续增长。具体可以逐个分析每个目录大小

      cd / du -sh * --exclude="proc"
    • J

      程序编译错误

      Watching Ignoring Scheduled Pinned Locked Moved Ubuntu
      12
      0 Votes
      12 Posts
      609 Views
      J

      @george
      可以编译了

    • 零

      Coolpi 4b在使用ttyS0-S2口时,总是出现串口掉线,使用很不稳定,这个是为什么呢?有解决方案吗?

      Watching Ignoring Scheduled Pinned Locked Moved Pi 4B
      12
      0 Votes
      12 Posts
      531 Views
      大法师大

      @零度灬救赎
      cat /proc/cmdline查看对应的console有没有指向ttyS0,如果有,可以编辑/boot/firmware/extlinux/extlinux.conf,更改指向tty0

    • J

      系统无法备份、还原

      Watching Ignoring Scheduled Pinned Locked Moved Pi CM5
      12
      0 Votes
      12 Posts
      1k Views
      J

      @大法师
      现在就是在CM5的安装盘里面改的
      U盘我用来装WIn10都没问题

    • Y

      使镜像备份后安装,拔U盘后如图片显示,算成功了吗

      Watching Ignoring Scheduled Pinned Locked Moved Pi CM5
      12
      0 Votes
      12 Posts
      2k Views
      G

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

    • M

      no webcam/device not found

      Watching Ignoring Scheduled Pinned Locked Moved PI CM5 Laptop
      12
      0 Votes
      12 Posts
      857 Views
      M

      After letting the Laptop rest for a few days, the cam was back shortly, went away after a few seconds though.

    • B

      20230105-ubuntu-20.04-preinstalled-desktop-arm64,支持从1个USB-hub 2.0同时读取2个摄像头图像吗

      Watching Ignoring Scheduled Pinned Locked Moved Ubuntu
      11
      0 Votes
      11 Posts
      528 Views
      大法师大

      @bbsvs2000
      禁用rkisp、cif、csi
      rk3588s-cp4.dtb

      用于加载/boot/firmware/wifi.txt
      wifi_precfg

      sudo cp rk3588s-cp4.dtb /boot/firmware/rk3588s-cp4.dtb sudo cp wifi_precfg /usr/sbin/ sudo chmod a+x /usr/sbin/wifi_precfg sudo reboot
    • W

      反映问题

      Watching Ignoring Scheduled Pinned Locked Moved Pi CM5
      11
      0 Votes
      11 Posts
      781 Views
      W

      @大法师 收到,谢谢

    • A

      请教kernel内核编译,修改哪里后再编译可以打开手柄驱动(joystick)

      Watching Ignoring Scheduled Pinned Locked Moved Ubuntu
      11
      0 Votes
      11 Posts
      785 Views
      G

      @AugustRobot_Zou 👍 👍

    • J

      ubuntu 录屏问题

      Watching Ignoring Scheduled Pinned Locked Moved Pi 4B
      11
      0 Votes
      11 Posts
      610 Views
      J

      @大法师
      加了确实可以录
      只是CPU使用率太高了 200% 300%了

    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 9
    • 10
    • 4 / 10