• Register
    • Login
    • Search
    • Recent
    • Wiki
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop
    1. Home
    2. george
    3. Posts
    G
    • Profile
    • Following 0
    • Followers 4
    • Topics 67
    • Posts 851
    • Best 73
    • Controversial 4
    • Groups 2

    Posts made by george

    • RE: 连接多个屏幕问题

      @jugg 尽快确认回复你,之前没有和DSI一起,驱动部分可能会有部分修改。

      posted in Pi 4B
      G
      george
    • RE: 连接多个屏幕问题

      @jugg 你现在想做的是3屏同显,1个MIPI 1个HDMI 1个MINIDP,我理解的有没有问题?

      posted in Pi 4B
      G
      george
    • RE: 连接多个屏幕问题

      @jugg 显示框架改到X11测试,再登录界面选择:
      0e5b1458-dd1b-4da4-a832-fe63e33ad9bf-image.png

      posted in Pi 4B
      G
      george
    • RE: CSI支持

      @wuming 按照如下方法操作,格式化EMMC
      1.按住中间的loader按键同时短按复位按键,机器就会进入maskrom模式,如下图所示:
      7438b967-6270-4ade-a8b7-169d2116e3ce-image.png
      2.选择loader文件,选择EMMC,点击download,等待完成以后点击Eraseall。即可完成EMMC擦除。
      b965b96b-f544-4f6b-b3a2-290280afc612-image.png
      3.短按复位按键,快速按三次pwr按键,机器就会进入MSC模式
      bd94ab8d-f5bb-4667-98ff-c98949a7cdc0-image.png
      4.使用etcher选择固件和MSC设备烧录即可。
      7eae8b04-f7fd-4106-a079-f72735468737-image.png

      posted in Pi CM5
      G
      george
    • RE: CSI支持

      @wuming 下图如下固件测试,已经集成IMX219单摄的驱动和基础配置。
      e294f46d-656e-4bd0-8c3a-ba5ab0612170-image.png

      posted in Pi CM5
      G
      george
    • RE: CP4/CM5 WIFI module support list

      @jugg

      commit 974b472e17aeaa9faf1aa7af9b0bd3e50982fa1d (HEAD -> develop, origin/develop, origin/HEAD)
      Author: george <george@cool-pi.com>
      Date:   Tue Jun 6 10:37:30 2023 +0800
      
          add some wifi modules to cp4b
      
      posted in Pi CM5
      G
      george
    • RE: CP4/CM5 WIFI module support list

      @jugg 请更新代码,已经提交了cp4b的配置。

      posted in Pi CM5
      G
      george
    • RE: CSI支持

      @wuming 今天我会上传一个最新的镜像文件,默认支持IMX219单摄像头,你烧录以后再同步测试。先确认机器是否能正常进入MSC模式?

      posted in Pi CM5
      G
      george
    • RE: CSI支持

      @wuming 上电开机,快速按三次pwr按键机器进入MSC模式,就可以使用etcher刷系统了。
      4c77f4c3-6ac2-4fc7-a690-a15bee86b476-image.png

      posted in Pi CM5
      G
      george
    • RE: CSI支持

      @wuming 这个IMX219是有打开的。上层直接用QV4L2打开video11节点就好了。

      posted in Pi CM5
      G
      george
    • RE: CP4/CM5 WIFI module support list

      @jugg 4b更新代码以后USB接口的WIFI模组都可以支持。

      posted in Pi CM5
      G
      george
    • CP4/CM5 WIFI module support list

      https://wiki.cool-pi.com/en/cm5/wifi-modules
      6ab7a821-ed64-4ac8-afb7-21c01fefa73b-image.png
      Note: Models are continuously updated

      posted in Pi CM5
      G
      george
    • RE: CSI支持

      @jugg 可以提交一下如下log信息,看IMX219有没有正常识别到。

      coolpi@Ubuntu:~$ dmesg |grep imx219
      [   10.459055] imx219 4-0010: driver version: 00.01.02
      [   10.459070] imx219 4-0010: Failed to get reset-gpios
      [   10.459077] imx219 4-0010: Failed to get power-gpios
      [   10.459084] imx219 4-0010: Failed to get pwdn-gpios
      [   10.459087] imx219 4-0010: imx219_video_probe
      [   10.459089] imx219 4-0010: imx219 power on
      [   10.550251] imx219 4-0010: xvclk matched OK
      [   10.583962] imx219 4-0010: Model ID 0x0219, Lot ID 0x798a91, Chip ID 0x06cf
      [   10.583964] imx219 4-0010: imx219_ctrls_init
      [   10.677433] rockchip-csi2-dphy csi2-dphy0: dphy0 matches m01_f_imx219 4-0010:bus type 5
      [   13.246834] imx219 4-0010: imx219 power on
      [   13.338229] imx219 4-0010: xvclk matched OK
      [   13.380673] imx219 4-0010: imx219 power off
      [   14.004893] imx219 4-0010: imx219 power on
      [   14.096951] imx219 4-0010: xvclk matched OK
      [   14.127786] imx219 4-0010: imx219 power off
      [   14.162705] imx219 4-0010: imx219 power on
      [   14.244563] imx219 4-0010: xvclk matched OK
      [   59.475452] imx219 4-0010: imx219 stream  000
      [   59.479866] imx219 4-0010: imx219 stream  001
      [   59.640823] imx219 4-0010: imx219 stream  002
      [   75.813070] imx219 4-0010: imx219 stream  000
      
      posted in Pi CM5
      G
      george
    • RE: CSI支持

      @wuming 确认DTS文件有如下配置,如果没有就更新代码:
      d0f1439f-ed32-49cd-b6fa-dfbc2351335a-image.png

      posted in Pi CM5
      G
      george
    • CAN bus testing tools and commands

      Test tools

      Canutils is a commonly used CAN communication testing toolkit that includes five independent programs: canconfig, candump, canecho, cansend, and cansequence. The functions of these programs are briefly described as follows:

      • canconfig
        The parameters used to configure the CAN bus interface mainly include baud rate and mode.

      • candump
        Receive data from the CAN bus interface and print it in hexadecimal format to standard output, or output it to a specified file.

      • canecho
        Resend all data received from the CAN bus interface to the CAN bus interface.

      • cansend
        Send the specified data to the specified CAN bus interface.

      • cansequence
        Automatically repeat the increment number to the specified CAN bus interface, or specify the receive mode and verify the received increment number.

      • ip
        Configuration of CAN baud rate, functions, etc.

      Common commands

      • Query current network devices:
      ifconfig -a
      
      • CAN start:
      ip link set can0 down  //Close CAN
      ip link set can0 type can bitrate 500000 //Set bit rate of 500KHz:
      ip -details -statistics link show can0 //Print can0 information:
      ip -details -statistics link show can0 //Start CAN:
      
      • CAN sending:

      Send (standard frame, data frame, ID: 123, date: DEADBEEF):

      cansend can0 123#DEADBEEF
      

      Sending (standard frame, remote frame, ID: 123):

      cansend can0 123#R
      

      Send (extended frame, data frame, ID: 0000123, date: DEADBEEF):

      cansend can0 00000123#12345678
      

      Sending (extended frame, remote frame, ID: 0000123):

      cansend can0 00000123#R
      
      • CAN reception:

      Start printing and wait for reception:

      candump can0
      
      posted in Pi 4B
      G
      george
    • RE: CSI支持

      @wuming dmesg打印一份传上来,这种情况是没有识别到摄像头模组。

      posted in Pi CM5
      G
      george
    • RE: Coolpi 4b firmware with buildroot

      @jugg 这个版本还没有增加。

      posted in Buildroot
      G
      george
    • RE: CSI支持

      @george 如下代码测试正常:

      import cv2 as cv2
      cap = cv2.VideoCapture(11)
      while True:
          success, img = cap.read()
          cv2.imshow("Video", img)
          if cv2.waitKey(1) & 0xFF == ord('q'):
              break
      cap.release()
      cv2.destroyAllWindows()
      
      posted in Pi CM5
      G
      george
    • RE: CoolPI 4B-PRO Product Introduction

      @Mz3D-0 It can be launched in mid June and is currently in the debugging stage.

      posted in News
      G
      george
    • RE: CSI支持

      @wuming 先使用QV4L2打开video11节点,系统默认已经安装。

      posted in Pi CM5
      G
      george
    • RE: CoolPI 4B-PRO Product Introduction

      @jugg 图片使用的是AP6275S就是WIFI6的模组

      posted in News
      G
      george
    • CoolPI 4B-PRO Product Introduction
      • Picture first
        a2c3cd77-033a-4b67-a056-33fd6734ce77-image.png
        22f6a3d1-7068-4df7-81cc-b85167f4a6d7-image.png
        a15e8551-b7cc-472f-b2a0-93163f3babda-image.png

      • 4G-32G Memory Capacity Replacement.

      • The WIFI module is replaceable and supports models such as 2.4G 5G WIFI6.

      • EMMC module supports up to 256G.

      posted in News
      G
      george
    • RE: Coolpi support 32GB of RAM

      @Mz3D-0 Both CP4 and CM5 already support 32G/256G configurations and can be purchased directly from an agent.

      posted in Pi 4B
      G
      george
    • RE: 程序编译错误

      @jugg 22.04对应的版本如下:

      sudo apt-get install ocl-icd-libopencl1=2.2.14-3
      
      posted in Ubuntu
      G
      george
    • RE: CSI支持

      @wuming 内核同步到最新,确认系统可以生成video11节点。mipi摄像头默认的设备节点是video11
      然后运行如下命令更新ISP库:

      sudo apt-get update
      sudo apt-get dist-upgrade
      
      posted in Pi CM5
      G
      george
    • RE: 程序编译错误

      @jugg ubuntu的系统版本?

      posted in Ubuntu
      G
      george
    • RE: 程序编译错误

      @jugg 你的系统版本是多少?

      posted in Ubuntu
      G
      george
    • RE: 程序编译错误

      @jugg 按照如下命令回退包版本:

      sudo vim /etc/apt/sources.list.d/george-coolpi-ubuntu-mali-g610-lunar.list
      

      屏蔽掉如下安装源:
      4602567f-33e9-435d-b4a8-8e5c4fcc2afe-image.png

      sudo apt-get update
      sudo apt-get install ocl-icd-libopencl1=2.3.1-1
      sudo apt-get install ocl-icd-opencl-dev
      sudo apt-get install ocl-icd-dev
      
      posted in Ubuntu
      G
      george
    • RE: 程序编译错误

      @jugg 这几个是FFMPEG的解码库?贴出来你的文件看一下。

      posted in Ubuntu
      G
      george
    • RE: Cool pi 4b的spiflash有替代的吗,现在这个都停产了,板子上的flash烧了,有替代的flash换吗

      @JohnConnor 飞线可以。

      posted in Pi 4B
      G
      george
    • 1
    • 2
    • 17
    • 18
    • 19
    • 20
    • 21
    • 28
    • 29
    • 19 / 29