@Mz3D-0 Yes, 256 G EMMC can be supported
Posts made by george
-
RE: Low power mode 的一些方法請益
@tonyone0902
1.设备树里边把不需要的模块可以disabled掉。
2.AI算法使用RKNN处理,尽量不直接用CPU跑.
3.应用层图像数据拷贝和格式转换使用RGA硬件模块实现,能效比高很多。
4.如果是USB摄像头,MJPG解码使用rkmpp硬件解码。 -
Coolpi uses UMS to update the system
Coolpi supports UMS to update emmc firmware, as follows:
- Update the latest versions of loader and uboot images. You can also synchronize uboot code and compile it yourself.
git clone https://github.com/yanyitech/coolpi-loader cd coolpi-loader ./build-uboot.sh cp4b
- Connect a dual A port USB cable to the computer and the upper USB 3.0 interface. Plug in the power and press the power button three times, and the machine will enter UMS mode.
- Use Etcher software to update the software.
-
Coolpi support 32GB of RAM
Through the continuous efforts of engineers, coolpi can perfectly support 32GB LPDDR4/4X memory. There is better support for AI large models and server scenarios. The 32GB version of the 4b machine will be officially released in May. Thank you for your support.
Clock rate up to 2112M, data rate 4224M.
-
RE: Questions before buy
- Can support mesa GPU driver, compatible with X11 WAYLAND
- Currently maximum 128 G, more than 128 G need to be customized, such as 256 G.
-
RE: Cool-pi 4b case
@Mz3D-0 You can purchase the CP4B official radiator kit from the agent
-
Welcome to the COOLPI wiki
Wiki provides the information of each product download, will be further improved in the future, thank you for your support.
https://wiki.cool-pi.com/en/home
-
RE: HDMI接口新增特殊分辨率时序
@顾真牛 改为动态分频测试一下
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-evb.dts b/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-evb.dts index da170f0b2086..3f01ba675516 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-evb.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-evb.dts @@ -1015,6 +1015,10 @@ &hdptxphy_hdmi0 { status = "okay"; }; +&hdptxphy_hdmi_clk0 { +status = "okay"; +}; + #if 1 &hdmi1 { enable-gpios = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; @@ -1044,6 +1048,10 @@ &route_hdmi1 { &hdptxphy_hdmi1 { status = "okay"; }; + +&hdptxphy_hdmi_clk1 { +status = "okay"; +}; #endif &dp0 { @@ -1304,6 +1312,8 @@ &uart2 { }; &display_subsystem { + clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>; + clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll"; memory-region = <&drm_logo>; memory-region-names = "drm-logo"; };
-
HDMI接口新增特殊分辨率时序
DRM 框架目前代码已经支持了绝大部分分辨率时序,但是部分 HDMI 屏幕旋转的场景下,可能还有一些特殊分辨率不支持。需要在 kernel\drivers\gpu\drm\drm_edid.c 中的drm_dmt_modes 的末尾新增项目:
/* 0x58 - 4096x2160@59.94Hz RB */ { DRM_MODE("4096x2160", DRM_MODE_TYPE_DRIVER, 556188, 4096, 4104, 4136, 4176, 0, 2160, 2208, 2216, 2222, 0, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NVSYNC) },
-
RE: cm5-evb 的刷机教程希望出一个
@顾真牛 uboot 和kernel 搜索edid.c 有个白名单把你的分辨率加进去 static const struct base_drm_display_mode resolution_white[]
-
RE: cm5-evb 的刷机教程希望出一个
@顾真牛 可以抓下开机log和这个显示器的edid:
cat /sys/class/drm/card0-HDMI*/edid > /data/edid.bin -
RE: rk3588接入Quectel_RM500K以后无法正常上网.
@haiting2022 如果需要通过命令行拨号方式上网,更新一下附件驱动。v5.10.11.zip
-
RE: Cool Pi 4B on Desk-Pi Pro Case
@spartan50416 Thank you very much for your support.
-
RE: Cool Pi 4B on Desk-Pi Pro Case
@spartan50416 Sorry, to clarify, the method of making our startup disk is the same as the raspberry pie, not the firmware. Of course, the main difference is in the kernel part. If you are interested in porting the raspberry pie file system to CP4, there is no problem. You can use the PWM interface to adjust the fan speed. Our DTS configuration already supports this. The 2X20 expansion port has multiple PWM interfaces.
-
RE: Cool Pi 4B on Desk-Pi Pro Case
@spartan50416 I think there is no problem implementing the functionality in the link. If you have any questions during the modification, you can post them in the community and we will respond in a timely manner. We believe that using our machine modifications can achieve better performance.
-
RE: Cool Pi 4B on Desk-Pi Pro Case
@spartan50416 As shown in the figure below, the CP4 can have a separate fan heat sink, with EMMC, TF-card, and USB interfaces stored. The USB 3.0 interface can expand SSDs or mechanical hard disks. The machine has independent on-off buttons, which can be customized by modifying software, or external keyboards can be extended through the ADC interface. Firmware upgrades are the same as raspberry pi. You can use the balena Etcher tool to create a startup disk, and the startup media can be a TF card, a USB flash drive, or an EMMC.
-
RE: HDMI display 綠屏
@tonyone0902 显示异常的时候,打印一下下面两个命令,结果发上来:
sudo cat /sys/kernel/debug/dri/0/summary
sudo cat /sys/kernel/debug/dw-hdmi0/status