• Register
    • Login
    • Search
    • Recent
    • Wiki
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop
    1. Home
    2. 大法师
    3. Posts
    • Profile
    • Following 2
    • Followers 10
    • Topics 86
    • Posts 401
    • Best 26
    • Controversial 1
    • Groups 2

    Posts made by 大法师

    • RE: Ubuntu23.04 for CoolPi

      @wuming
      不着急,cpu加载也要时间。正常操作就好

      posted in Pi CM5
      大法师
      大法师
    • RE: 每个开发者都需要的私有化git服务器

      nice board for server!

      4b local gitlab.png

      posted in Maker
      大法师
      大法师
    • RE: Ubuntu23.04 for CoolPi

      @wuming
      如果是关机状态:
      上电开机,短按3~5次pwr按键

      如果是开机状态:
      按一次reset键,使系统复位,再短按3~5次pwr按键

      posted in Pi CM5
      大法师
      大法师
    • RE: 安装位置问题

      @qys2022
      相同的

      wiki有结构图纸参考
      https://wiki.cool-pi.com/en/home

      posted in Pi 4B
      大法师
      大法师
    • RE: Ubuntu23.04 for CoolPi

      @wuming

      CM5主板按一次reset键复位,右侧pwr键按3~5次,进入UMS模式;接双头TYPE-A USB线连接电脑与USB OTG端口(U3 蓝色上层),电脑打开etcher烧录软件,选择img镜像进行烧录。

      posted in Pi CM5
      大法师
      大法师
    • How to add swap file with cool pi 4b

      Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space.

      Swap space can take the form of either a dedicated swap partition or a swap file. In most cases, when running Linux on a virtual machine, a swap partition is not present, so the only option is to create a swap file.

      Example Add 8GB swap memory

      sudo dd if=/dev/zero of=/swapfile bs=1M count=8096
      
      sudo chmod 0600 /swapfile
      
      sudo mkswap /swapfile 
      
      sudo swapon /swapfile
      
      echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
      
      

      sudo mount -a or reboot

      ubuntu@ubuntu:~$ free -h
                    total        used        free      shared  buff/cache   available
      Mem:          3.8Gi       3.2Gi       133Mi       110Mi       458Mi       443Mi
      Swap:         7.9Gi       1.0Mi       7.9Gi
      ubuntu@ubuntu:~$
      

      How to adjust the swappiness value

      refer info

      posted in Maker
      大法师
      大法师
    • RE: ubuntu 录屏问题

      @jugg said in ubuntu 录屏问题:

      我用ssh 使用
      ffmpeg -f x11grab -i :1.0 o.mp4 录屏能录
      但是在系统里面
      使用上面的命令 录出来的是黑屏
      而且这个屏幕编号是怎么得出的
      试了:0.0不行
      试了:10.0 卡住

      举例加参数 -f mpeg 或 -f flv

      posted in Pi 4B
      大法师
      大法师
    • RE: ubuntu 录屏问题

      @jugg 登陆选择gnome xorg试试

      posted in Pi 4B
      大法师
      大法师
    • RE: ubuntu 录屏问题

      @jugg

      -i Screen 0 is selected (run xrandr to view the available connected screens).

      xdpyinfo 查看编号

      posted in Pi 4B
      大法师
      大法师
    • RE: ubuntu 录屏问题

      @jugg
      https://trac.ffmpeg.org/wiki/Capture/Desktop

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

      @Twsuts 主板是4B还是CM5,串口启动信息发一个

      posted in Maker
      大法师
      大法师
    • RE: Coolpi 4b 镜像固件在线刷机方法

      后续镜像统一使用etcher工具烧录。

      TF卡使用读卡器

      EMMC可以切换为UMS模式在线接入电脑完整烧录

      百度网盘

      posted in Pi 4B
      大法师
      大法师
    • RE: ubuntu 0306 有时桌面卡死

      @jugg 未使用SDL是正常对吧

      posted in Pi 4B
      大法师
      大法师
    • RE: Coolpi 4b怎么刷写Ubuntu mate(20)的系统?

      @零度灬救赎
      树莓派的系统不能直接使用。可以用我们提供的ubuntu系统镜像(gnome桌面)

      posted in Pi 4B
      大法师
      大法师
    • RE: Coolpi 4b 镜像固件离线刷机方法

      @lyd 摄像头接口注意不要随意接DSI,电源信号如果不对会烧坏的。

      正常情况下接入CSI摄像头,查看系统信息,判断是否识别,再打开摄像头应用软件选择相应摄像头。

      比如打开终端输入命令:

      dmesg | grep ov5
      
      ls /dev/video* -l
      

      https://www.cool-pi.com/topic/180/coolpi-4b-support-ov5647-camera-module/16

      posted in Pi 4B
      大法师
      大法师
    • how about batocera with cool pi 4b

      About Batocera.linux

      Batocera.linux is an open-source and completely free retro-gaming distribution that can be copied to a USB stick or an SD card with the aim of turning any computer/nano computer into a gaming console during a game or permanently. Batocera.linux does not require any modification on your computer. Note that you must own the games you play in order to comply with the law.

      https://batocera.org/

      https://wiki.batocera.org/compile_batocera.linux

      https://www.youtube.com/watch?v=1tlNdWCVPKs


      kodi.jpg

      kodi to batocera.jpg


      $ ssh root@BATOCERA.local
      root@batocera.local's password: linux
      
            ____    __   ____  _____  ___  ____  ____    __   
           (  _ \  /__\ (_  _)(  _  )/ __)( ___)(  _ \  /__\  
            ) _ < /(__)\  )(   )(_)(( (__  )__)  )   / /(__)\ 
           (____/(__)(__)(__) (_____)\___)(____)(_)\_)(__)(__)
                       R E A D Y   T O   R E T R O
      
      
      -- type 'batocera-check-updates' to check for stable branch --
      -- add 'beta' switch to check for latest arch developments  --
      
      Disk format: ext4
      Temperature: 40°C
      Architecture: coolpi-4b
      Model: RK3588S_CoolPi_4B_Board
      System: Linux 5.10.110
      Available memory: 3200/3902 MB
      Cpu model: Rockchip RK3588(S) CoolPi
      Cpu number: 8
      Cpu frequency: 1800/2352 MHz
      OS version: 36 2023/03/10 14:19
      
      [root@BATOCERA /userdata/system]#
      
      posted in Maker
      大法师
      大法师
    • RE: Coolpi 4b firmware with buildroot

      @edwardzhou
      已更新仓库,支持编译生成卡刷镜像文件

      buildroot百度网盘测试镜像
      buildroot.png

      用户名root 密码coolpi

      也可以使用rufus工具制作启动TF卡或EMMC(推荐)
      rufus.png

      posted in Buildroot
      大法师
      大法师
    • RE: Coolpi 4b 镜像固件离线刷机方法

      @lyd npu是独立单元模块,类似个黑盒子,你主动给它输入数据,它给你输出计算结果。

      https://www.cool-pi.com/topic/174/do-face-recognition-on-coolpi-with-fastdeploy

      https://www.cool-pi.com/topic/288/quickly-build-an-rknn-environment

      posted in Pi 4B
      大法师
      大法师
    • RE: 请教kernel内核编译,修改哪里后再编译可以打开手柄驱动(joystick)

      @AugustRobot_Zou nice!

      posted in Ubuntu
      大法师
      大法师
    • RE: 请教kernel内核编译,修改哪里后再编译可以打开手柄驱动(joystick)

      @AugustRobot_Zou 测试使用的手柄帮忙上个图或链接

      posted in Ubuntu
      大法师
      大法师
    • RE: 请教kernel内核编译,修改哪里后再编译可以打开手柄驱动(joystick)

      @AugustRobot_Zou
      coolpi 4b 更新内核,默认是配置集成了。

      4b_config.png

      md5sum arch/arm64/configs/rk3588s_cp4b_defconfig 
      6d838d09667b9f1fc41cc2812bf46d08  arch/arm64/configs/rk3588s_cp4b_defconfig
      
      CONFIG_INPUT_JOYDEV=y
      CONFIG_INPUT_EVDEV=y
      CONFIG_KEYBOARD_ADC=y
      # CONFIG_KEYBOARD_ATKBD is not set
      CONFIG_KEYBOARD_GPIO=y
      CONFIG_KEYBOARD_GPIO_POLLED=y
      # CONFIG_MOUSE_PS2 is not set
      CONFIG_MOUSE_CYAPA=y
      CONFIG_MOUSE_ELAN_I2C=y
      CONFIG_INPUT_JOYSTICK=y
      CONFIG_INPUT_TOUCHSCREEN=y
      
      posted in Ubuntu
      大法师
      大法师
    • RE: Coolpi 4b 镜像固件离线刷机方法

      @lyd
      默认系统没有预装ros。可参考

      https://forum.cool-pi.com/topic/71/ubuntu22-04一键安装ros2环境?_=1681728246276

      https://forum.cool-pi.com/topic/117/为什么按照教程安装的ros版本不是noteic?_=1681728246281

      posted in Pi 4B
      大法师
      大法师
    • RE: Introduction to COOL PI CM5 interface

      @wuming

      使用coolpi密码  更改U盘挂载权限
      
      sudo chown coolpi:coolpi /media/coolpi
      
      

      重新拔插U盘就可以访问

      posted in Pi CM5
      大法师
      大法师
    • RE: cm5-evb 的刷机教程希望出一个

      @Twsuts
      ISO刷机包有对应的CM5文件

      posted in Pi CM5
      大法师
      大法师
    • RE: cm5-evb 的刷机教程希望出一个

      @likeshixi
      sudo chown -R coolpi:coolpi /media/coolpi

      posted in Pi CM5
      大法师
      大法师
    • RE: Introduction to COOL PI CM5 interface

      @likeshixi
      支持的,需要配置内核驱动,另外补充相应的firmware文件iwlwifi-ty-59.601f3a66.0.tgz 解压到/lib/firmware

      f9c3c772-b942-42ee-9736-cde5b43c89d2-1680262991294.png

      github拉取内核同步编译试下,已加入该模块配置

      posted in Pi CM5
      大法师
      大法师
    • RE: 在windows环境如何对emmc进行刷机

      @勤奋者
      我们的ubuntu镜像不用考虑这个文件。若使用这个工具,请注意使用专用镜像目录

      6f17a254-e76b-4f13-82b0-580875c43560-1680255417636.png

      建议后续使用U盘刷机

      posted in Pi 4B
      大法师
      大法师
    • RE: CoolPi 4B的GPIO问题

      @Threadripper
      没有单独设置上拉、下拉配置。如果特殊需要,可以自己更改内核dtb配置,一般情况下不用改

      posted in Pi 4B
      大法师
      大法师
    • RE: CoolPi 4B的GPIO问题

      @Threadripper
      你加个sudo权限运行试下

      posted in Pi 4B
      大法师
      大法师
    • RE: 在windows环境如何对emmc进行刷机

      @勤奋者

      有三种方法可以刷机。

      建议拿个U盘可以脱机刷系统
      https://www.cool-pi.com/topic/247/cool-pi-4b-cm5-探索快速安装系统新方法?page=1

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

      posted in Pi 4B
      大法师
      大法师
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 13
    • 14
    • 6 / 14