• Recent
    • Docs
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop
    • Register
    • Login
    1. Cool Pi For You
    2. 大法师
    3. Posts
    • Profile
    • Following 2
    • Followers 10
    • Topics 86
    • Posts 401
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Cool pi CM5 EVB support Hailo module

      @顾真牛 预留的插槽,支持这个配件。据说单模组有26T算力

      posted in Maker
      大法师大
      大法师
    • RE: Cool pi 4B & CM5 探索快速安装系统新方法

      @顾真牛 等你的好消息

      posted in Maker
      大法师大
      大法师
    • Cool pi CM5 EVB support Hailo module

      https://hailo.ai

      https://github.com/hailo-ai

      posted in Maker
      大法师大
      大法师
    • RE: Coolpi 4b linux kernel开发在线更新说明

      补充内核编译操作说明(如下以coolpi 4b ubuntu22.04 0306系统版本为例):

      首先下载内核源码

      coolpi@coolpi:~$ git clone https://github.com/yanyitech/coolpi-kernel.git
      Cloning into 'coolpi-kernel'...
      remote: Enumerating objects: 8550563, done.
      remote: Counting objects: 100% (5962/5962), done.
      remote: Compressing objects: 100% (3084/3084), done.
      remote: Total 8550563 (delta 2757), reused 5819 (delta 2648), pack-reused 8544601
      Receiving objects: 100% (8550563/8550563), 1.98 GiB | 11.07 MiB/s, done.
      Resolving deltas: 100% (7166058/7166058), done.
      Checking objects: 100% (33554432/33554432), done.
      Updating files: 100% (87196/87196), done.
      coolpi@coolpi:~$
      

      额外安装组件包

      coolpi@coolpi:~$ sudo apt install -y flex bison libssl-dev
      coolpi@coolpi:~$ sudo ln -sf /usr/bin/python3 /usr/bin/python
      

      开始编译内核

      coolpi@coolpi:~$ cd coolpi-kernel
      coolpi@coolpi:~/coolpi-kernel$ ./build-kernel.sh cp4b
      
      posted in Pi 4B
      大法师大
      大法师
    • Cool pi 4B & CM5 探索快速安装系统新方法

      对广大用户而言,系统装机更多的方式就是使用U盘,做个启动引导盘,刷遍无数机。

      Cool pi 4b已支持此种安装方法,ISO下载

      a1ac7569-7f65-40df-b784-c17b090da95c-1679310902591.png

      windows 安装制作刷机工具
      Rufus: The Reliable USB Formatting Utility

      工具执行页面
      da970896-4b02-4e6c-9d5a-007a7a4f905b-1679309634356.png


      如下图片为CM5 EVB U盘内容,用户可以任意替换install目录中的rootfs.tar.gz

      eeead02c-51a9-4fcd-8032-3cc294e5052f-1679305429880.png

      安装过程进度可视化,连接HDMI显示器参数配置
      37d5468b-cb5f-44f2-afc4-89bc347ece79-1679305724594.png

      全自动刷机,完成后自动关机,请移除u盘后再开机。

      刷机过程优先刷emmc存储,如未接emmc,那么将刷到tf卡,如果也没插tf卡…

      posted in Maker
      大法师大
      大法师
    • cool pi 4b fedora support

      fedora37 with cool pi 4b sbc board preview

      fedora.png

      posted in Maker
      大法师大
      大法师
    • RE: ubuntu22.04 启动后SD卡文件管理打不开

      @xingzhan2012 什么现象拍照看下,抓一些系统log,系统引导盘是emmc or tf

      posted in Ubuntu
      大法师大
      大法师
    • RE: Coolpi 4b bootloader upgrade
      1. Update to support two USB3 interface USB hard drive boot support.
      2. Update fixes an abnormal offline flash startup problem.
      3. Increase support press power key to switch to maskrom function when system boot.
      posted in News
      大法师大
      大法师
    • Coolpi 4b bootloader upgrade

      This topic is specifically designed to describe cool pi 4b loader version updates.

      Source code repo:
      https://github.com/yanyitech/coolpi-loader.git

      Onedrive
      3e59b4f1-4054-42c1-937a-1c2695e913c6-1678854180431.png

      百度网盘
      2875c3aa-75d5-4ed7-a7fd-0eedc0485a9d-1678853747667.png

      posted in News
      大法师大
      大法师
    • RE: 如果制作的启动盘无法加载

      Erase partitions

      Tf card:
      sudo wipefs -a -f /dev/mmcblk1

      EMMC:
      sudo wipefs -a -f /dev/mmcblk0

      posted in Maker
      大法师大
      大法师
    • RE: EMMC 读卡失败,可以直接插板子上,SD卡启动系统后识别出来吗

      @xingzhan2012 可以用cool pi ubuntu系统,直接dd 刷系统到其他存储介质,比如emmc

      posted in Pi 4B
      大法师大
      大法师
    • RE: 重新编译内核,支持XBOX

      fc411f51-8617-4747-b813-11ce3959de7a-1678356683341.png

      3113ddaa-f584-4604-9088-1edc9a634d72-1678356559913.png

      posted in Ubuntu
      大法师大
      大法师
    • RE: coolpi 4b python3 gpio operation compatable with raspberry pi

      @AugustRobot_Zou okay!

      posted in Pi 4B
      大法师大
      大法师
    • RE: coolpi 4b python3 gpio operation compatable with raspberry pi

      @AugustRobot_Zou
      所有的底层封装操作都是基于访问/sys/class/gpio/

      https://www.cool-pi.com/topic/72/coolpi-4b硬件扩展四-gpio

      posted in Pi 4B
      大法师大
      大法师
    • RE: Customize any Linux distro

      @sushruth Great, thanks for sharing. We'll create the repository later.

      https://github.com/yanyitech/fedora

      posted in Ubuntu
      大法师大
      大法师
    • RE: Coolpi 4B ubuntu support

      版本 20230306-ubuntu-22.04-preinstalled-desktop-arm64-coolpi.zip

      1.默认设置阿里云源
      2.预装中文语言
      3.预装输入法
      4.预装火狐浏览器
      5.预装docker支持
      6.预装VScode
      7.预装QT设计工具
      8.预装RKNN开发环境
      9.预装KVM管理
      10.预装linux内核编译开发环境
      11.预装gstreamer视频编解码插件(支持硬件编解码)
      12.预装支持wifi预配置
      13.预装支持根系统自动扩容
      14.预装支持ssh远程登陆(局域网访问coolpi.local)
      15.预装pip3
      16.可配置切换支持微雪5寸电容触摸屏


      a3e6fe3b-774c-49fc-b6c5-04d0d606abac-1678180592002.png


      5寸电容触摸屏切换操作参考

      coolpi@coolpi:~/Desktop$ cat /boot/firmware/
      Image                      cmdline.txt                extlinux/                  modules.tar.gz             rk3588s-cp4.dtb            
      System Volume Information/ config.txt                 initrd.img                 rk3588s-cp4-dsi.dtb        vmlinuz                    
      coolpi@coolpi:~/Desktop$ cat /boot/firmware/extlinux/extlinux.conf 
      default Linux coolpi
      
      label Linux coolpi
      	kernel /Image
      	initrd /initrd.img
      	fdt    /rk3588s-cp4-dsi.dtb
      	append root=LABEL=writable rw rootfstype=ext4 console=ttyS0,115200n81 quiet splash plymouth.ignore-serial-consoles vt.global_cursor_default=1 irqchip.gicv3_pseudo_nmi=0 net.ifnames=0
      coolpi@coolpi:~/Desktop$
      

      ff9d3278-caf3-4dcf-accb-c18d3ce6e041-image.png

      posted in News
      大法师大
      大法师
    • RE: demo

      @jugg 这个建议不错,需要做这类的参考文档

      posted in Ubuntu
      大法师大
      大法师
    • RE: 早期版本 Ubuntu22.04 rknn toolkit lite2环境部署

      上述环境操作不适用于新的镜像版本。

      posted in AI Algorithm
      大法师大
      大法师
    • RE: Coolpi 4b firmware with buildroot

      @jugg
      刷一次系统,原系统就被清除了。buildroot也是一种系统构建工具

      posted in Buildroot
      大法师大
      大法师
    • RE: Trying to install pip3

      @MSUMMERS999
      Please confirm the system info, which firmware image be used. You can also download the latest firmware through the onedrive link OneDrive, and the burning method is consistent with the raspberry pi.

      Ref: https://www.cool-pi.com/topic/114/ubuntu20-04-install-rknn-toolkit-lite2?_=1677807786032

      posted in Ubuntu
      大法师大
      大法师
    • 1 / 1