• 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: loop of logo during boot

      @nickliu Thanks! While burn firmware and insert eMMC or TF card first booting, please save serial console log.

      posted in Ubuntu
      大法师大
      大法师
    • RE: cool-pi 4b: loop of logo during boot

      @nickliu https://www.cool-pi.com/topic/168/如果制作的启动盘无法加载

      Maybe like this. Do you have TF card which can load into system?

      posted in Ubuntu
      大法师大
      大法师
    • coolpi 4b support ov5647 camera module

      OV5647模块适用于Cool Pi 4b

      e30dbab4-0537-4d21-8bac-4033b796a9f9-1675397106109.png

      5afc3010-1bb3-49e0-8949-759aff0710bc-1675397132998.png

      Use buildroot system image for test camera ov5647.

      离线刷机镜像
      2ae761ed-d9fc-4e51-92a1-edf633898680-1675397213646.png

      在线刷机镜像
      10f51ff5-b200-4b8c-bbff-95792b795a04-1675397253534.png

      adb0d4a7-1faa-4c1c-83d3-b0cb7cddf811-1675397653214.png

      posted in Peripheral
      大法师大
      大法师
    • RE: cool-pi 4b: loop of logo during boot

      @nickliu emmc onboard also nice!

      2b7c1378-088c-42ff-9e57-cdbbd14d452d-1674712085180.png

      change console to ttyS1, and then boot again if something output message from HDMI.

      ec6ed09a-b69c-46cf-9976-dc491ea5710a-1674712176809.png

      posted in Ubuntu
      大法师大
      大法师
    • RE: cool-pi 4b: loop of logo during boot

      @nickliu I'v check these images and boot okay.
      c9999421-f875-41d7-87ec-40a53717c535-1674709319391.png


      emmc.jpg

      posted in Ubuntu
      大法师大
      大法师
    • RE: Ubuntu docker user guide

      Build a docker image with Dockerfile

      $ cat Dockerfile
      FROM ubuntu:20.04
      MAINTAINER JACK<jack@cool-pi.com>
      
      #RUN sed -i s@/ports.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list \
          && apt-get clean
      
      RUN apt-get update
      
      ENV DEBIAN_FRONTEND=noninteractive
      
      RUN apt-get install -y build-essential chrpath vim expect git curl dialog tzdata locales iputils-ping net-tools
      
      ENV TZ=Asia/Shanghai
      
      RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
      
      RUN locale-gen en_US.UTF-8 && DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales
      
      ENV LANG=en_US.UTF-8
      
      ENV LANGUAGE=en_US.UTF-8
      
      ENV LC_ALL=en_US.UTF-8
      
      RUN locale-gen en_US
      
      RUN useradd coolpi;\
        adduser coolpi sudo;\
        mkdir -p /home/coolpi;\
        chown coolpi:coolpi -R /home/coolpi;\
        echo coolpi:coolpi | chpasswd;
      
      #CMD su -l coolpi
      #CMD "/bin/bash"
      
      $ docker build -t my-ubuntu:20.04 --rm=true .
      ...
      

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

      @lymnxn 手动挂载更新。后续发布再合入

      posted in Pi 4B
      大法师大
      大法师
    • RE: Android on Cool Pi 4B

      @retroman Bluetooth feature has been added to support. I will upload a new image file (20230118) to onedrive.
      2023-01-19-002547.jpg

      posted in Construction
      大法师大
      大法师
    • RE: CoolPi 4B硬件扩展二:Serial port

      @dreamer
      657ddc8d-1873-4540-8872-cf8d5a22a1da-1673939130990.png

      uart2 node is used for console and uart9 node is used for bluetooth.

      posted in Hardware
      大法师大
      大法师
    • RE: 20230105-ubuntu-20.04-preinstalled-desktop-arm64,支持从1个USB-hub 2.0同时读取2个摄像头图像吗

      @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
      
      posted in Ubuntu
      大法师大
      大法师
    • coolpi 4b 附带赠送的emmc小板工具使用

      为方便将emmc模块当做TF卡使用,我们设计了转接小板。配合读卡器,可以当做一个移动U盘使用。

      c54871bc-a858-4959-ad4c-143f7494e6e2-63d7052044b5b74d68cddc52f2d7b80.jpg

      a136fb87-20fe-4a6b-9bc2-78e6314f4d57-51be17dab39871c8903be188437e498.jpg

      如果转接小板不能很好插入读卡器,请磨平如下箭头标识位置后,再测试。
      4cc4bd5c-0757-46aa-be81-47351d4ca10f-81f42370310fda19e295f9f18bac4da.png

      posted in Peripheral
      大法师大
      大法师
    • coolpi 4b loading from usb ssd

      Burn system image to ssd and load from usb3 port!

      百度网盘下载更新loader固件20230207

      USB外接SSD硬盘,对电源适配器有要求,至少5V/3A!
      好用!推荐这种方式

      60bc2cb7-b4b6-4ec9-9728-c2252735de94-1675073192320.png

      959d3304-6bb7-4b3c-9051-0c196676039f-1675073225210.png

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

      @retroman Not only. Thanks!

      posted in Maker
      大法师大
      大法师
    • RE: 20230105-ubuntu-20.04-preinstalled-desktop-arm64,支持从1个USB-hub 2.0同时读取2个摄像头图像吗

      @bbsvs2000 usb-hub电源适配器拍照看下。另外摄像头直接连接主板也试下功能是不是正常的

      posted in Ubuntu
      大法师大
      大法师
    • RE: 20230105-ubuntu-20.04-preinstalled-desktop-arm64,支持从1个USB-hub 2.0同时读取2个摄像头图像吗

      @bbsvs2000

      看log有部分错误信息。将外挂的usb-hub接到蓝色USB3端口试试

      [  313.897060] usb 5-1: Product: USB2.0 Hub
      [  313.949139] hub 5-1:1.0: USB hub found
      [  313.949386] hub 5-1:1.0: 4 ports detected
      [  314.228959] usb 5-1.1: new full-speed USB device number 39 using xhci-hcd
      [  314.302370] usb 5-1.1: device descriptor read/64, error -32
      [  314.485667] usb 5-1.1: device descriptor read/64, error -32
      [  314.555768] usb 5-1: USB disconnect, device number 38
      
      posted in Ubuntu
      大法师大
      大法师
    • RE: coolpi 4b python3 gpio operation compatable with raspberry pi

      @dreamer
      hi, please add extra operation for coolpi user.

      Add rules for normal user:

      sudo echo "SUBSYSTEM==\"gpio*\", ACTION==\"add\", PROGRAM=\"/bin/bash -c 'chown root:coolpi /sys/class/gpio/export /sys/class/gpio/unexport;chmod 220 /sys/class/gpio/export /sys/class/gpio/unexport'\"" > /lib/udev/rules.d/99-gpio.rules
      sudo echo "SUBSYSTEM==\"gpio*\", ACTION==\"add\", PROGRAM=\"/bin/bash -c 'chown root:coolpi /sys%p/direction /sys%p/value /sys%p/edge /sys%p/active_low; chmod 0660 /sys%p/direction /sys%p/value /sys%p/edge /sys%p/active_low'\"" >> /lib/udev/rules.d/99-gpio.rules
      sudo reboot
      

      Check rules:

      coolpi@coolpi:~/Desktop$ cat /lib/udev/rules.d/99-gpio.rules 
      SUBSYSTEM=="gpio*", ACTION=="add", PROGRAM="/bin/bash -c 'chown root:coolpi /sys/class/gpio/export /sys/class/gpio/unexport;chmod 220 /sys/class/gpio/export /sys/class/gpio/unexport'"
      SUBSYSTEM=="gpio*", ACTION=="add", PROGRAM="/bin/bash -c 'chown root:coolpi /sys%p/direction /sys%p/value /sys%p/edge /sys%p/active_low; chmod 0660 /sys%p/direction /sys%p/value /sys%p/edge /sys%p/active_low'"
      

      Test case:

      coolpi@coolpi:~/Desktop$ echo 115 > /sys/class/gpio/export 
      coolpi@coolpi:~/Desktop$ ls /sys/class/gpio/gpio115
      active_low  device  direction  edge  power  subsystem  uevent  value
      coolpi@coolpi:~/Desktop$ echo out > /sys/class/gpio/gpio115/direction 
      coolpi@coolpi:~/Desktop$ echo 1 > /sys/class/gpio/gpio115/value 
      coolpi@coolpi:~/Desktop$ echo 0 > /sys/class/gpio/gpio115/value 
      coolpi@coolpi:~/Desktop$
      

      Screenshot from 2023-01-16 13-14-27.png

      posted in Pi 4B
      大法师大
      大法师
    • RE: 20230105-ubuntu-20.04-preinstalled-desktop-arm64,支持从1个USB-hub 2.0同时读取2个摄像头图像吗

      @bbsvs2000

      提供以下命令输出

      lsusb
      lsusb -t
      dmesg
      

      用自带相机能打开几个摄像头

      posted in Ubuntu
      大法师大
      大法师
    • RE: 20221213-ubuntu-20.04-preinstalled-desktop-arm64支持与ch340、ch341等usb转串口芯片通信吗

      @bbsvs2000
      https://www.cool-pi.com/topic/159/20221213-ubuntu-20-04-preinstalled-desktop-arm64看不到周边wifi列表-鼠标箭头看不到等现象/21?page=2

      posted in Ubuntu
      大法师大
      大法师
    • RE: 20221213-ubuntu-20.04-preinstalled-desktop-arm64看不到周边wifi列表、鼠标箭头看不到等现象

      @bbsvs2000

      sudo dpkg -i coolpi-kernel_1.0.0_aarch64.deb
      sudo reboot
      

      deb包安装--增加驱动支持

      posted in Ubuntu
      大法师大
      大法师
    • RE: 20221213-ubuntu-20.04-preinstalled-desktop-arm64看不到周边wifi列表、鼠标箭头看不到等现象

      @bbsvs2000
      稍等

      posted in Ubuntu
      大法师大
      大法师
    • 1
    • 2
    • 13
    • 14
    • 15
    • 16
    • 17
    • 20
    • 21
    • 15 / 21