小白不太爱学习 发表于 2025-9-17 19:39:32

firefly7寸屏幕问题

硬件主板型号:   firefly   ROS-RKK3588S-PC
固件名称/系统版本:ROC-RK3588S-PC_Ubuntu22.04-Xfce-r31153_v1.4.0g_250114.img
Log日志:firefly@firefly:~$ git apply 0002-YYT-MIPI7LCD-3588-linux.patch
0002-YYT-MIPI7LCD-3588-linux.patch:33: trailing whitespace.
//#if WHICHDSI       
0002-YYT-MIPI7LCD-3588-linux.patch:55: trailing whitespace.
//#if WHICHDSI
0002-YYT-MIPI7LCD-3588-linux.patch:140: trailing whitespace.
      status = "okay";
0002-YYT-MIPI7LCD-3588-linux.patch:245: trailing whitespace.
       status = "okay";
0002-YYT-MIPI7LCD-3588-linux.patch:269: trailing whitespace.
//#if WHICHDSI   
error: kernel/arch/arm64/boot/dts/rockchip/rk3588-firefly-itx-3588j-mipi101-M101014-BE45-A1.dts: No such file or directory
error: kernel/arch/arm64/boot/dts/rockchip/roc-rk3588s-pc-mipi101-M101014-BE45-A1.dts: No such file or directory
error: kernel/arch/arm64/configs/firefly-linux.config: No such file or directory
error: kernel/drivers/input/touchscreen/Kconfig: No such file or directory
error: kernel/drivers/input/touchscreen/Makefile: No such file or directory
error: kernel/drivers/input/touchscreen/gt9xx/gt9xx.c: No such file or directory
error: kernel/drivers/input/touchscreen/gt9xx/gt9xx.h: No such file or directory
error: kernel/drivers/input/touchscreen/gt9xx/gt9xx_update.c: No such file or directory
firefly@firefly:~$



问题描述及复现步骤:如何使用7寸屏幕,就是我在下完0002-YYT-MIPI7LCD-3588-linux.patch文件并执行git apply
1-YYT-MIPI7LCD-3588-android12.patch后报错,里边说的在根目录下编译说的是要下载源代码然后在源代码编译后生成固件在烧录吗

何浩钧 发表于 2025-10-9 15:00:39

是,在SDK里面执行

gbc 发表于 2025-10-17 10:36:49

何浩钧 发表于 2025-10-9 15:00
是,在SDK里面执行

gbc@gbc-A29R:~/firefly_rk3588_SDK$ git apply 0002-YYT-MIPI7LCD-3588-linux.patch
0002-YYT-MIPI7LCD-3588-linux.patch:33: trailing whitespace.
//#if WHICHDSI       
0002-YYT-MIPI7LCD-3588-linux.patch:55: trailing whitespace.
//#if WHICHDSI
0002-YYT-MIPI7LCD-3588-linux.patch:140: trailing whitespace.
      status = "okay";
0002-YYT-MIPI7LCD-3588-linux.patch:245: trailing whitespace.
       status = "okay";
0002-YYT-MIPI7LCD-3588-linux.patch:269: trailing whitespace.
//#if WHICHDSI   
error: 打补丁失败:kernel/arch/arm64/boot/dts/rockchip/rk3588-firefly-itx-3588j-mipi101-M101014-BE45-A1.dts:6
error: kernel/arch/arm64/boot/dts/rockchip/rk3588-firefly-itx-3588j-mipi101-M101014-BE45-A1.dts:补丁未应用
error: kernel/arch/arm64/boot/dts/rockchip/roc-rk3588s-pc-mipi101-M101014-BE45-A1.dts:错误类型
error: 打补丁失败:kernel/arch/arm64/configs/firefly-linux.config:127
error: kernel/arch/arm64/configs/firefly-linux.config:补丁未应用
error: 打补丁失败:kernel/drivers/input/touchscreen/Makefile:120
error: kernel/drivers/input/touchscreen/Makefile:补丁未应用
error: 打补丁失败:kernel/drivers/input/touchscreen/gt9xx/gt9xx.c:92
error: kernel/drivers/input/touchscreen/gt9xx/gt9xx.c:补丁未应用
error: 打补丁失败:kernel/drivers/input/touchscreen/gt9xx/gt9xx.h:391
error: kernel/drivers/input/touchscreen/gt9xx/gt9xx.h:补丁未应用
error: 打补丁失败:kernel/drivers/input/touchscreen/gt9xx/gt9xx_update.c:2883
error: kernel/drivers/input/touchscreen/gt9xx/gt9xx_update.c:补丁未应用
,在sdk里面执行,失败了

何浩钧 发表于 2025-10-20 15:12:19

gbc 发表于 2025-10-17 10:36
gbc@gbc-A29R:~/firefly_rk3588_SDK$ git apply 0002-YYT-MIPI7LCD-3588-linux.patch
0002-YYT-MIPI7LCD- ...

手动打一下

gbc 发表于 2025-10-20 15:14:35

何浩钧 发表于 2025-10-20 15:12
手动打一下

什么意思,重新执行这个指令

gbc 发表于 2025-10-20 15:15:42

何浩钧 发表于 2025-10-20 15:12
手动打一下

现在的问题是,代码对应不上

peter 发表于 2025-10-20 19:36:32

手动根据补丁修改一下
页: [1]
查看完整版本: firefly7寸屏幕问题