• 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: 准备使用Coolpi 4b连Raspberry Pi HQ Camera M12

      @maifengw2024
      4KP60必须要用4line 的MIPI,2line的跑不满。请悉知。

      posted in Pi 4B
      G
      george
    • RE: 准备使用Coolpi 4b连Raspberry Pi HQ Camera M12

      @maifengw2024
      理论计算2line 的MIPI通道是跑不到4KP60的。
      总带宽:3840x2160x60x10x1.3=6.47G,单line的速率3.2G以上。勉强可以做到4KP30或者更低。确认一下是否能满足要求。

      posted in Pi 4B
      G
      george
    • RE: 准备使用Coolpi 4b连Raspberry Pi HQ Camera M12

      @maifengw2024
      1.增加IMX477R的驱动
      2.系统层ISP库增加SENSOR对应效果的JSON文件。

      posted in Pi 4B
      G
      george
    • RE: 准备使用Coolpi 4b连Raspberry Pi HQ Camera M12

      @maifengw2024
      暂时不支持IMX477R这个型号。

      posted in Pi 4B
      G
      george
    • RE: Cool Pi Cm5-Laptop Linux Quick Start Guide

      @guyii
      Firstly, create a system image to a USB drive or a portable hard drive using the etcher. Then, insert the computer and start it up. The machine will first start from the USB drive. After entering the system, format the EMMC using the following command to enter UMS mode again.

      sudo mkfs.ext4 /dev/mmcblk0
      
      posted in PI CM5 Laptop
      G
      george
    • RE: We have been making progress!!

      @plumlis
      At present, the 4K monitor is still in the debugging stage. We will compile a list of screen supports in the future, and the corresponding ribbon cables will also be listed in online stores. Please follow the community, thank you for your support.

      posted in PI CM5 Laptop
      G
      george
    • RE: Coolpi Ubuntu 24.04 is coming soon!!

      @plumlis
      At present, laptops support lid sleep mode. When the screen system of the laptop is closed, it will automatically enter deep sleep mode. To open the screen, you need to manually press the power button to wake up the machine again. Please be informed. This is different from the S2 S3 on the X86 platform.

      posted in PI CM5 Laptop
      G
      george
    • RE: CM5使用U盘刷机失败

      @Twsuts-0
      先把硬盘格式化为EXT4或者NTFS格式,然后就可以正常识别了。

      sudo mkfs.ext4 /dev/sd*
      或者
      sudo mkfs.ntfs /dev/sd*
      
      posted in Pi CM5
      G
      george
    • RE: how to boot from usb?

      @reallaowu
      This phenomenon still doesn't work properly when booting from USB, you can try it a few more times.

      posted in PI CM5 Laptop
      G
      george
    • RE: 关于系统桌面疑问

      @happyday
      你是要用笔记本连接其它设备,还是其它设备远程登陆笔记本?是远程桌面还是SSH登陆?

      posted in Pi 4B
      G
      george
    • RE: how to boot from usb?

      @reallaowu
      The image is created using the ETCHER tool to a USB 2.0 USB drive, then inserted into the computer's USB interface, and turned on. The machine will boot from the USB 2.0 USB drive. After entering the system, the EMMC can be formatted using the following command.

      sudo mkfs.ext4  /dev/mmcblk0
      

      If this method still cannot boot properly, you need to dismantle the machine and force it to enter MASKROM mode to format the EMMC storage. Try following the above method first, and if it still doesn't work, I will send you a mandatory formatting method.

      posted in PI CM5 Laptop
      G
      george
    • RE: Connecting a dsi display

      @alfek

      • First, synchronize the code using the following command:
      https://github.com/yanyitech/coolpi-kernel.git
      
      • Open the corresponding DTS file and modify the DSI related configuration
      vim arch/arm64/boot/dts/rockchip/rk3588-cpcm5-evb.dts
      
      &dsi0 {
              status = "okay";
              //rockchip,lane-rate = <1000>;
              dsi0_panel: panel@0 {
                      status = "disabled";
                      compatible = "simple-panel-dsi";
                      reg = <0>;
                      backlight = <&backlight>;
                      reset-delay-ms = <10>;
                      enable-delay-ms = <10>;
                      prepare-delay-ms = <10>;
                      unprepare-delay-ms = <10>;
                      disable-delay-ms = <60>;
                      dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
                              MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET)>;
                      dsi,format = <MIPI_DSI_FMT_RGB888>;
                      dsi,lanes  = <4>;
                      panel-init-sequence = [
                              05 78 01 11
                              05 00 01 29
                      ];
      
                      panel-exit-sequence = [
                              05 00 01 28
                              05 00 01 10
                      ];
      
      • Use the following command to recompile the kernel
       ./build-kernel.sh 
      
      Welcome to using Coolpi Development Board!
      ------------------------------------------
      Please enter a number to select your machine
      
      1. cp4b
      2. cp4b-hdmi-in
      3. cm5-evb
      4. cm5-evb-v11
      5. cm5-minipc
      6. cm5-notebook
      7. cm5-notebook-v20
      8. cm5-8uart
      9. cpnano
      10. exit
      
      Enter option number: 3
      BOARD=cm5-evb
        HOSTCC  scripts/basic/fixdep
        HOSTCC  scripts/kconfig/conf.o
        HOSTCC  scripts/kconfig/confdata.o
        HOSTCC  scripts/kconfig/expr.o
        LEX     scripts/kconfig/lexer.lex.c
        YACC    scripts/kconfig/parser.tab.[ch]
        HOSTCC  scripts/kconfig/lexer.lex.o
        HOSTCC  scripts/kconfig/menu.o
        HOSTCC  scripts/kconfig/parser.tab.o
        HOSTCC  scripts/kconfig/preprocess.o
        HOSTCC  scripts/kconfig/symbol.o
        HOSTCC  scripts/kconfig/util.o
        HOSTLD  scripts/kconfig/conf
      #
      # configuration written to .config
      #
        SYNC    include/config/auto.conf.cmd
        HOSTCC  scripts/dtc/dtc.o
        HOSTCC  scripts/dtc/flattree.o
        HOSTCC  scripts/dtc/fstree.o
        HOSTCC  scripts/dtc/data.o
        HOSTCC  scripts/dtc/livetree.o
        HOSTCC  scripts/dtc/treesource.o
        HOSTCC  scripts/dtc/srcpos.o
        HOSTCC  scripts/dtc/checks.o
        HOSTCC  scripts/dtc/util.o
        LEX     scripts/dtc/dtc-lexer.lex.c
        YACC    scripts/dtc/dtc-parser.tab.[ch]
        HOSTCC  scripts/dtc/libfdt/fdt.o
        HOSTCC  scripts/dtc/libfdt/fdt_ro.o
        HOSTCC  scripts/dtc/libfdt/fdt_wip.o
        HOSTCC  scripts/dtc/libfdt/fdt_sw.o
        HOSTCC  scripts/dtc/libfdt/fdt_rw.o
        HOSTCC  scripts/dtc/libfdt/fdt_strerror.o
        HOSTCC  scripts/dtc/libfdt/fdt_empty_tree.o
        HOSTCC  scripts/dtc/libfdt/fdt_addresses.o
        HOSTCC  scripts/dtc/libfdt/fdt_overlay.o
        HOSTCC  scripts/dtc/fdtoverlay.o
        HOSTCC  scripts/dtc/dtc-lexer.lex.o
        HOSTCC  scripts/dtc/dtc-parser.tab.o
      
      • Update the dtb file to the /boot/firmware directory
      posted in Pi CM5
      G
      george
    • RE: 请问 yolov5_obb的模型可以使用npu吗?

      @Au
      Q1:请问咱们有可以参考的YOLOv5_obb模型的RKNPU的C++后处理程序吗?旋转检测的后处理比较复杂,我们自己开发时间有些长,谢谢!
      A: 目前没有,暂时也没有这方面的开发计划

      Q2:YOLOv5_obb模型的RKNPU的后处理可以通过RGA、NPU等加速吗?
      A: 线性操作可能是可以的;逻辑操作(如NMS)目前均无法加速

      posted in Pi 4B
      G
      george
    • RE: Explore unlimited possibilities - Coolpi 8-inch touchscreen

      @alfek
      I have arranged to list it on AliExpress soon. Thank you for your support.

      posted in Peripheral
      G
      george
    • RE: Connecting a dsi display

      @alfek
      The DSI node can be enabled as follows.I didn't understand which GPIO C0 C1 corresponds to, please indicate.

      diff --git a/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-evb-v11.dts b/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-evb-v11.dts
      index 5f52819c2e9b..fa505ddfe99d 100755
      --- a/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-evb-v11.dts
      +++ b/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-evb-v11.dts
      @@ -526,7 +526,7 @@ &sdmmc {
       };
       
       &dsi0 {
      -       status = "disabled";
      +       status = "okay";
              dsi0_panel: panel@0 {
                      status = "okay";
                      compatible = "simple-panel-dsi";
      @@ -779,7 +779,7 @@ &dsi0_in_vp3 {
       
       
       &route_dsi0 {
      -       status = "disabled";
      +       status = "okay";
              connect = <&vp3_out_dsi0>;
       };
      
      posted in Pi CM5
      G
      george
    • RE: 如何进入coolpi cm5-laptop的bios设置?

      @Rock
      You can download the image again to the 24.04 system directory. If you downloaded to 22.04 before, you must first mount mmcblk0p2 to the system and then find the image you downloaded earlier in the corresponding folder.

      posted in PI CM5 Laptop
      G
      george
    • RE: 关于系统桌面疑问

      @happyday
      1,这版镜像是带桌面的吗?为什么我的没有出现桌面,只能在串口启动开发板,并通过命令操作?如何调出桌面
      这个是带桌面的镜像,默认是hdmi输出,你也可以尝试使用其它镜像,比如22.04,看是否有输出,排除硬件问题导致。
      2,通过笔记本电脑可以运行镜面桌面吗,还是只能通过单个的显示屏?
      是可以远程连接的,但是前提是机器要开启DSI的终端。系统至少要有一个显示端口处于激活状态。
      3,如果开发板带EMMC,是不是将镜像烧录到SD卡后,上电后,镜像会存储到EMMC中,SD卡在上电一次后就可以拔出了吗?
      开发板带EMMC,镜像就可以通过上层的USB3.0接口刷入,不需要TF卡。
      4,开发板关机,是向串口发送命令吗?
      有图形界面可以使用图形界面的关机对话框,串口shell也可以关机。

      posted in Pi 4B
      G
      george
    • RE: Coolpi Ubuntu 24.04 is coming soon!!

      @Ranomez
      You can try compiling the source code on a 32-bit system. You may encounter some package compatibility issues.

      posted in PI CM5 Laptop
      G
      george
    • RE: coolpi 4B 离线刷机更新android版本无法启动

      @kingpin1cn
      如果机器是板载的EMMC模组,可以尝试进入UMS模式,通过ETCHER软件刷机。

      posted in Pi 4B
      G
      george
    • RE: ubuntu22.04 拔掉hdmi后,桌面不启动

      @markerrors
      DTS文件里边使能DSI0的节点,需要多大分辨率就配置多大,这样就可以远程登录桌面了。

      posted in Pi 4B
      G
      george
    • RE: CM5使用U盘刷机失败

      @Twsuts-0
      你仔细看一下我们的那个脚本,实际上思路很简单,先dd一个img镜像(大于你的FS的大小),然后把这个镜像分为2个区(一个放boot,一个放FS),再然后把镜像挂载到系统,再把系统对应分区直接复制到镜像分区,然后做一些文件系统检查的工作即可。

      posted in Pi CM5
      G
      george
    • RE: coolpi 4B 离线刷机更新android版本无法启动

      @kingpin1cn
      需要插入到上面的那个USB3.0端口,当然也可以使用在线刷机。

      posted in Pi 4B
      G
      george
    • RE: CM5使用U盘刷机失败

      @Twsuts-0
      我们一直都是使用这个方法和脚本备份的,没有发现有什么问题的。你要做分区备份肯定不能在当前分区操作的。

      posted in Pi CM5
      G
      george
    • RE: CM5使用U盘刷机失败

      @Twsuts-0
      这个最好使用移动硬盘备份,很多U盘在长时间大数据量写入的时候容易出错。这种情况之前也又遇到过。

      posted in Pi CM5
      G
      george
    • RE: no usb-c charging

      @Momo-0
      At present, PD charging only supports charging when turned on, and does not currently support charging when turned off. The protocol only supports TYPEC PD format and does not support QC standards. So you need to use an adapter with TYPEC interfaces on both ends as shown in the following figure:
      725d4ebd-d9b9-45ea-8bc1-5964d7fddb3d-image.png

      posted in PI CM5 Laptop
      G
      george
    • RE: 如何进入coolpi cm5-laptop的bios设置?

      @Rock
      Due to compatibility issues with USB3.0 devices, you can try booting with USB2.0 devices.

      posted in PI CM5 Laptop
      G
      george
    • RE: How to update coolpi-4b npu driver in ubuntu?

      @traceback
      We will update the kernel to 6.1 soon, please be patient.

      posted in AI Algorithm
      G
      george
    • RE: wifi连接不上

      @markerrors
      ubuntu是无线也不行吗?没有看明白。

      posted in Pi 4B
      G
      george
    • RE: Coolpi Ubuntu 24.04 is coming soon!!

      @Momo-0
      The cloud storage provides a 22.04 image, which you can download and upgrade.

      posted in PI CM5 Laptop
      G
      george
    • RE: wifi连接不上

      @markerrors ubuntu是否正常?

      posted in Pi 4B
      G
      george
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 28
    • 29
    • 7 / 29