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

    Posts

    Recent Best Controversial
    • Debian11 桌面编译内核

      使用1017镜像版本,需要额外执行如下指令完成环境搭建

      sudo su
      apt-mark unhold libssl1.1 libdpkg-perl libc-dev-bin libc6 libc6-dev
      apt update
      apt install gcc make git python libncurses5-dev openssl libssl-dev build-essential pkg-config libc6-dev bison flex
      

      下载内核本地编译

      mkdir test;cd test
      git clone https://gitee.com/yanyitech/coolpi-kernel.git
      cd coolpi-kernel
      ./build-kernel.sh
      编译完成,在out目录生成内核二进制文件、设备树以及驱动包
      coolpi@coolpi:~/test/coolpi-kernel$ ls -lh out/
      total 150M
      -rw-r--r-- 1 coolpi coolpi 137M 10月 17 13:33 modules.tar.gz
      -rw-r--r-- 1 coolpi coolpi 137K 10月 17 13:33 rk3588s-cp4.dtb
      -rw-r--r-- 1 coolpi coolpi  13M 10月 17 13:33 vmlinuz
      
      
      查看当前磁盘挂载状态
      coolpi@coolpi:~/test/coolpi-kernel$ df -h
      Filesystem      Size  Used Avail Use% Mounted on
      udev            1.9G  8.0K  1.9G   1% /dev
      tmpfs           373M  1.5M  371M   1% /run
      /dev/mmcblk2p2   29G   12G   16G  44% /
      tmpfs           1.9G  209M  1.7G  12% /dev/shm
      tmpfs           5.0M  4.0K  5.0M   1% /run/lock
      /dev/mmcblk2p1  300M   27M  273M   9% /boot/firmware
      tmpfs           373M   32K  373M   1% /run/user/1000
      
      根据需要进行内核文件替换更新
      coolpi@coolpi:~/test/coolpi-kernel$ ls -l /boot/firmware/
      total 27084
      -rwxr-xr-x 1 root root      176  1月  1  2021 cmdline.txt
      -rwxr-xr-x 1 root root       64  8月 31 09:25 config.txt
      -rwxr-xr-x 1 root root  8775086  8月 31 09:25 initrd.img
      -rwxr-xr-x 1 root root  8128296 10月 17 11:11 modules.tar.gz
      -rwxr-xr-x 1 root root   139847 10月 17 11:11 rk3588s-cp4.dtb
      -rwxr-xr-x 1 root root 10673011 10月 17 11:11 vmlinuz
      coolpi@coolpi:~/test/coolpi-kernel$
      
      posted in Ubuntu
      大法师大
      大法师
    • TF卡镜像Wifi预配置

      Debian或Ubuntu镜像使用离线刷机方法,镜像写入完成后,在system-boot分区根目录,新建文件wifi.txt,内容参考如下:

      ssid="你要连接的wifi名"
      passwd="wifi密码"
      

      插上TF到CoolPi主板,自动连接Wifi

      posted in Ubuntu
      大法师大
      大法师
    • Ubuntu20.04 server 基础系统

      Basic system for ubuntu server.

      链接: https://pan.baidu.com/s/17hNy8o6hUv7p4M5ruOIpuA
      提取码: w00w

      user: ubuntu
      passwd: coolpi

      Console串口登陆
      18b9bc76-47a6-449b-91ff-3400ab6b7046-1663040001(1).png

      网络ssh远程登陆
      dc4729b5-23f0-4035-8bb4-3df3b8191804-1663040575(1).png

      posted in Ubuntu
      大法师大
      大法师
    • RE: Pi4B使用realsense深度相机开机默认识别为USB2.0设备。重新插拔后才能识别为USB3.0设备。

      @Mcfly
      内核和系统应用不用额外操作。先试下有没有改善,我们目前没有相应的U3相机验证,帮忙排查下,谢谢!

      posted in Ubuntu
      大法师大
      大法师
    • Coolpi 4b Ubuntu22.04 原生系统

      Ubuntu22 原生系统测试版

      Download link: 百度网盘 OneDrive

      刷机操作请参考:
      https://www.cool-pi.com/topic/126/coolpi-4b-镜像固件离线刷机方法

      https://www.cool-pi.com/topic/127/coolpi-4b-镜像固件在线刷机方法

      posted in Ubuntu
      大法师大
      大法师
    • RE: I failed to install Ubuntu 22.04 on Cool pi cm5

      @etrin Hi, you can use balenaEtcher for install system.

      introduce.png


      tools.png

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