• 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 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
    • 7
    • 8
    • 9
    • 10
    • 11
    • 20
    • 21
    • 9 / 21